font-face {
    font-family: Invasion2000;
    src: url(/fonts/invasion2000/INVASION2000.TTF);
  }
@font-face {
    font-family: Joystix;
    src: url(/fonts/joystix/joystix\ monospace.otf);
  }
@font-face {
    font-family: EXEPixelPerfect;
    src: url(/fonts/exepixelperfect/EXEPixelPerfect.ttf);
  }
@font-face {
    font-family: Wren-Handwriting;
    src: url(/fonts/Wren-Handwriting.ttf);
  }
@font-face{
  font-family: Delarge-Marker-Pen;
  src: url(/fonts/delarge_marker_pen/DELARGE_.TTF)
}

@font-face{
    font-family: lemon-milk;
    src: url(fonts/lemon_milk/LEMONMILK-Regular.otf);
}

@font-face{
    font-family: blue-ocean;
    src: url(fonts/blue_ocean_3/BLUE\ OCEAN.ttf);
}

@keyframes scroll {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(calc(-100% - 20px)); 
      }
    }

@keyframes glitch {
    0% {left: 0px;}
    50% {left: 100px;}
    75%{left: -40px}
    100% {left: 0px;}
}

@keyframes translate-glitch {
    0% {
        transform: translate(0px,0px);
    }
    50% {
        transform: translate(100px,0px);
        color: rgb(3, 197, 187);
    }
    75%{
        transform: translate(-40px,0px);
        color: rgb(255, 95, 135);
    }
    100% {
        transform: translate(0px,0px);
    }
}

@keyframes loadCrop{
    0% {overflow-y: hidden;}
    99% {overflow-y: hidden;}
    100% {overflow-y: scroll;}
}

@keyframes translate-glitch-2{
     0% {
        transform: translate(0px,0px);
    }
    1% {
        transform: translate(30px,0px);
        filter: hue-rotate(120deg);
    }
    2%{
        transform: translate(-60px,0px);
        filter: hue-rotate(240deg);
    }
    3% {
        transform: translate(0px,0px);
        filter: hue-rotate(360deg);
    }

    100% {
        transform: translate(0px,0px);
        filter: hue-rotate(deg);
    }
}

@keyframes glitchAppear {
   0% {
       opacity: 0;
       filter: 
        brightness(25%)
        hue-rotate(180deg);
        transform: translate(0px);
    
   }

   20% {
       opacity: 0.25;
       filter: brightness(50%)
       hue-rotate(90deg);
        transform: translate(10px);
   }

   24% {
       opacity: 0;
       filter: brightness(75%);
   }
   28% {
       opacity: 0.25;
   }

   30% {
       opacity: 0.5;
   }

   35% {
       opacity: 0.75;
   }

   40% {
       opacity: 1;
       filter: hue-rotate(180deg);
   }

   50% {
       opacity: 0.75;
       filter: hue-rotate(180deg);
   }

   70% {
       opacity: 0.25;
   }

    100% {
         opacity: 1;
    }


}

@keyframes glitchAppearShort {

   20% {
       opacity: 0.25;
       filter: brightness(50%)
       hue-rotate(90deg);
   }

   24% {
       opacity: 0.5;
       filter: brightness(75%);

   }

   40% {
       opacity: 1;
       filter: hue-rotate(180deg);
   }

   50% {
       opacity: 0.75;
       filter: hue-rotate(180deg);
   }

   70% {
       opacity: 0.25;
   }

    100% {
         opacity: 1;
    }
}

body{
    background-image: url(images/360_F_494852538_r8ylVApdAY0YuWYCkWIsg5pDZkboERYI.jpg);
    border: 1px;
    border-color: black;
    border-style: solid;
    margin: 0;
    background-image: url(/images/bathroom-tiles-2.jpg);
    background-repeat: repeat;
    overflow-y: hidden;
    overflow-x: hidden;
}

.flex-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.wrapper{
    height: 100vh;
    width:100vw;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    overflow-y: scroll;
    overflow-x:hidden;
    align-items: center;
    align-content: center;
    text-align: center;
}

p {
    font-size: 14px;
    margin: 0;
    padding: 0.5vw;
    font-family: lemon-milk;
    color: rgb(16, 83, 177);
}

 h2{
    font-size: 75px;
    font-family:blue-ocean ;
    color: rgb(0, 100, 222);
}

h3{
    font-size: 2vw;
    margin: 0;
    padding: 0;
    font-family: lemon-milk;
    color: rgb(16, 83, 177);
}

.content-grid{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(4,1fr);
    row-gap: 1vw;
    column-gap: 1vw;
    margin-bottom: 10vw;
}

.sidebar ul li{
    margin-top:10px ;
}

.nav-bar{
    background-color: rgb(231, 231, 231);
    color: rgb(29, 28, 31);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left: 0;
    width: 100vw;
}

.nav-bar a {
    text-decoration: none;
    color:rgb(69, 69, 69) ;
    margin: 0.5vw;
    font-size: smaller;
    font-weight: 100;
    padding-bottom: 0;
}

.landing-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    font-size: small;
}

.landing-items{
    display: flex;
    flex-direction: column;
}

.landing-text{
    margin-top: 15px;
    font-size: small;
    text-align: left;
}

.text-block{
  padding-left: 5vw;
  padding-right: 5vw;
  text-align:left;

}

.text-blockb{
  text-align:left;
  width: 40vw;

}

.zest-body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(4, 34, 75);
    margin-top: 3vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw;
}

.blurb-bubble{
    background-color: rgb(255, 181, 200);
    border-radius: 15px;
    padding: 1vw;
    grid-row-start: 1;
    grid-row-end: 6;

}

.blurb-bubble h1{
    font-family: lemon-milk;
    color: rgb(206, 10, 59);
    font-size: 18px;
    margin: 0.5vw;
}

.blurb-bubble p{
    font-family: lemon-milk;
    color: rgb(255, 95, 135);
    font-size: 12px;
}

.blurb-bubble ul{
    font-family: lemon-milk;
    color: rgb(4, 34, 75);
    font-size: 12px;
    text-align: left;
}

.blurb-bubble li{
    margin-top: 0.3vw;
    list-style-position: inside;

}

.blurb-bubble-teal{
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    padding: 1vw;
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 2;

}

.blurb-bubble-teal p{
    font-family: lemon-milk;
    color: rgb(5, 81, 66);
    font-size: 12px;
}

.blurb-bubble-teal h1{
    font-family: lemon-milk;
    color: rgb(5, 81, 66);
    font-size: 18px;
    margin: 0.5vw;
}

.blurb-bubble-teal ul{
    font-family: lemon-milk;
    color: rgb(5, 81, 66);
    font-size: 12px;
    text-align: left;
}

.blurb-bubble-teal li{
    margin-top: 0.3vw;
    list-style-position: inside;

}

.blurb-bubble-figure{
    display: flex;
    flex-direction: column;
    font-family: blue-ocean;
    color: rgb(5, 81, 66);
    font-size: 48px;
    padding: 0;
    text-align: center;
    
}

.blurb-bubble-figure p {
    font-size: 1vw;
    font-style: italic;
    font-family: lemon-milk;
    color: rgb(5, 81, 66);

}

.blurb-bubble-figure h1{
    margin:0;
    padding: 0;
    font-size: 10vw;
}

.blurb-bubble-figure h2 {
    font-size: 2vw;
    font-style: italic;
    font-family: lemon-milk;
    color: rgb(5, 81, 66);
    margin:0;
    padding: 0;
}




/*#zestImage{
    animation-name:translate-glitch-2;
    animation-duration: 10s;
    animation-timing-function: steps(1,end);
    animation-iteration-count: infinite;

}*/

.bubble{
    font-size: 12px;
    font-family: lemon-milk;
    padding:1.5vw;
    width:fit-content;
    border-radius: 30px;
    background-color:rgb(16, 83, 177);
    color: rgb(255, 255, 255);
}

.is-glitching{
    animation-play-state: running;
    animation-name: translate-glitch;
    animation-duration: 0.25s;
    animation-timing-function: steps(1,end);
}

.sprite{
    width: 40%;
    height: auto;
    position: fixed;
    left: 15vw;
    bottom: 0; 
}

.vid-speech{
    position: fixed;
    left: 38vw;
    bottom: 1vw;
    width: 45vw;
    padding: 1.5vw;
    color: white;
    font-family: exepixelperfect;
    border-radius: 10px;
    font-size: 24px;
    background-color: blueviolet;
}

.vid-speech button{
    font-family: exepixelperfect;
    font-size: 20px;
    padding: 1;
}

.vid-speech button:hover{
    cursor: pointer;
}

#vidContainer{
    visibility: hidden;
}

/*done because this is before Vid spirte appears*/

#vidContainer .vid-speech{
    position: fixed;
    left: 38vw;
    top: 40vw;
    width: 45vw;
    height: fit-content;
    padding: 1.5vw;
    color: white;
    font-family: exepixelperfect;
    border-radius: 10px;
    font-size: 24px;
    background-color: blueviolet;
}

#vidContainer2{
    visibility: hidden;
}

#vidContainer3{
    visibility: hidden;
}

.sprite-glitch-in{
    animation-name: glitchAppear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: steps(1,end);
}

.sprite-glitch-in-short{
    animation-name: glitchAppearShort;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    animation-timing-function: steps(1,end);
}

.sprite-glitch-problem{
    animation-iteration-count: infinite;
    animation-name: glitchAppear;
    animation-duration: 500ms;
    animation-timing-function: steps(1,end);
}

.buy-faux-button{
    color: white;
    background-color:rgb(5, 81, 66) ;
    font-family: lemon-milk;
    font-size: 1vw;
    padding:0.5vw;
    margin: 0.5vw;
    border-radius: 3vw;
}

.horror-background-gradient{
    width:100vw;
    min-height: 50vw;
    background-image: linear-gradient(rgba(255, 255, 255, 0),rgb(0, 0, 0));
    z-index: -1000;
    padding-left:25vw;
    padding-right:25vw;

}

.horror-background{

    width:100vw;
    min-height: 150vw;
    background-color: black;
    z-index: -1000;
}

.speech-bubble{
    font-family: lemon-milk;
    background-color: white;
    border-radius: 30vw;
    padding: 1vw;
    margin: 1vw;
    width:fit-content;
    font-size: 0.75vw;
    position: relative;
}