@font-face {
    font-family: 'defaultFont'; 
    src: url(/openly/SIXTY.ttf); 
}


@media only screen and (max-width: 1500px) {
    .title {
      font-size: 200px;
    }

    #openly a{
        color: rgb(184, 164, 127) !important;
    }

    #throughourknuckles{
        font-size: 2em;
    }
    #bodyBg{
        font-size: 1.5rem;
    }

}

#grid-bg{
    position: sticky;
    top: 0;
}

body, .main-body{
    position: sticky;
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    font-size: 1.5rem;
    /* text-shadow: 0px 2px 3px rgb(49 92 183);
    color: rgb(183, 156, 49, .5) !important; */
    text-shadow: -2px 0 3px #d6b699b3, 3px 0 4px #f0f9dd91, 0 -2px 1px rgb(0 0 0 / 93%), 3px 0px 3px rgb(55 0 114 / 65%), 0 2px 3px #21002d80, 0 -3px 3px rgb(255 255 255 / 45%);
    color: rgb(76 35 31 / 0%);
    font-style: italic;
}


video::-webkit-media-controls-start-playback-button {
    display: none !important;
  }


#opening-vid video{
    width: 190px;
    height: auto;
    margin-right: 0;
    margin-left: 75vw;
    opacity: 0.75;
    transform: translate(0, -70px);
}

#opening-vid{
    position: relative;
    z-index: 1;
    mix-blend-mode: exclusion;

}

#bodyBg{
    background-color:rgb(113 113 113);
     /* rgb(182, 162, 126); */
    background-blend-mode: lighten;
    width: 101vw;
    height: fit-content;
    min-height: 100%;
}



#root{
    z-index: 10;
    position: relative;
}

.main{
    position: relative;
    display: flex;
    width: 95vw;
    margin-top: 2%;
    padding-top: 1%;
    box-sizing: border-box;
    align-self: space-between;
}



#bg{
    position: fixed;
    opacity: 0.8;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    z-index: 0;
    transform: translate(-0%, -27%);
}


/*~~~~~~~~~~~~~~~openly~~~~~~~~~~~~~~~*/


#openly-main p{
    padding: 0% 2%;
    font-size: 1.3em;;
}


.openly{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
}



@keyframes bgColor {
    0% {background-color: rgb(231, 208, 167)}
    50% {background-color: rgb(208, 213, 218)}
    100% {background-color: rgb(231, 208, 167)}
}

#centerPoem{
    margin-top: 10vh;
    position: absolute;
    width: 100%;
    padding: 2%;
    font-size: 3em;
    font-weight: 200;;
}

#obf-vis-container{
    position: relative;
}
#header1 p{
    width: 100%;
}
#header1{
    top: 0vh;
    height: 5vh;
    font-size: 0.8em !important;
    font-weight: 100 !important;
    display: flex;
    /* mix-blend-mode: color-dodge; */
    justify-content: space-between;
    text-shadow: rgba(255, 255, 255, 0.357) -1px 0px 1px, rgb(62, 73, 40) 1px 0px 1px, rgba(0, 0, 0, 0.545) 0px -1px 2px !important
}

#header2{
    position: fixed;
    bottom: 0vh;
    height: 5vh;
    font-size: 0.8em !important;
    font-weight: 100 !important;
    display: flex;
    z-index: 100;
    mix-blend-mode: color-dodge;
    justify-content: space-between;
}

#header2 a{
    z-index: 100;
    text-decoration: none; 
    transform: scale(1.15, 1);
    font-weight: 900;
    font-size: 1.1em;
    padding: 0 4%;
}

#header2:hover{
    cursor: pointer;
}


.header{
    position: sticky;
    width: 101vw;
    left: 0;
    text-align: center;
    z-index: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}

#header1 p, #header2 a{
    font-size: 1.75em;
    font-size: 1.5em !important;
    color: rgb(0, 0, 0);
    font-weight: 900;
}


#enter-openly{
    color: rgba(184, 212, 219, 0.23);
    opacity: 0.95;
}


#enter-openly{
    filter: invert(0.8);
    box-shadow: 0 0px 20px #6c6cab;
    box-sizing: border-box;
    text-align: center;
    font-weight: 800;
    width: 90%;
    margin: 10% 50%;
    transform: translate(-50%, 0);
    padding: 5%;
    mix-blend-mode: exclusion;
    border: none;
    position: relative;
}

#stillness{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}


#stillness p{
    text-align: center;
    width: 100%;
}

#stillmylove{
    padding: 2% 0;
    mix-blend-mode: difference;
}
#stillness img{
    width: 48%;
    opacity: 0.75;
    box-sizing: border-box;
}

#stillmylove img{
    width: 50%;
    margin: 0 25%;
    opacity: 0.5;
}
#stillmylove img{
    position: absolute;
}

#stillmylove h1{
    font-size: 2em;
    margin-left: 20%;
}

#openly-title{
    /* mix-blend-mode: lighten; */
    font-size: 3em;
    font-weight: 800;
}

#stillmylove audio{
    font-size: 3em !important;
}

#intro1{
    padding: 0%;
    color: #d5d5e8;
    position: relative;
    margin: 2vh 0vw;
    width: 100vw;
    font-size: 0.7em;

}

#intro1 p{
    opacity: 0.8;
    /* mix-blend-mode: lighten; */
    text-align: right;
    position: absolute;
    left: 60%;
    top: 0;
    z-index: 100;
    color: #00000000;
    width: 15%;
    font-weight: 100;
    transform: scale(3, 1.35);
    text-shadow: -1px 0 1px #ffffff, -2px 0 3px #ffb4b4, 0 2px 2px rgb(0 0 0), 1px 0px 2px rgb(222 236 178), 0 2px 3px #c3a8e2, 0 -2px 1px rgb(90 177 74);
}


#intro{
    position: relative;
    margin: 2vh 10vw;
    width:80vw;
    font-size: 4em;
    font-weight: 600; 
}


#intro5{
    box-sizing: border-box;
    color: #00000032;
    position: relative;
    margin: 2vh 10vw;
    width:80vw;
    padding: 1%;
    font-size: 3em;
    font-weight: 600; 
}

#intro3{
 margin-top: 5%;
 font-size: 3em;

}

#intro3{
    font-weight: 600;
    width: 60%;
    padding: 5% 20%;
    color: #eceaea;
    background-color: rgba(188, 189, 212, 0.86);
}

#reopening-vid-cont{
    position: relative;
    width: 70vw;
    color:rgb(208, 207, 207);
    z-index: 100;
    padding: 5% 15vw;
    opacity: 0.9;
    text-align: center;
}

#reopening-video{

    width:100%;
    mix-blend-mode: normal;
    background-color: black;
    height: auto;
    z-index: 100;
}

#intro4{
    margin-top: 5%;
    width: 80%;
    font-weight: 600;
    padding: 5% 10%;
    font-size: 2em;
    background-color: rgba(185, 195, 153, 0.86);
   }

#full-link{
    background-color: white;
}

#openly-header{
    display: flex;
    justify-content: space-between;
    width: 100vw;
}

#estuary-grid{
    position: fixed;
    top: 0%;
    width: 30%;

}
.grid-row{
    z-index: 100;
    display: flex;
}

#grid-outter{
    position: relative;
}

.fade-text{
    position: absolute;
    color: rgb(205, 205, 205);
    animation-name: fade;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 10s;
    animation-direction: normal;
}

@keyframes fade{
    0% {
      opacity: 1;
    }
    60% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
    }
  }

.gen-cont{
    margin-left: 10%;
}
/* .grid-cell{
    border: 1px solid rgba(3, 3, 97, 0.709);
    color: rgb(0, 2, 134);
    text-shadow: 0 2px 1px #372657, 0 -2px 1px rgb(47, 46, 124), 0 1px 1px #a6a6a6;
} */

.grid-cell{
    text-wrap: wrap;
    font-size: 1.2em;
    border: 1px solid rgba(3, 3, 97, 0.709);
    color: rgba(153, 153, 173, 0.198);
    text-shadow: 2px 0 2px #3c357c81, -2px 0 2px rgb(63, 62, 120), 4px 0 3px #5a548dd7, -4px 0 3px rgba(91, 90, 146, 0.482), 0 1px 1px #a6a6a6b9;
}




.odd, .even{
    position: relative;
    z-index: 100;
}

#centerPoem p{
    display: none;
    text-shadow: 0px 2px 3px rgb(165, 172, 179);
    color: rgba(165, 172, 179, 0.735) !important;
}
#test{
    z-index: 100;
    position: relative;
}

#centerPoem p:nth-child(2) {
    animation-delay: 3s;
}

#centerPoem p:nth-child(3) {
    animation-delay: 6s;
}
#centerPoem p:nth-child(4) {
    animation-delay: 9s;
}
#centerPoem p:nth-child(5) {
    animation-delay: 12s;
}
#centerPoem p:nth-child(6) {
    animation-delay: 15s;
}

#centerPoem p:nth-child(7) {
    animation-delay: 18s;
}

@keyframes poemOpacity {
    0% {opacity: 0;}
    30% {opacity: 0.8;}
    50% {opacity: 1;}
    70% {opacity: 0.8;}
    100% {opacity: 0;}
}

#openly-list a{
    color: rgb(214, 214, 12) !important;
}

#openly-list{
    margin-left: 30%;
}

#openly-list a:hover{
    opacity: 1.0 !important;
    color: rgb(18, 10, 48);
    background-color: rgb(255, 0, 221);
}


/*~~~~~~~~~~~~~~~all~~~~~~~~~~~~~~~*/


/* #birds-vid{
    filter: brightness(1.1);
} */
#openly-poem{
    filter: invert(0.8);
    /* position: absolute; */
    width:100%;
}

#birds-vid{
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

#me{
    width: 80%;
    position: relative;
}

#intro2{
    margin: 8% 1%;
}

#intro2 span{
    color: #000000;
    padding: 0;
    font-size: 0.55em;
    /* background-color: #ababab; */
}

.bgVideo{
    height: 100%;
    overflow-x: hidden;
    width: 80%;
    position: fixed;
    top: 0;
    left: 10%;
    padding: 0;
    margin: 0;
    z-index: 0;
    opacity: 0.7;
}

.windows{
    height: 100%;
    overflow-x: hidden;
    width: auto;
    min-width: 100vw;
    /* min-height: 110vh; */
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 0;
    opacity: 0.9;
}

.openly-video{
    width: 80vw;
    max-width: 400px;
    height: auto;
    position: fixed;
    right: 0;
    top: 5vh;
}
#openly-vid{
    filter: contrast(1.35) brightness(1.1);
    top: 50vh;
    opacity: 0.8;
}



.title{
    color: rgb(86 59 59 / 18%) !important;
    position: relative;
    font-weight: 400;
    font-size: 5.5rem;
    font-weight: 500;
    z-index: 100;
    padding: 2%;
}

/*~~~~~~~~~~~~~~~opening~~~~~~~~~~~~~~~*/



#lately-poem{
    padding-top: 10%;
    padding-left: 5%;
    width: 60%;
    font-weight: 600;
    min-width: 500px;
    font-size: 1.3em;
}

.opening-portal{
    position: fixed;
    mix-blend-mode: lighten;
}

#opening-block2{
    width: 80%;
    /* height: 50vh; */
    top: 0vh;
    z-index: 0;
    left: 10%;
    opacity: 0.9;
    background: #c7d3dd;
}

#opening-block3{
    width: 20vw;
    height: 70vh;
    right: 0;
    padding-right: 5%;
    top: 0vh;
    background: #ffffff4f;
}

#honestly{
    font-size: 1.8em;
    width: 100%;
    display: flex;
    justify-content: space-between;   
    padding: 2%;
    mix-blend-mode: difference;
}

#opening-right{
    z-index: 100;
    width: 40%;
    font-size: 0.8em;
    margin-top: 20%;
    padding-right: 5%;
}

#opening-right .title{
    color: white !important;
}

#portal-opening{
    position: absolute;
    width: 90vw;
    left: 0vw;
    top: 0vh;
    height: 80vh;
}

#opening{
    text-shadow: -5px 0 6px #5a5e59f7, 3px 0 4px #8ea4a3f5, 0 -2px 5px rgba(122, 164, 133, 0.79), 3px 0px 3px rgba(1, 243, 255, 0.41), 0 2px 3px rgba(150, 203, 217, 0.9), 0 -3px 3px rgb(126, 34, 34)
}

/*~~~~~~~~~~~~~~~perpendicular~~~~~~~~~~~~~~~*/


#perpendicularPoem{
    font-size: 2.5em;
    width: 35%;
    z-index: 100;
    margin-left: 50%;
    font-weight: 100;
    height: 15vh;
    text-align: end;
}

#perpendicular-imgs2{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-image: url("media/fence.jpg");

}

#perpendicular-imgs2 img{
    width: 80vw;
    max-width: 500px;
    height: auto;
    padding: 1%;
}
#perpendicular-imgs2 img:nth-child(even){
    transform: rotate(90deg);
}

#perpendicular{
    position: relative;
    margin-top: 10%;
    width: 100%;
    filter: brightness(1.15);
    mix-blend-mode: exclusion;
}


/*~~~~~~~~~~~~~~~with every pore of my skin~~~~~~~~~~~~~~~*/

#tomyskin{
    height: fit-content;
    width: 100%;
    filter: brightness(1.5);
    overflow: visible;
    position: relative;
    mix-blend-mode: hard-light;
}


#everyporeofskin{
    font-size: 1.3em;
    padding-left: 20%;
    width: 60%;
    padding-top: 10%;;
    font-weight: 100;

}
#everyporeofskin2{
    font-weight: 800;
    font-size: 1.8em;
    margin-top: 15%;
    width: 50%;
    padding-bottom: 10%;
    padding-left: 10%;

}

#everyporeofskin p, #everyporeofskin2 p{
    color: rgba(221, 216, 194, 0.65);
    font-size: 1.1em;
    line-height: 0.75em;
}

#pore2{
    width: 100%;
    filter: brightness(0.5) ;
    left: 10%;
    top: 0;
}

#pore2 img{
    width: 100%;
}

#opening-block5{
    position: fixed;
    width: 70vw;
    left: 0;
    opacity: 0.4;
    top: 20vh;;
    mix-blend-mode: exclusion;
}

#opening-block5 img{
    width: 100%;
}




#throughourknuckles audio::-webkit-media-controls-panel{
    background-color:rgba(205, 211, 236, 0.862) !important;
    mix-blend-mode: multiply;
}

#sunspots audio::-webkit-media-controls-panel{
    background-color:rgba(205, 211, 236, 0.862) !important;
    mix-blend-mode: multiply;
}

#throughourknuckles{
    height: fit-content;
    position: relative;
    mix-blend-mode: darken;
    font-size: 3em;
    font-weight: 600;
    text-align: center;
}

#knuckles img{
    width: 50%; 
    margin-left: 22.%;
}

#opening-block4{
    top: 0;
    position: relative;
    width: 100%;
}

#opening-block4 img{
    width: 30vw;
    height: 30vw;
    margin-left: 35vw;
}


/*~~~~~~~~~~~~~~~pothole~~~~~~~~~~~~~~~*/

#potholes video{
    opacity: 0.5;
}

#potholes{
    filter: blur(2px);
    z-index: 100;
    position: relative;
    width: 90vw;
    margin-left: 5vw;
    margin-top: 10%;
    padding: 1%;
    font-size: 1.5em;
    font-weight: 200;
    height: fit-content;
    mix-blend-mode: multiply;
    overflow: visible;
    color: rgb(201 180 180);
    background-size: cover;

}

#album{
    width: 100%;
    background-color: #39395560;
}


#opening-right audio{
    width: 30vw !important;
}



audio::-webkit-media-controls {
     background-color: rgb(255, 255, 255) !important;
     color: #000;
     }

#openly-poem{
    mix-blend-mode: lighten;
}

#birds-cont{
    position: relative;
    width:60vw;
    margin: 2vh 20vw;
}


#openly-intro {
    z-index: 100;
    top: 0;
    left: 50%;
    position: absolute;
    font-size: 2em;
    width: 30%;
    height: 30%;
}



#potholes .title{
    color: rgb(176, 188, 226) !important;
    
}
#potholes p{
    width: 80%;
}

.poem{
    font-size: 2.2rem;
    text-align: center;
    font-weight: 100;
    padding: 0 3%;
    color:rgba(164, 164, 164, 0.665);
}

.pothole{
    clear: both;
    text-align: right;
    padding: 5% 0;
}

/*~~~~~~~~~~~~~~~sunspots and sinkholes~~~~~~~~~~~~~~~*/

#sunspots{
    mix-blend-mode: plus-lighter;
    padding: 3% 0;
    margin-top: 10vh;
    position: relative;

}

#softspot2{
    mix-blend-mode: lighter;
    margin-top: 10vh;
}

#sunspot1{
    position: relative;
    padding: 1.5% 2%;
    font-size: 40px;

}


#sunspot2{
    width: 100%;
    opacity: 0.5;
    padding: 0 2%;
    font-size: 160px;
    position: relative;
}

#softspot2{
    display: flex;
    width: 80%;
    margin-left: 10%;
    position: relative;
    height: fit-content;
    align-items: center;
}

#softspot2 div{
    text-align: right;
    overflow: visible;
    font-size: 2em;
}


#softspot2 img{
    filter:invert(1);
    width: 100%;
    margin-bottom: 5%;
}

#softspot{
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 3%;
}

#softspot img{
    width: 30%;
    right: 0;
    height: auto;
    opacity: 0.6;
}

/* 
#grassfield{
    width: 20%;
    height: auto;
    opacity: 0.8;
    overflow: hidden;
    z-index: 1;
} */

/*~~~~~~~~~~~~~~~your arms were the windows~~~~~~~~~~~~~~~*/

#yourarmswere .title{
    color:rgba(110, 0, 0, 0.39) !important;
}
#yourarmswere{
    margin-top: 10vh;
    mix-blend-mode: exclusion;
    width: 100%;
    font-weight: 100;
    overflow: visible;
    filter: invert(.8);
}


#window img{
    width: 80%;
    height: auto;
    margin-bottom: 5%;
}

#window2 img{
    width: 50%;
    height: auto;
    filter: invert(0.2)
}

#window img:nth-child(1){
    margin-left: 20%;
}
#window img:nth-child(2){
    margin-left: 15%;
}
#window{
    width: 20%;
    top: 20%;
    mix-blend-mode: lighten;
}

#window2{
    z-index: 1;
    position: absolute;
    left: 25%;
    bottom: 5%;
    mix-blend-mode: lighten;
}
/*~~~~~~~~~~~~~~~soft spiral~~~~~~~~~~~~~~~*/
#soft-spiral{
    position: relative;
    padding: 2%;
    font-size: 0.9em;
    font-weight: 100;
    mix-blend-mode: plus-lighter;
    text-align: end;
}

#softspiral .title{
    color:rgb(18, 10, 48) !important;
}
#softspiral{
    mix-blend-mode: difference;
}

#spirals{
    width: 100%;
}
#spiral1, #spiral2{
width: 40vw;
position: absolute;
padding: 0;
margin-left: 30vw;
}
#spiral1{
    bottom: -5%;
}
#spiral2 img, #spiral1 img{
    margin-top: 15%;
    padding-bottom: 5%;
    width: 100%;
    height: auto;
    opacity: 0.5;
}

/*~~~~~~~~~~~~~~~inside the light~~~~~~~~~~~~~~~*/
#insidethelight{
    font-size: 2.5em;
    mix-blend-mode: lighten;
    width: 100%;
}

#insidethelight7{
    width: 25%;
    background-color: black;
    color: rgb(255 255 255);
    padding: 3%;
    opacity: 0.9;
}

#insidethelight8{
    width: 75%;
    mix-blend-mode: overlay;
}
#insidethelight9{
    width: 100%;
    mix-blend-mode: overlay;
    display: flex;
}

.light{
    width: 100%;
}
#insidethelight2, #insidethelight3, #insidethelight4{
    padding-left: 2%;
}

.light img{
    width:  100%;;
}
/*~~~~~~~~~~~~~~~reopening~~~~~~~~~~~~~~~*/



#reopening .title{
    opacity: 0.6;
    padding: 4% 0;
    text-align: center;
    color: rgb(1, 1, 1) !important;
    background: rgba(255, 255, 255, 0.597);
    margin-top: 0;
}

#reopening{
    mix-blend-mode: lighten;
    width: 100%;
    position: relative;
}


.reopening-poem{
    position: relative;
    z-index: 100;
}

#reopening-poem2{
    top: 50%;
    padding-left: 2%;
    width: 60%;
    font-size: 2.8em;
}


#reopening-poem3{
    padding:5vw !important;
    font-size: 3em;
    font-weight: 100;
    width: 90vw;


}

#main-openly{
    /* mix-blend-mode: lighten; */
    width: 101vw;

}

.reopening-bg{
    top: 10vh;
    left: 0;
    position: absolute;
    background-color: rgb(168, 168, 123);
    width: 100%;
    height: auto;
}

.reopening-bg img{
    width: 100vw;
    height: auto;
    margin-bottom: 20vh;
    opacity: 0.7;
    position: sticky;
}

.swamp{
    position: fixed;
    top: 0;
    left:0;
    opacity: 0.8;
    height: 100vh;
    width: 100%;
    filter: brightness(0.5);
}

.pages{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.pages img:nth-child(1){
    width: 40%;
    height: 100%;
}
.pages img:nth-child(2){
    width: 40%;
    height: 100%;
}
.pages img:nth-child(3){
    width: 40%;
    height: 100%;
}
.pages img:nth-child(4){
    width: 60%;
    height: 100%;
}


#tohold h1{
    mix-blend-mode: multiply;
    font-size: 3em;
    font-style: italic;
    padding-left: 10%;
}
#tohold{
    mix-blend-mode: darken;

}

#tohold .audio, #snowfairy .audio{
    box-sizing: content-box;
    mix-blend-mode: darken;
    padding: 0;
    margin-left: 0;
}

#sf-header{
    text-align: center;
    margin-bottom: 6%;
}

#snowfairy h1{
    margin-top: 0;
}

#snowfairy{
    width: 100%;
    box-sizing: border-box;
    font-size: 1.2em;
    padding: 1% 5%;
    mix-blend-mode: darken;
    z-index: 100;
}

#sf-poem{
    font-size: 1.1em;
    padding: 2%;
    display: flex;
    justify-content: center;
}
#sf-poem p{
    padding: 1%;
}

#sf-poem img{
    width: 50%;
    filter: grayscale(1);
    height: auto;
    opacity: 0.7;
}

#tohold p{
    font-size: 1em;
    line-height: 1.5em;
    padding-left: 10%;
}

#tohold .description{
    width: 70%;
    background-color: rgb(182, 157, 157);

}

#obfuscation-1{
    font-size: 2em;
    width: 100%;
}

#obf-img1{
    padding-left: 35%;
    width: 30%;
    opacity: 0.5;

}

.obfuscation-header{
    padding-left: 10%;
}

#obf-1{
    z-index: 1;

}

.audio-cont{
    height: 54px;
    width: 60%;  
    border: none;
    padding: 0;
    margin: 40px 20% 20px 20%;
    box-sizing: border-box;
    z-index: 100;
    position: sticky;
    left: 0;
    top: 0;
    mix-blend-mode: color-burn;
}


.audio-cont audio{
    width: 100%;
    /* position: absolute; */
    left: 50%;
    width:  100%;
    filter: blur(0.5px);
    z-index: 100;
}

audio{
    z-index: 100;
    width: 100%;
}

.obf-1-desc{
    width: 60vw;
    line-height: 40%;
    font-size: 1rem;
    top: 5vh;
    z-index: 1;
    position: relative;
    padding-left: 30%;
    text-align: right;
}


#obfuscation-header, .obf-1-desc{
    mix-blend-mode: lighten;
    color: #1a1919;
    text-shadow: 0px -1px 3px rgb(255 255 255);
}


@media only screen and (max-width: 1200px) {
    .obf-1-vis {
        width: 60vw !important;
    }

    .audio-cont{
        height: 54px;
        width: 100%;
        position: sticky;
        border: none;
        padding: 0;
        margin: 40px 0px 20% 0px;
        box-sizing: border-box;
        z-index: 100;
        /* position: relative; */
        mix-blend-mode: color-burn;
    }
    
    
    .audio-cont audio{
        position: sticky;
        left: 0%;
        top: 0;
        width: 100%;
        z-index: 100;
        filter: blur(0.5px);
    
    }
  }


.obf-1-vis img{
    width: 50%;
    height: auto;
    filter: saturate(50%);  
    padding-left: 50%;
    transform: translate(-25%, 0); 

}

.obf-1-vis {
    mix-blend-mode: darken;
}

#obf-img2 {
    filter: invert(0.8);
    width: 50%;
    margin-left: 50%;
    transform: scaleX(-1);
}

#obf-desc-2{
    display: flex;
    padding-left: 0;
    width: 100%;
}

#obf-desc-2 div{
    width: 50%;
}

#obf-cont{
    mix-blend-mode: lighten;
}

#obfuscation-1 audio::-webkit-media-controls-panel{
    background-color:rgba(100, 78, 78, 0.862) !important;
    mix-blend-mode: multiply;
}

#obf-vis-2, #obf-vis-1{
    width: 100%;
    mix-blend-mode: lighten;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

#snowfairy1 p{
    padding: 1%;
}

#stillmylove-vis{
    position: relative;
    height: 100vh;

}

.obf-vis img{
    width: 52%;
    height: auto;
    opacity: 0.8;
}

.obf-vis{
    position: absolute;
    top: 0;
}

#load{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 1;
    background-color: #000;
}

audio::-webkit-media-controls-enclosure {
    border-radius: 0;
}


#load div{
    position: relative;
}

#load video{
    width: 100vw;
    padding: 0;
    height:100vh;
    position: absolute;
}

#load-txt{
    padding: 5%;
    font-size: 1.5em;
}



.song-holder, #header{
    position: relative;
    width: 101vw !important;
    z-index: 100;
    margin: 0 !important;

}


/*estuary*/

#estuary-poem1{
    height: 40vh;
    /* display: flex; */
    margin: 0 0 0 2%;
    z-index: 1;
    text-decoration: underline;

}

.estuary-poem{
    /* transform: translate(0, -15%); */
    text-shadow: -1px 0 2px #000000d9, 0 1px 2px rgb(33, 16, 49), 2px 0 rgb(121 120 121);
    background-color: white;
    font-size: 1em;
    padding: 0 0% 0 0%;
    width: 100%;
    position: relative;
}

#estuary-poem2{
    background-color: #727272;
    width: 40%;
    margin-left: 30%;
}

.estuary-vid{
    width: 50%;
    object-fit: fill;
    height: 100%;
}

#estuary-poem1 span{
    font-size: 1.4em;
    color: #b37d68;
    min-width: 20vw;
    padding: 0 4% 0 10%;
    border: 1px solid black;
    transform: scale(1.5,1);
    background: rgb(30, 3, 102);
    /* flex: 2 1 auto; */
}

#estuary-header{
    mix-blend-mode: color-dodge;
    width: 50%;
    position: relative;
    margin: auto auto 0 auto;
    text-align: center;
    font-size: 2em;
    transform: scale(1.85,1);
    /* text-shadow: -2px 0 #aaaadf, 0 3px rgb(33, 16, 49), 1px 0 rgb(222 236 178), 0 -2px #d9c0ff; */
    /* color: #ffffff62; */
    /* text-shadow: -5px 0 5px #ffb257, -2px 0 3px #ffb4b4, 0 2px 2px rgb(37, 21, 51), 1px 0px 2px rgb(222 236 178), 0 2px 3px #c3a8e2, 0 -2px 1px rgb(246, 246, 246); */
    /* text-shadow: -5px 0 6px #bb6a0f85, 3px 0 4px #01165691, 0 -2px 1px rgb(198, 183, 211), 3px 0px 3px rgb(248, 255, 225), 0 2px 3px #c3a8e2, 0 -3px 3px rgb(239, 247, 213);
    color: rgba(89, 119, 143, 0); */
    text-shadow: -2px 0 6px #d6b699b3, 3px 0 4px #f0f9dd91, 0 -2px 1px rgb(106 83 65 / 77%), 3px 0px 3px rgb(55 0 114 / 65%), 0 2px 3px #21002d78, 0 -3px 3px rgb(255 255 255 / 45%);
    color: rgb(76 35 31 / 0%);
    /* background-color: rgb(0 0 0 / 27%); */
    /* text-shadow: -5px 0 6px #603f1996, 3px 0 4px #22120c91, 0 -2px 1px #d9c0ff, 3px 0px 3px rgb(16 32 16 / 65%), 0 2px 3px #21002d78, 0 -3px 3px rgb(255 255 255 / 45%); */
}

#estuary{
    z-index: 0;
    margin-bottom: 500px !important;
}
#so-close{
    filter: blur(1px) invert(0.1);
}
#release{
    height: 8em;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    margin: 4% auto;
    border-radius: 1%;
    /* box-shadow: 0px 0px 50px #1d0000; */
    /* mix-blend-mode: lighten; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
} 

#release img{
    background-color: black;
    height: 100%;
    z-index: 100;

}
#release video{
    padding: 0;
    height: 100%;
    width: auto;
    margin-right: 0;
    mix-blend-mode: darken;
}

#garden{
    margin: 2% 0;
    display:flex;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    width: 100%;
}

#garden div{
    margin-top: 2%;
    margin-bottom: 1%;
    height: 40vh;
    width: 28%;
    /* border:2px solid #6c6cab; */

}

#garden div:nth-child(1){
    margin-left: 2%;
    margin-right: 4%;
}

#garden div:nth-child(3){
    margin-left: 5%;
    margin-right: 1%;
}

#garden div:nth-child(4){
    margin-left: 4%;
    margin-right: 2%;
}

#garden div:nth-child(5){
    margin-left: 0%;
    margin-right: 1%;
}
#garden div:nth-child(6){
    margin-left: 1%;
    margin-right: 2%;
}
#garden div:nth-child(7){
    margin-left: 8%;
    margin-right: 2%;
}

#garden-container{
    position: relative;
    overflow: scroll;
}
#estuary-poem3{
    z-index: 100;
}

#estuary-poem3{
    z-index: 1;
    font-size: 0.65em;
    padding: 8% 10% 2% 18%;
    font-weight: 100;
    text-align: justify;
    min-width: 20vw;
    z-index: 1;
    text-shadow: -1px 0px 1px rgb(255 255 255 / 0%), 1px -1px 1px rgba(0, 0, 0, 0.868) !important;
    /* font-size: 1.5em; */
    /* text-shadow: 0px 2px 2px #efe7e7d6, 0px -4px 2px rgb(0, 0, 0), 1px 0 2px rgba(78, 51, 8, 0.819), 0 -6px 1px #fcb98c; */
    /* color: rgb(0, 0, 0); */
}
#estuary-poems{
    margin-left: 1%;
    width: 100vw;
    display: flex;
}

#garden-poem p{
    width: 100vw;

    /* transform: scale(1.8, 1); */

}

#garden div video{
    padding: 0;
    height: 40%;
    width: auto;
    margin-right: 0;
    opacity: 0.5;
}

#garden div:nth-child(4) img{
    width: 40%;
    mix-blend-mode: darken;
}

#estuary-songs-cont{
    position: relative;
    height: 80vh;
    overflow: scroll;
     display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#estuary-songs{
    top: 0;
    width: 30%;
    position: sticky;
    left: 15%;
}

#estuary-garden{
    width: 60%;
    position: sticky;
}

#estuary-garden img{

    width: 250%;
    padding: 4%;
    /* transform: rotate(5deg); */
    opacity: 0.7;

}

.audio-ctrl{
    position: relative;
    z-index: 100;
    width: 20%;
    height: 30vh;
}