@import url('https://fonts.googleapis.com/css2?family=Cutive&family=Great+Vibes');
  @font-face{
    font-family: 'Work Sans', sans-serif;
    src: url('fonts/font.ttf');
  }
  
  body {
    background: #272425;
    color: #c5a78f;
    font-size: 1em;
    font-family: 'Cutive', monospace;
    line-height: 5vh;
    margin: 0;
    overflow-x: hidden;    
  }


  
  div{
    font-size: 2vh;
  }

  /* scrollbar */
  ::-webkit-scrollbar {
    width: 1vw;
  }
  
  ::-webkit-scrollbar-track {
    background: #272425;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #272425;
  } 
  
  br {
    content: '';
    display: block;
    margin-bottom: 2vh;
  }

  h1, .h1, .room-name{
    font-family:  sans-serif;
    font-size: 5vh;
    font-weight: 900;
  }
  
  .img {
    white-space: pre;
    display: inline-block;
    position: relative;
    left: 50%;
    font-family: 'Cutive', monospace;
    transform: translateX(-50%);
    line-height: 1vh;
  }
  
  .room-name {
    margin-top: 100vh;
    margin-bottom: 4vh !important;
  }
  
  .title {
    font-family: sans-serif;
    font-size: 12vh;
    margin-bottom: 2.5vh !important;
    line-height: 9.5vh;
  }
  
  #output {
    padding: 2vw 2vw 0 2vw;
    margin: 0 10%;
    font-size: 1.1em;
    z-index: 8000;
    position: relative;
  }
  
  .output div {
    margin-bottom: 3vh;
  }

  div.itemHeader{
    margin: 0;
    font-size: 1.em;
    font-weight: 900;
  }

  div.itemList{
    margin: 0;
  }

  div.itemList.adeIn:before {
    margin-right: 10px;
    font-weight: 900;
    color: #63564d;
  }

  .input {
    display: flex;
    margin: 0 10% 5% 10%;
    z-index: 8000;
    position: relative;
  }
  
  #input {
    height: 5vh;
    width: 98.5vh;
    color: #ebd5bd;
    caret-color:#63564d;
    background: transparent;
    font-size: 1em;
    font-family: 'Cutive', monospace;
    border: none;
    position: relative;
    bottom: 0.175vh;
    margin-left: .5vw;
    font-style: oblique;
    margin-top: 5vh;
  }
  
  .ml-2 {
    margin-left: 2vw;
    margin-top: 5vh;
    color:#63564d;
    height: 5vh;
    font-style: oblique;
    font-size: 1.4em;
  }
  
  
  #input:focus {
    outline: none;
  }
 
  /* color the user's input & links */
  .user, a {
    color: #ebd5bd;
  }

  .user{
    font-style: oblique;
    font-size: 1.5em;
    margin-top: 5vh;
  }
  


  @keyframes blink {
    0% {background: #c5a78f;}
    49% {background: #c5a78f;}
    60% {background: transparent;}
    99% {background: transparent;}
    100% {background: #c5a78f;}
  }
  

  
  /* title style */
  .imageTitleWrapper {
    height: 100vh;
    width: 100vw;
    top: 100vh;
    bottom: 0;
    position: fixed;
    background-color: #272425;
    z-index: 3500;
  }
  
  #endingWrapper{
    display: none;
  }

  #titleWrapper img, #endingWrapper img{
    height: 100vh;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);

  }

  .darleneWord{
    -webkit-animation: textSmoke ease-in 2s 1 normal infinite;
     -moz-animation: textSmoke ease-in 2s 1 normal infinite;
      -ms-animation: textSmoke ease-in 2s 1 normal infinite;
     -o-animation: textSmoke ease-in 2s 1 normal infinite;
        animation: textSmoke ease-in 2s 1 normal infinite;
  }


  .txtTitleWrapper.transitionUp{
    -webkit-animation: fadeOut linear 1s 1 normal forwards;
     -moz-animation: fadeOut linear 1s 1 normal forwards;
      -ms-animation: fadeOut linear 1s 1 normal forwards; 
     -o-animation: fadeOut linear 1s 1 normal forwards;
        animation: fadeOut linear 1s 1 normal forwards;
  }

  .imageTitleWrapper.overlaySlideUp{
    -webkit-animation: overlaySlideUp ease-in 3s 3s 1 normal forwards;
     -moz-animation: overlaySlideUp ease-in 3s 3s 1 normal forwards;
      -ms-animation: overlaySlideUp ease-in 3s 3s 1 normal forwards;
     -o-animation: overlaySlideUp ease-in 3s 3s 1 normal forwards;
        animation: overlaySlideUp ease-in 3s 3s 1 normal forwards;
  }

  .darleneWord.transitionUp{
    -webkit-animation: fadeOut linear 1s 3s 1 normal forwards;
     -moz-animation: fadeOut linear 1s 3s 1 normal forwards;
      -ms-animation: fadeOut linear 1s 3s 1 normal forwards; 
     -o-animation: fadeOut linear 1s 3s 1 normal forwards;
        animation: fadeOut linear 1s 3s 1 normal forwards;
  }

  .darleneHouse.transitionUp{
    -webkit-animation: slideUp ease-in 3s 3s 1 normal forwards;
     -moz-animation: slideUp ease-in 3s 3s 1 normal forwards;
      -ms-animation: slideUp ease-in 3s 3s 1 normal forwards;
     -o-animation: slideUp ease-in 3s 3s 1 normal forwards;
        animation: slideUp ease-in 3s 3s 1 normal forwards;
  }

  .darleneHill.transitionUp{
    -webkit-animation: slideUp ease-in 5s 3s 1 normal forwards;
     -moz-animation: slideUp ease-in 5s 3s 1 normal forwards;
      -ms-animation: slideUp ease-in 5s 3s 1 normal forwards;
     -o-animation: slideUp ease-in 5s 3s 1 normal forwards;
        animation: slideUp ease-in 5s 3s 1 normal forwards;
  }
  .allBirdContainer.transitionUp{
    -webkit-animation: slideUpBird ease-in 3s 3s 1 normal forwards;
     -moz-animation: slideUpBird ease-in 3s 3s 1 normal forwards;
      -ms-animation: slideUpBird ease-in 3s 3s 1 normal forwards;
     -o-animation: slideUpBird ease-in 3s 3s 1 normal forwards;
        animation: slideUpBird ease-in 3s 3s 1 normal forwards;
  }
  .darleneMt.transitionUp{
    -webkit-animation: slideUp ease-in 7s 3s 1 normal forwards;
     -moz-animation: slideUp ease-in 7s 3s 1 normal forwards;
      -ms-animation: slideUp ease-in 7s 3s 1 normal forwards;
     -o-animation: slideUp ease-in 7s 3s 1 normal forwards;
        animation: slideUp ease-in 7s 3s 1 normal forwards;
  }

  .darleneSky.transitionUp{
    -webkit-animation: slideUp ease-in 10s 3s 1 normal forwards;
     -moz-animation: slideUp ease-in 10s 3s 1 normal forwards;
      -ms-animation: slideUp ease-in 10s 3s 1 normal forwards;
     -o-animation: slideUp ease-in 10s 3s 1 normal forwards;
        animation: slideUp ease-in 10s 3s 1 normal forwards;
  }

  
  .darleneHouse{
    z-index:5000;
  }
  .darleneWord{
    z-index:4000;
  }
  .darleneHill{
    z-index:3000;
  }
  .darleneMt{
    z-index:2000;
  }
  .darleneSky{
    z-index:1000;
  }

  .txtTitleWrapper{
    text-align: center;
    position: fixed;
    bottom: 5vh;
    width: 100vw;
    font-size: 2vh;
    z-index: 6000;
  }

  .txtTitleWrapper h3{
    color: #c5a78f;
    margin: 0;
    padding: 0;
    font-size: 2vh;
    font-weight: normal;
    
  }

  .txtTitleWrapper h3 span{
    color: #fff7f0;
  }


  /* intro text */
  #introText, #endText{
      font-size: 2vh;
      line-height: 1.5;
      padding: 2vw 2vw 0 2vw;
      margin: 0 10%;
      /* display: none; */
      z-index: 7000;
      position: relative;
  }

  #introText p, #endText p{
      margin: 40px 0 80px 0;
      /* opacity: 0; */
      display: none;
  }

  #introText p:last-of-type, #endText p:last-of-type{
    margin: 40px 0 0 0;
  }

  #introText .dotdotdot{
    display: none;
  }

  .show{
    display: block  !important;
  }

  .hide{
    display: none !important;
  }

  /* Scroll behaviour */

  html {
      scroll-behavior: smooth;
  }

  /* audio */
  #audioWrapper{
    z-index: 7000;
    width: 270px;
  }
  
  #audioWrapper svg{
    fill:rgba(218, 195, 172, 0.2);
    width: 50px;
    height: 50px;
  }

  .slider {
    -webkit-appearance: none;
    width: 70%;
    height: 15px;
    border-radius: 5px;
    background: #4b4440;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-left: 20px;
  }

  .slider:hover {
    opacity: 1;
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #dac3ac;
    cursor: pointer;
  }

  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #dac3ac;
    cursor: pointer;
  }



  /* help button*/ 
  #helpBtn{
    color: #a49383;
    background-color: #4b4440;
    width: 35px;
    height: 35px;
    margin: 5px 10px;
    padding: 0;
    
    display: inline-block;
    border-radius: 100%;
    font-size: 23px;
    text-align: center;
    text-decoration: none;
    line-height: normal;

    -webkit-box-shadow: inset -1px -1px 1px 0px rgb(0 0 0 / 25%);
       -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
            box-shadow: inset -1px -1px 1px 0px rgb(0 0 0 / 25%);
    
    
  }

  /* settings */
  #settingsWrapper, #settings{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 700000;
  }

  #settings{
    display: none;
    right: 65px;
    bottom: 0px;
    padding: 0px 15px;
    background: rgb(144 118 105 / 5%);
    border-radius: 10px 10px 0px 0px;
  }

  #settings > div{
    display: inline-block;
  }

  #helpModal{
    z-index: 8000;
    font-family: sans-serif;
    color: #ebd5bd;
    position: relative;
  }

  #helpModal .modal-content{
    background-color: #91776a ;
  }
  
  #helpModal p{
    font-size: 16px;
    line-height: normal;
  }
  
  #helpModal .modal-header{
    border-bottom: none;
  }

  #helpModal .btn-close{
    width: 1px;
    height: 1px;
  }

  #settingsButton {
    visibility: visible;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    min-height: 0;
    height: 46px;
    width: 46px;
    line-height: 0;
  }

  #settingsButton:hover{
    color: #a49383;
    background: #403a38;
  }



  .btn.button-add, 
  .btn.button-bullet, 
  .btn.button-add:active, 
  .btn.button-bullet:active
  .btn.button-add:focus, 
  .btn.button-bullet:focus {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  /* dead */
  #deathScreen{
    position: fixed;
    background: #272425;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ebd5bd;
    font-family: sans-serif;
    z-index: 10000;
  }

  #deathScreen > div {
    position: relative;
    text-align: center;
    left: 50%;
    right: 0;
    top: 45%;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    line-height: 2;
  }

  #deathScreen .btn{
    margin: 20px 0 0 0;
  }

  .keyWord{
    color: #fff7f0;
    font-weight: 900;
    font-size: 2.5vh;
  }

  .direction{
    /* font-style: italic; */
    font-weight: 900;
    font-size: 2.5vh;
    text-transform: lowercase;
  }

  /* btn */
  .btn {
    color: #ebd5bd;
    background: #272425;
    border: 4px solid #ebd5bd;
    font-size: 1.5em;
    padding: 10px 25px;
    font-weight: 900;
    display: inline-block;
    text-decoration: none;
    font-family: sans-serif;
    min-width: 120px;
  }

  .btn:hover, .btn:active {
  color:#272425;
  background:#ebd5bd;
  }

  /* anim */
  .room-name.fadeIn {
    -webkit-animation: fadeIn linear 1s 1 normal forwards;
      -moz-animation: fadeIn linear 1s 1 normal forwards;
        -ms-animation: fadeIn linear 1s 1 normal forwards;
      -o-animation: fadeIn linear 1s 1 normal forwards;
          animation: fadeIn linear 1s 1 normal forwards;
  }

  .fadeIn{
    -webkit-animation: fadeIn linear 2s 1 normal forwards;
      -moz-animation: fadeIn linear 2s 1 normal forwards;
        -ms-animation: fadeIn linear 2s 1 normal forwards;
      -o-animation: fadeIn linear 2s 1 normal forwards;
          animation: fadeIn linear 2s 1 normal forwards;
  }

  .fadeOut{
    -webkit-animation: fadeIn linear 5s 1 reverse forwards;
      -moz-animation: fadeIn linear 5s 1 reverse forwards;
        -ms-animation: fadeIn linear 5s 1 reverse forwards; 
      -o-animation: fadeIn linear 5s 1 reverse forwards;
          animation: fadeIn linear 5s 1 reverse forwards;
  }

  .fadeOutSkip{
    opacity:0 !important;
  }

  .fadeInSkip{
    opacity:1 !important;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity:0; 
      height: 0;
      display: none;
    } 1% {
      height: auto;
    }100% {
      opacity:1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity:0;
      height: 0;
      display: none;
    } 1% {
      height: auto;
    }100% {
      opacity:1; 
    }
  }
  @-ms-keyframes fadeIn {
    0% {
      opacity:0;
      height: 0;
      display: none;
    } 1% {
      height: auto;
    }100% {
      opacity:1; 
    }
  }
  @-o-keyframes fadeIn {
    0% {
      opacity:0;
      height: 0;
      display: none;
    } 1% {
      height: auto;
    }100% {
      opacity:1; 
    }
  }
  @keyframes fadeIn {
    0% {
      opacity:0;
      height: 0;
      display: none;
    } 1% {
      height: auto;
    }100% {
      opacity:1; 
    }
  }

  @-webkit-keyframes fadeOut {
    0% {
      opacity:1; 
    }100% {
      opacity:0;
    }
  }
  @-moz-keyframes fadeOut {
    0% {
      opacity:1;
    }100% {
      opacity:0; 
    }
  }
  @-ms-keyframes fadeOut {
    0% {
      opacity:1;;
    } 100% {
      opacity:0; 
    }
  }
  @-o-keyframes fadeOut {
    0% {
      opacity:1;
    }100% {
      opacity:0; 
    }
  }
  @keyframes fadeOut {
    0% {
      opacity:1;
    }100% {
      opacity:0; 
    }
  }


  .slideUp{
    -webkit-animation: slideUp ease-out 1s 1 normal forwards;
      -moz-animation: slideUp ease-out 1s 1 normal forwards;
        -ms-animation: slideUp ease-out 1s 1 normal forwards;
      -o-animation: slideUp ease-out 1s 1 normal forwards;
          animation: slideUp ease-out 1s 1 normal forwards;
  }

  @-webkit-keyframes slideUp {
    0% {
      transform: translate(-50%, 0%) scale(1);
    } 100% {
      transform: translate(-50%, -75%) scale(0.8);
    }
  }
  @-moz-keyframes slideUp {
    0% {
      transform: translate(-50%, 0%) scale(1);
    } 100% {
      transform: translate(-50%, -75%) scale(0.8);
    }
  }
  @-ms-keyframes slideUp {
    0% {
      transform: translate(-50%, 0%) scale(1);
    } 100% {
      transform: translate(-50%, -75%) scale(0.8);
    }
  }
  @-o-keyframes slideUp {
    0% {
      transform: translate(-50%, 0%) scale(1);
    } 100% {
      transform: translate(-50%, -75%) scale(0.8);
    }
  }
  @keyframes slideUp {
    0% {
      transform: translate(-50%, 0%) scale(1);
    } 100% {
      transform: translate(-50%, -75%) scale(0.8);
    }
  }

  @-webkit-keyframes slideUpBird {
    0% {
      top:20vh
    } 100% {
      top:-10vh;
    }
  }
  @-moz-keyframes slideUpBird {
    0% {
      top:20vh
    } 100% {
      top:-10vh;
    }
  }
  @-ms-keyframes slideUpBird {
    0% {
      top:20vh
    } 100% {
      top:-10vh;
    }
  }
  @-o-keyframes slideUpBird {
    0% {
      top:20vh
    } 100% {
      top:-10vh;
    }
  }
  @keyframes slideUpBird {
    0% {
      top:20vh
    } 100% {
      top:-10vh;
    }
  }


  @-webkit-keyframes overlaySlideUp {
    0% {
      transform: translate(0%, 0%);
    }100% {
      transform: translate(0%, -100%);
    }
  }
  @-moz-keyframes overlaySlideUp {
    0% {
      transform: translate(0%, 0%);
    }100% {
      transform: translate(0%, -100%);
    }
  }
  @-ms-keyframes overlaySlideUp {
    0% {
      transform: translate(0%, 0%);
    }100% {
      transform: translate(0%, -100%);
    }
  }
  @-o-keyframes overlaySlideUp {
    0% {
      transform: translate(0%, 0%);
    }100% {
      transform: translate(0%, -100%);
    }
  }
  @keyframes overlaySlideUp {
    0% {
      transform: translate(0%, 0%);
    }100% {
      transform: translate(0%, -100%);
    }
  }



  @-webkit-keyframes textSmoke {
    0% {
      transform: translate(-50%, 0%) rotateY(0deg) rotateX(0deg) !important;
    }100% {
      transform: translate(-50%, 0%) rotateY(10deg) rotateX(10deg) !important;
    }
  }
  @-moz-keyframes textSmoke {
    0% {
      transform: translate(-50%, 0%) rotateY(0deg) rotateX(0deg) !important;
    }100% {
      transform: translate(-50%, 0%) rotateY(10deg) rotateX(10deg) !important;
    }
  }
  @-ms-keyframes textSmoke {
    0% {
      transform: translate(-50%, 0%) rotateY(0deg) rotateX(0deg) !important;
    }100% {
      transform: translate(-50%, 0%) rotateY(10deg) rotateX(10deg) !important;
    }
  }
  @-o-keyframes textSmoke {
    0% {
      transform: translate(-50%, 0%) rotateY(0deg) rotateX(0deg) !important;
    }100% {
      transform: translate(-50%, 0%) rotateY(10deg) rotateX(10deg) !important;
    }
  }
  @keyframes textSmoke {
    0% {
      transform: translate(-50%, 0%) rotateY(0deg) rotateX(0deg) !important;
    }100% {
      transform: translate(-50%, 0%) rotateY(10deg) rotateX(10deg) !important;
    }
  }




  /* Darlene Text */
  .darleneTxt {
    position:absolute;
    top:48%;
    left:50%;
    transform:translate(-50%,-48%);
    z-index: 3500;
    font-family: 'Great Vibes', sans-serif; 
    font-size: 4.5vh;
  }
  .darleneTxt ul {
    margin:0;
    padding:0;
    display:flex;
    align-items: center;  
    text-align: center;  
  }

  .darleneTxt ul li {
    list-style:none;
    letter-spacing:0px;
    filter:blur(3px);
    color:rgba(255, 255, 255, 1);
    opacity: .8;
    font-size: 21vh;
    text-shadow: rgb(255 255 255) 0px 0px 10px;
    display: inline-block; 
    
  }

  .darleneTxt.loop ul li {
    animation: smoke 5s cubic-bezier(0.66, 0.03, 0.6, 0.72) infinite;
  }

  .darleneTxt.loopEnd ul li {
    opacity: .7;
  }

  .darleneTxt.start ul li{
    animation: smokeFade 5s linear forwards;
  }

  @keyframes smokeFade {
    0% {
        opacity: 0.7;
        filter:blur(2px);
    }
    100% {
        opacity: 0;
        filter:blur(20px);
    }
  }

  @keyframes smoke {
    0% {
      opacity: .8;
      filter:blur(3px);
      text-shadow: rgb(255 255 255) 0px 0px 10px;
    } 25% {
      opacity: .7;
      filter:blur(2px);
      text-shadow: rgb(255 255 255) 2px 0px 15px;
    } 50% {
      opacity: .8;
      filter:blur(3px);
      text-shadow: rgb(255 255 255) 2px 0px 10px;
    } 75% {
      opacity: .7;
      filter:blur(2px);
      text-shadow: rgb(255 255 255) 0px 0px 15px;
    } 100% {
      opacity: .8;
      filter:blur(3px);
      text-shadow: rgb(255 255 255) 0px 0px 10px;
    }
  }

  .darleneTxt ul li:nth-child(1){
    animation-delay:0s;
    letter-spacing: -10px;
  }
  .darleneTxt ul li:nth-child(2){
    animation-delay:.4s
  }
  .darleneTxt ul li:nth-child(3){
    animation-delay:.6s
  }
  .darleneTxt ul li:nth-child(4){
    animation-delay:.8s
  }
  .darleneTxt ul li:nth-child(5){
    animation-delay:1s
  }
  .darleneTxt ul li:nth-child(6){
    animation-delay:1.2s
  }
  .darleneTxt ul li:nth-child(7){
    animation-delay:1.4s
  }



  /* Birds */
  @import url('https://fonts.googleapis.com/css?family=Arima+Madurai:300');
  
  .allBirdContainer {
    z-index: 7000;
    position: relative;
    top:20vh;
    opacity: .2;
    filter: blur(1px);
  }
  .bird {
    /* background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg); */
    background-image: url(../images/birdFramesBrown.svg);
    background-size: auto 100%;
    width: 44px;
    height: 62.5px;
    will-change: background-position;
    animation-name: fly-cycle;
    animation-timing-function: steps(10);
    animation-iteration-count: infinite;
    transform: rotate(15deg);
  }
  .birdOne {
    animation-duration: 1.5s;
    animation-delay: -0.5s;
  }
  .birdTwo {
    animation-duration: 1.4s;
    animation-delay: -0.75s;
  }
  .birdThree {
    animation-duration: 1.75s;
    animation-delay: -0.25s;
  }
  /*.birdFour {
    animation-duration: 1.1s;
    animation-delay: -0.5s;
  } */
  .birdContainer {
    position: absolute;
    top: 20%;
    left: -10%;
    transform: scale(0) translateX(-10vw);
    will-change: transform;
    animation-name: fly-right-still;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .birdContainerOne {
    animation-duration: 60s;
    animation-delay: 0;
  }
  .birdContainerTwo {
    animation-duration: 42s;
    animation-delay: 6s;
    top: 3vh;
  }
   .birdContainerThree {
    animation-duration: 50s;
    animation-delay: 52s;
  }
  /*.birdContainerFour {
    animation-duration: 16s;
    animation-delay: 10.25s;
  } */
  @keyframes fly-cycle {
    100% {
      background-position: -900px 0;
    }
  }
  @keyframes fly-right-still {
    0% {
      transform: scale(0.3) translateX(-10vw);
    }
    10% {
      transform: translateY(1vh) translateX(10vw) scale(0.3);
    }
    20% {
      transform: translateY(0vh) translateX(30vw) scale(0.3);
    }
    30% {
      transform: translateY(2vh) translateX(50vw) scale(0.2);
    }
    40% {
      transform: translateY(1vh) translateX(70vw) scale(0.2);
    }
    50% {
      transform: translateY(-2vh) translateX(90vw) scale(0.2);
    }
    60% {
      transform: translateY(-5vh) translateX(110vw) scale(0.2);
    }
    100% {
      transform: translateY(-10vh) translateX(110vw) scale(0.2);
    }
  }
  @keyframes fly-right {
    0% {
      transform: scale(0.3) translateX(-10vw);
    }
    10% {
      transform: translateY(1vh) translateX(10vw) scale(0.4);
    }
    20% {
      transform: translateY(0vh) translateX(30vw) scale(0.5);
    }
    30% {
      transform: translateY(2vh) translateX(50vw) scale(0.6);
    }
    40% {
      transform: translateY(1vh) translateX(70vw) scale(0.6);
    }
    50% {
      transform: translateY(0vh) translateX(90vw) scale(0.6);
    }
    60% {
      transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
    100% {
      transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
  }
  @keyframes fly-right-one {
    0% {
      transform: scale(0.3) translateX(-10vw);
    }
    10% {
      transform: translateY(2vh) translateX(10vw) scale(0.4);
    }
    20% {
      transform: translateY(0vh) translateX(30vw) scale(0.5);
    }
    30% {
      transform: translateY(4vh) translateX(50vw) scale(0.6);
    }
    40% {
      transform: translateY(2vh) translateX(70vw) scale(0.6);
    }
    50% {
      transform: translateY(0vh) translateX(90vw) scale(0.6);
    }
    60% {
      transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
    100% {
      transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
  }
  @keyframes fly-right-two {
    0% {
      transform: translateY(-2vh) translateX(-10vw) scale(0.5);
    }
    10% {
      transform: translateY(0vh) translateX(10vw) scale(0.4);
    }
    20% {
      transform: translateY(-4vh) translateX(30vw) scale(0.6);
    }
    30% {
      transform: translateY(1vh) translateX(50vw) scale(0.45);
    }
    40% {
      transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
    }
    50% {
      transform: translateY(0vh) translateX(90vw) scale(0.45);
    }
    51% {
      transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
    100% {
      transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
  }

/* Continue button (after intro) */

#continue {
    color: #ebd5bd;
    background: #272425;
    border: 4px solid #ebd5bd;
    font-size: 1.5em;
    padding: 10px 25px;
    font-weight: 900;
    display: inline-block;
    text-decoration: none;
    font-family: sans-serif;
    min-width: 120px;
  }

  #continue:hover, #continue:active {
  color:#272425;
  background:#ebd5bd;
  }


/* End Game */
#endText{
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  background-color: #272425;
  color: #c5a78f;
  z-index: 50000;
  display: none;
}

#endText p{
  opacity: 0;
  display: none;
}

/* @media (min-aspect-ratio: 982 /359) {
  #titleWrapper img{
    width: 100vw;
  }
} */