/*--------------------Font family defining--------------------*/
.pinyon-script-regular {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
}

/*----------------------------Homepage Setting----------------------------*/
body {
    background-image: url(image/bgg.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-color: white;
    /* backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);*/
    font-family: "Gentium Plus", serif;
    font-style: normal;
    color: black;
    cursor: none;
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
}
body img {
  top: 0;
  left: 0
}


/*--------------------Title on top-right corner--------------------*/
.header p {
    font-size: 24px;
    line-height: 32px;
    position: fixed;
    padding-top: 2vh;
    padding-bottom: 1vh;
    padding-left: 5vh;
    padding-right: 5vh;
    margin: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    text-align: justify;
}

/*--------------------Blurb | Overlay--------------------*/
.blurb {
    position: absolute;
    /* display: inline; */
    /* background-color: rgba(235, 55, 255, 0.5); */
    background-color: white;
    background-image: url(image/grid.png);
    background-repeat: repeat-y;
    background-size: 100%;
    width: 50%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    z-index: 10;
    display: none;
    overflow: auto; 
}
.blurb::-webkit-scrollbar {
    display: none;
}
.navigate p {
  font-family: "Pinyon Script", cursive;
  font-size: 28px;
  line-height: 24px
  text-align: justify;
}
#about p {
    padding-left: 20vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    margin: 0;
    font-size: 28px;
    line-height: 24px;
    left: 0;
    /* top: 0; */
    z-index: 3;
    /* float: left; */
    width: 250px;
    text-align: left;
}

/*to close the blurb*/
#close p {
    padding-right: 10vh;
    padding-top: 2vh;
    padding-bottom: 1vh;
    margin: 0;
    font-size: 28px;
    line-height: 24px;
    right: 0;
    float: right;
    cursor: pointer;
    font-family: "Pinyon Script", cursive;
}

#info p {
    font-size: 18px;
    line-height: 28px;
    /* padding-top: 15vh;*/
    padding-left: 20vh;
    padding-right: 5vh;
    padding-top: 10vh;
    padding-bottom: 2vh;
    margin: 0;
    /* top: 20vh; */
    left: 0;
  text-align: left;
  overflow-y: scroll;
}
#info::-webkit-scrollbar {
    display: none;
}
#about img {
    width: 30px;
    height: auto;
    padding-right: 5px;
}
#volume-container {
    display: flex;
    align-items: center;
    width: 160px; /* Adjust width as needed */
    padding-left: 20vh;
    padding-top: 1vh;
}
/* volumn bar for soundscape */
#volume-bar {
    -webkit-appearance: none; /* Remove default slider styles */
    width: 100%;
    height: 5px; /* Adjust height as needed */
    border-radius: 5px;
    background: black; /* Gradient for visual effect */
    cursor: pointer;
}

#volume-bar::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove default thumb styles */
    width: 30px;
    height: 18px;
    background: white; /* Thumb color */
    /* border-radius: 50%; */
    cursor: pointer;
    background-image: url(image/logo.png);
    background-size: 100% auto;
    background-repeat: none;
}

#volume-indicator {
    width: 0; /* Initial width is 0% */
    height: 5px; /* Same height as slider */
    background: black; /* Same color as thumb */
    display: none;
}
/*disable button's style*/
button {
    border: none;
    margin: 0;
    font-size: 28px;
    line-height: 24px;
    font-family: "Pinyon Script", cursive;
    font-style: normal;
    /* background-color: white; */
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
}

a:link {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    font-family: "Pinyon Script", cursive;
    font-style: normal;
    color: black;
    text-decoration: none;
}
a:visited {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    font-family: "Pinyon Script", cursive;
    font-style: normal;
    color: black;
    text-decoration: none;
}

/*--------------------Menu--------------------*/
.content ul {
    
    font-size: 24px;
    line-height: 32px;
    position: fixed;
/*     display: inline-block; */
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none;
    bottom: 0;
    margin: 0;
    left: 0;
    padding-left: 5vh;
    text-align: center;
    padding-bottom: 2vh;
    

    /* overflow-x: scroll; */
    /* width: 100%; */
    /* float: left; */
    /* white-space: nowrap; */
}
li {
    cursor: pointer;
    padding-right: 1.5vh;
    float: left;
    
    /* height: 60px; */
    /* left: 0; */
}

li:nth-child(even) {
    transform: translateY(-35px);
}
/*--------------------Effects when hovering buttons--------------------*/
li p:hover {
    text-shadow: 0 0 10px #f6ff08;
    background-image: url(image/grid2.png);
    background-size: 100%;
    background-repeat: repeat;
}
a:hover {
    cursor: pointer;
    color: black;
    text-decoration: none;
    text-shadow: 0 0 10px #f6ff08;
    background-image: url(image/grid2.png);
    background-size: 100%;
    background-repeat: repeat;
}
button:hover {
    text-shadow: 0 0 10px #f6ff08;
    background-image: url(image/grid2.png);
    background-size: 100%;
    background-repeat: repeat;
}
#close p:hover {
    text-shadow: 0 0 10px #f6ff08;
}

/*--------------------Settings for Responsiveness--------------------*/
@media screen and (max-width: 1000px) {
    #read01 p,
    #read02 p,
    #read03 p,
    #read04 p,
    #read05 p,
    #read06 p,
    #read07 p,
    #read08 p,
    #read09 p,
    #read10 p {
        font-size: 20px;
        line-height: 28px;
    }
    .content ul {
        font-size: 20px;
        line-height: 28px;
        padding-left: 2.5vh;
        flex-wrap: wrap;
    }
    .content li {
        height: 25px;
        padding-bottom: 2vh;
    }
    .content li:nth-child(even) {
        transform: none;
    }

    .header p {
        padding-left: 2.5vh;
        padding-right: 2.5vh;
        padding-bottom: 1vh;
        width: 90%;
        line-height: 32px;
    }
    #info p {
        font-size: 20px;
        line-height: 28px;
        padding-left: 10vh;
        padding-right: 5vh;
    }
    #about p,
    #volume-container {
        padding-left: 10vh;
        width: 145px;
    }
    #close p {
        padding-right: 5vh;
    }
    .blurb p {
        display: inline-block;
    }
    video {
        padding-top: 3vh;
    }
}
