#rabbithole{
  cursor: pointer;
}

@font-face {
  font-family: nunito;
  src: url("fonts/nunito/Nunito-Regular.ttf");
}

@font-face {
  font-family: cabin;
  src: url("fonts/cabin.regular.ttf");
}

@font-face {
  font-family: bloodscratch;
  src: url("fonts/BloodScratchPersonalUse.ttf");
}

@font-face {
  font-family: troll;
  src: url("fonts/furdzville_troll/TROLO___.TTF");
}

@font-face {
  font-family: graffiti_city;
  src: url("fonts/graffiti_city/Graffiti_City.otf");
}

@font-face {
  font-family: marsneveneksk;
  src: url("fonts/marsneveneksk/MARSNEVENEKSK-Regular.otf");
}

@font-face {
  font-family: mostwasted;
  src: url("fonts/mostwasted/Mostwasted.ttf");
}

@font-face {
  font-family: next_custom;
  src: url("fonts/next_custom/Next_Custom.ttf");
}

@font-face {
  font-family: sister_spray;
  src: url("fonts/sister_spray/Sister_Spray.ttf");
}

@font-face {
  font-family: the_jacatra;
  src: url("fonts/the_jacatra/THE_JACATRA.otf");
}

@font-face {
  font-family: urban_heroes;
  src: url("fonts/urban_heroes/Urban_Heroes.ttf");
}


@font-face {
  font-family: artifact;
  src: url("fonts/artifact/artifact.ttf");
}

@font-face {
  font-family: cavalier;
  src: url("fonts/cavalier/Cavalier.ttf");
}

@font-face {
  font-family: ds_digital;
  src: url("fonts/ds_digital/DS-DIGI.TTF");
}

@font-face {
  font-family: gamer2;
  src: url("fonts/gamer_2/Gamer.ttf");
}

@font-face {
  font-family: gv-time-font;
  src: url("fonts/gv-time-font/GvTimeRegular-BW768.ttf");
}

@font-face {
  font-family: phorssa;
  src: url("fonts/phorssa/Phorssa.ttf");
}

@font-face {
  font-family: blood2;
  src: url("fonts/zai_i_love_covid_19/renamedzai.ttf");
}

@font-face {
  font-family: asl;
  src: url("fonts/GALLAUDET.ttf");
}

.censored{
  font-size: 1px;
  color: black;
}

.void{
  color: black;
}

.asl{
  font-family: asl;
   font-size: 69px;
}


.blood{
  color: #a10000  !important;
  font-family: blood2;
}

.comment{
  font-size: 24px;
  position: absolute;
  opacity: 75%;
  color: #c4c4c4;
  pointer-events: none;
  text-shadow: 0 0 3px #888888;
  animation: fadeOut ease 60s;
  animation-fill-mode: forwards;
  filter: drop-shadow(0 0 0.75rem rgb(255, 217, 0));

}

.film-grain {
  animation:grain 0.5s steps(6) infinite;

}

.shake{
  animation: shake 1.5s linear infinite;

}

@keyframes grain {
  0%, 100% {transform: translate(0,0);}
  10% {transform: translate(-5%,-10%);}
  30% {transform: translate(3%,-15%);}
  50% {transform: translate(2%,1%);}
  70% {transform: translate(9%,0%);}
  90% {transform: translate(-1%,1%);}
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.light{
  color: yellow;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 30px #fff, 0 0 40px yellow, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff

}

.fade-out {
  animation: fadeOut ease 5s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fire{
  color: black;
  text-shadow: 0 0 3px #fefcc9,
  1px -1px 3px #feec85,
  -2px -2px 4px #ffae34,
  2px -4px 5px #ec760c,
  -2px -6px 6px #cd4606,
  0 -8px 7px #973716,
  1px -9px 8px #451b0e;}

.lonely{
  color: #c4c4ff;
  opacity: 85%;
}

.censored::before {
  font-weight: bold;
  color: red;
  content: "THE CENSORSHIP IS FOR YOUR";
  font-size: 32px;
  filter: blur(1px);
  opacity: 50%;


}

.storyOfSlaughter{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
  color: black;
  background-color: #c4c4c4;
  padding: 25px;
  margin-bottom: 25px;
  position:relative;
  z-index: 1999;
}


body {
  margin: 0;
  background: black;
  color: rgb(224, 224, 224);
  font-family: helvetica;
  font-size: 22px;
  line-height: 28.6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1{
  margin-bottom: 10px;
}

textarea{
  background: black;
  vertical-align: middle;
  line-height: 25px;
  margin: 10px;
  color: rgb(224, 224, 224);
  font-family: helvetica;
  font-size: 22px;
  line-height: 28.6px;
  width: 696px;
}



#container{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  height: 1000px;
}


.player-container{
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.simulator{
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  height: 500px;
  border:rgb(224, 224, 224);
}

#instructions{
  font-weight: lighter;
  font-size: 12px;
  margin-left: 20px;
  font-style: italic;
}

.submit-command:hover{
    text-decoration: underline;
}

.submit-command{
  cursor: pointer;
}

.sass{
  border: 2px solid black;
  z-index: 12;
  border-radius: 5px;
  padding: 2px;
  position: absolute;
  top: -25px;
  font-size: 12px;
  left: 0px;
  color: black;
  padding-left: 5px;
  font-family: 'Courier New', monospace;
  font-weight: bold;
  padding-right: 5px;
  opacity: 100;
  margin: 5px;
  background-color: #d1b056;
  line-height: 17px;
  box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, .2);
  transition: opacity 1s linear;
}

.sass.fadeout{
  opacity: 0;
}

#startbutton{
  margin-top: 200px;
  padding: 50px;
}
.roomName{
  position: absolute; 
  top: 15px;
  color: black;
  border-radius: 5px;
  border: 2px solid black;
  z-index: 13;
  font-weight: bolder;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #d1b056;
  left: 15px;

}

.error{
  color: red;
  animation: glitch 1s linear infinite;
  display: inline-block;
}

#northDoor{
  position: absolute;
  display: block;
  top: 37px;
  left: 250px;
  z-index: 10;
}
#northDoorRug{
  position: absolute;
  display: block;
  top: 105px;
  left: 250px;
  z-index: 9;

}

#eastDoor{
  position: absolute;
  display: block;
  top: 250px;
  right: -20px;
  z-index: 10;

}

#southDoor{
  position: absolute;
  display: block;
  bottom: -20px;
  left: 250px;
  z-index: 10;

}

#current-room-for-spooky-eyes{
  height: 600px;
  width: 400px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  border: 10px solid #292929;
  position: relative;
}

#current-room{
  height: 600px;
  width: 400px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  background-image: url("../images/Walkabout/floor/woodfloor.png");
  position: absolute;
  top: 0px;
}

.storybeat{
  padding-bottom: 30px;
}

#wall{
  width: 400px;
  height: 120px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.story-so-far{
  margin-bottom: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 490px;
}

.response{
  margin-bottom: 30px;
  margin-right: 10px;
}

.command{
  border-radius: 8px;
  border: 1px solid;
  border-color: rgb(224, 224, 224);
  margin-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
  width: 670px;
  height: 54px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.command input{
  background: black;
  border: none;
  vertical-align: middle;
  line-height: 25px;
  margin-left: 10px;
  color: rgb(224, 224, 224);
  font-family: helvetica;
  font-size: 22px;
  line-height: 28.6px;
  width: 555px;
}

button{
  background: #fe7662;
  border: none;
  vertical-align: middle;
  line-height: 25px;
  margin-left: 10px;
  border-radius: 8px;
  color: rgb(224, 224, 224);
  font-family: helvetica;
  font-size: 22px;
  line-height: 28.6px;
}

.command input:focus {
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

a:link{
  color: #c4c4c4;
}

a:visited{
  color: #00ff00;
}yer

a:hover{
  color: #ffff00;
}

a:active{
  color: #ff0000;
}


.invisible-until-hover{
  opacity: 0;
}

.invisible-until-hover:hover{
  opacity: 100;
}

.fast-pulse{
  animation: pulse 2.0s steps(10) infinite;
}

.glow-pulse{
  animation: pulseGlow 2.0s steps(10) infinite;
}

.flipout{
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.flipout-animation{
  display: inline-block;
  animation: flipout 1.0s steps(10) infinite;
}

.delay-1{
  animation-delay: 0.1s;
}

.delay-2{
  animation-delay: 0.2s;
}

.delay-3{
  animation-delay: 0.3s;
}

.delay-4{
  animation-delay: 0.4s;
}

.delay-5{
  animation-delay: 0.5s;
}

.delay-6{
  animation-delay: 0.6s;
}
.delay-7{
  animation-delay: 0.7s;
}

.delay-8{
  animation-delay: 0.8s;
}

.delay-9{
  animation-delay: 0.9s;
}

.move-text{
  animation: move-text  1s steps(10) infinite;
  position: absolute;
}

.innerMonologue{
  text-decoration: line-through;
   font-style: italic;
}

.customerSurvey{
  background:rgb(248, 250, 250); 
   padding: 50px;
   border-radius: 13px;
   font-family: Times New Roman;
   color: rgb(31, 63, 135);
  }
.ronin{
    background: #ffe972;
    color: black;
    padding: 13px;
    border-radius: 13px;
    margin: 13px;
  max-width: 400px;
}
.observer{
    background: black;
    color: white;
    padding: 13px;
    border-radius: 13px;
    margin: 13px;
  margin-left: auto;
  margin-right: 13px;
  max-width: 400px;
}

.fade-in-animation{
  animation: fade-in  3s steps(10) infinite;
}

.fade-to-red{
  animation: become-red 10s steps(30) infinite;
}

@keyframes move-text {
  0% { bottom: -0.2em; opacity: 1; }
  50% { bottom: 0.2em; }
  100% { bottom: 0; opacity: 1; }
}

@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes become-red {
  100% {color: red; }
}

.rainbowText {
  background-image: 
    linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  animation: move 35s linear infinite;
}

@keyframes move {
  to {
    background-position: -4500vh;
  }
}

.rainbow-text {
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);   -webkit-background-clip: text;
  color: transparent;
}

.rainbow-text-animated {
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);   -webkit-background-clip: text;
  color: transparent;
  animation: rainbow-march 1s ease-in-out infinite;
}

.hue-shift {
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);   -webkit-background-clip: text;
  color: transparent;
  animation: hue-shift 1s steps(8) infinite;
}

#pause{
  height: 50px;
}

.text-flicker{
  animation-duration: 0.01s;
  animation-name: textflicker;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  text-shadow: 0.06rem 0 0.06rem #ea36af, -0.125rem 0 0.06rem #75fa69;
}

@keyframes hue-shift{
  100% {filter: hue-rotate(360deg)}

}

@keyframes rainbow-march {
  0% {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);   -webkit-background-clip: text;
  }
  16% {
    background-image: linear-gradient(to left, red, violet, indigo, blue, green, yellow, orange);   -webkit-background-clip: text;
  }
  32% {
    background-image: linear-gradient(to left, orange, red, violet, indigo, blue, green, yellow);   -webkit-background-clip: text;
  }
  49% {
    background-image: linear-gradient(to left, yellow, orange, red, violet, indigo, blue, green);   -webkit-background-clip: text;
  }
  66% {
    background-image: linear-gradient(to left, green, yellow, orange, red, violet, indigo, blue);   -webkit-background-clip: text;
  }
  83% {
    background-image: linear-gradient(to left, blue, green, yellow, orange, red, violet, indigo);   -webkit-background-clip: text;
  }
  100% {
    background-image: linear-gradient(to left, indigo, blue, green, yellow, orange, red, violet);   -webkit-background-clip: text;
  }
  
}

@keyframes textflicker {
  from {
    text-shadow: 1px 0 0 #ea36af, -2px 0 0 #75fa69;
  }
  to {
    text-shadow: 2px 0.5px 2px #ea36af, -1px -0.5px 2px #75fa69;
  }
}

@keyframes pulseGlow {
  0% { box-shadow: -10px 10px 20px #fcf9bd;
       }

   50% { box-shadow: -10px 10px 20px #000000;
    }

     100% { box-shadow: -10px 10px 20px #fcf9bd;
         }
}

@keyframes flipout {
  0% { -moz-transform: scaleX(1);
             -o-transform: scaleX(1);
             -webkit-transform: scaleX(1);
             transform: scaleX(1);
       }

   50% { -moz-transform: scaleX(-1);
                 -o-transform: scaleX(-1);
                 -webkit-transform: scaleX(-1);
                 transform: scaleX(-1);

   }

   100% { -moz-transform: scaleX(1);
                     -o-transform: scaleX(1);
                     -webkit-transform: scaleX(1);
                     transform: scaleX(1);
    }
}

@keyframes pulse {
  0% { -moz-transform: scale(1);
             -o-transform: scale(1);
             -webkit-transform: scale(1);
             transform: scale(1);
       }

   50% { -moz-transform: scale(1.10);
                     -o-transform: scale(1.1);
                     -webkit-transform: scale(1.1);
                     transform: scale(1.1);
    }

     100% { -moz-transform: scaleX(1);
                          -o-transform: scale(1);
                          -webkit-transform: scale(1);
                          transform: scale(1);
         }
}


@keyframes animate {
  0% {
      transform: translateY(0px);
  }

  20% {
      transform: translateY(-20px);
  }

  40%,
  100% {
      transform: translateY(0px);
  }
}

.glitch{
  animation: glitch 1s linear infinite;
  display: inline-block;
}

@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg); 
  }
}

.glitch:before,
.glitch:after{
  content: attr(title);
  position: absolute;
  left: 0;
}

.glitch:before{
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }
  4%,60%{
    transform: translate(-2px,2px);
  }
  62%{
    transform: translate(13px,-1px) skew(-13deg); 
  }
}

.glitch:after{
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }
  4%,60%{
    transform: translate(-2px,0);
  }
  62%{
    transform: translate(-22px,5px) skew(21deg); 
  }
}

.text-shaky{
  animation: shake 0.1s linear infinite;
  position: relative;
  display: inline-block;
  left: 0;
  bottom: 0;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1px);
  }
}

.rainbowShakyText {
  background-image: 
    linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  animation: move 30s linear infinite, shake 0.1s linear infinite;
  position: relative;
  display: inline-block;
  left: 0;
  bottom: 0;
}

.wavy {
  position: relative;
}

.wavy span {
  position: relative;
  display: inline-block;
  animation: animate 2s ease-in-out infinite;
  animation-delay: calc(0.22s * var(--i));
}

@keyframes animate {
  0% {
      transform: translateY(0px);
  }

  20% {
      transform: translateY(-10px);
  }

  40%,
  100% {
      transform: translateY(0px);
  }
}

.wavyRainbow {
  position: relative;
  position: relative;
  display: inline-block;
  background-image: 
    linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

.wavyRainbow span {
   position: relative;
  display: inline-block;
  background-image: 
    linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  animation: animate 2s ease-in-out infinite, moveAgain 65s linear infinite;
  animation-delay: calc(0.22s * var(--i)),calc(0.2s * var(--i));
}

@keyframes moveAgain{
  to {
    background-position: -120vh;
  }
}



