

@media (min-width: 992px) {
  body{
    
    background: url('../../assets/imgs/bg.jpg') no-repeat top center !important; 
    background-size: cover !important;
    
  }
  .container{
    width: 30%!important ;
  }

  #launch-btn{
    width: 50% !important;
    position: relative !important;
  }

  .desktop{
    display: block !important;
    text-align: center;
    color: #FFF;
    padding: 1.5% 0 0; 
    border-bottom: 1px solid #e43630;
    background-color: #e43630;
    -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
  }
}

@font-face {
    font-family: 'noveregular';
    src: url('../../assets/fonts/nove-webfont.woff2') format('woff2'),
         url('../../assets/fonts/nove-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'riffic';
    src: url('../../assets/fonts/rifficfree-bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/rifficfree-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    display: table;
}
body{
        background: url('../../assets/imgs/bg.jpg') no-repeat top center fixed; 
        background-size: cover;
        font-family: 'Acme', sans-serif;

      }

      body#home{
        background: url('../../assets/imgs/home_bg.jpg') no-repeat top center fixed; 
        background-size: cover !important;
      }
      body#intro{
        background: url('../../assets/imgs/intro.jpg') no-repeat top center fixed; 
        background-size: cover !important;
      }
      body#animal{
        background: none !important; 
      }
      body.cookie-page{
        background: url('../../assets/imgs/bg-2.jpg') no-repeat top center fixed; 
        background-size: cover !important;
      }

      body#clue{
        background: url('../../assets/imgs/bg.jpg') no-repeat top center fixed; 
    	   background-size: cover;
        font-family: 'Acme', sans-serif;
      }

      body#animal .animal_holder{
        width: 100%;
        min-height: 2800px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
      }
      #wolf{
        background-image: url('../../assets/imgs/facts/wolf.jpg');
      }
      #rhino{
        background-image: url('../../assets/imgs/facts/rhino.jpg');
      }
      #alpaca{
        background-image: url('../../assets/imgs/facts/alpaca.jpg');
      }
      #cape_buffalo{
        background-image: url('../../assets/imgs/facts/cape_buffalo.jpg');
      }
      #dolphin{
        background-image: url('../../assets/imgs/facts/dolphin.jpg');
      }
      #dromedary_camel{
        background-image: url('../../assets/imgs/facts/dromedary_camel.jpg');
      }
      #gorilla{
        background-image: url('../../assets/imgs/facts/gorilla.jpg');
      }
      #hippo{
        background-image: url('../../assets/imgs/facts/hippo.jpg');
      }
      #spider_monkey{
        background-image: url('../../assets/imgs/facts/spider_monkey.jpg');
      }
      #saola{
        background-image: url('../../assets/imgs/facts/saola.jpg');
      }
      #sea_lion{
        background-image: url('../../assets/imgs/facts/sea_lion.jpg');
      }
      #shark{
        background-image: url('../../assets/imgs/facts/shark.jpg');
      }

      #popBg{
        height: 100%;
        width: 100%;
        background-color: #FFF;
        position: fixed;
        top:0;
        bottom:0;
        left:0;
        right:0;
        opacity: .6;
        display: none;
      }

      .ui-dialog .ui-dialog-titlebar-close{
        border: none;
        background: transparent;
      }

      .ui-dialog-buttonpane{
        background:none !important;
        border: none !important;
        display: inline-block;
        position:absolute;
        top:-15px;
        right:-25px;

      }

      .ui-dialog-buttonset button{
        background: none;
        border: none;
        color: #FFF;
        font-weight: bold;
        font-size: 1.2em;
      }

      .ui-dialog{
        text-align: center;
        font-family: 'noveregular', sans-serif !important;
        font-size: .7em;
        border-right: 5px solid #FDE682 !important;
        border-bottom: 5px solid #FDE682 !important;
        border-radius: 50px 0px;
        background-color: #00442e;
        box-shadow: 3px 3px 5px;

      }

      .ui-dialog-titlebar{
        background-color: transparent;
        text-align: center;
        border: none;
        font-size: 1.3em;
        color:#FFF;
        display:none;
      }
      #dialog{
        color: #FFF !important;
        padding-top: 15px;
        display: none;
      }
      #dialog b{
        color: #FDE682;
      }

      #home-arrow{
        font-size: 2em;
      }

      .responsive-img{
        width: 100%;
        height: auto;
      }

      #header{
        margin: 5% 0 1% 0;
        text-align: center;
      }
      #header img{
        width: 100%;
      }
      #home #launch-btn{
        margin-top: 160%;
        font-size: 90%;
      }
      #home #launch-btn a, #submit-btn a{
        background: rgb(147,192,28);
        background: linear-gradient(0deg, rgba(147,192,28,1) 0%, rgba(108,158,34,1) 100%);
        border: 2px solid #d6e4c4;
        border-radius: 10px;
        color: #FFF;
        font-size: 90%;
        text-transform: uppercase;
        padding: 2% 7%;
        -webkit-text-stroke-color: #054f25;
        display: inline-block;
        min-width: 180px;
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
      }
      #submit-btn a:hover{
        text-decoration: none;
      }
      #skip-question{
        font-size: 80%;
        color: rgba(147,192,28,1);
        text-align: center;
        margin-top:-10px;
      }
      #launch-btn{
        text-align: center;
        margin: 5% auto;
        bottom: 10%;
        left: 50%;
        margin-left: -100px;
      }
      #submit-btn{
        text-align: center;
        margin: 5% auto;
      }
      .result-note{
        color: #ffe682 !important;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        font-size: .8em;
      }

      #steps{
        text-align: center;
        width: 100%;
        margin: 2% auto;
        letter-spacing: 0.5px;
      }
      #steps h2, #steps #clue, .answer p{
        font-size: 125% !important;
        color: #fbdf5d !important;
      }
      .answer p{
        font-size: 110% !important; 
      }
      #steps span{
        font-size: 1.8em;
        padding:0;
        margin:0;
        color: #e3000b;
      }
      #steps i{
        font-style:initial !important;
      }
      #steps h3{
        color: #fff;
        font-size: 1.25em;
        text-shadow: 2px 2px 1px #c19f05;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        padding:0;
        margin:-10px 0 0 0;
      }
      #home #steps p, #clue #steps p{
        color: #fff !important;
        font-size: .75em;
        padding:0;
        color: #382305 !important;
        text-transform: uppercase;
        margin: 95% auto 0 auto;
        width:80%;
        font-size: 110%;
      }
      #clue #steps p{
        color: #fff !important;
        font-size: .75em;
        padding:0;
        color: #382305 !important;
        text-transform: uppercase;
        margin: 82% auto 0 auto;
        width:80%;
        font-size: 80%;
      }
      #clue #steps span{
        color: #db7810;
        font-size: 100% !important;
      }
      #clue #steps span#small{
        font-size: 60% !important;
        color: #000 !important;
      }
      #clue #steps span#small i,#clue #steps span#small u{
        color: #db7810 !important;
        font-size: 105% !important;
      }
      .footer{
        
        width: 100%;
        height: 150px;
        padding: 0;
        background: url('../../assets/imgs/footer.png') repeat bottom center; 
      }
      .cookie-scroll {

          margin-bottom:  5%;
          width: 100%;
          height: 550px;
          overflow-x: hidden;
          overflow-y: auto;
          text-align:justify;
      }

      #ageValidate{
        padding: 20px 10px;
      }

      #ageValidate h2{
        color: #FFF;
        font-size: 1.2em;
      }
      #ageValidate input[type=text]{
        background-color: transparent;
        border: 0;
        text-align: center;
        font-size: 4em;
        color: #FFF;
        font-family: 'noveregular', sans-serif !important;
        width: 150px;
        padding:0;
        line-height: 1.1;
      }
      #ageValidate #alert{
        font-size: .9em;
        margin-top: 15px;
        margin-bottom: -10px;
        color: #fff !important;
      }
      ::placeholder{
        color: #FFF;
      }
      #ageValidate input[type=submit]{
        margin-top: 10px;
        border-radius: 5px;
        border: none;
        padding: 12px 15px 6px 15px;
        font-family: 'noveregular', sans-serif !important;
        background-color: #FDE682;
      }
      p#clue{
        font-size: 1.2em;
        color: #e3000b;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ffe682;
        text-shadow: 0px 0px 1px #ffe682, 0 0 1px #ffe682, 0 0 1px #ffe682;
        margin-top: 10%;
      }
      #options{
        width:90%;
        margin:0px auto;
      }

      #options img{
        border-radius: 10px;
        width: 120%;
      }
      #options p{
        color: #FFFFFF !important;
        text-align: center;
        font-size:60%;
        font-family: 'noveregular', sans-serif !important;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #006246 !important;
      }
      #options .selection{
        opacity: 1;
        border-radius: 50px;
      }
      #options .selection:hover{
        border-radius: 100px;
      }
      .answer{
        display:none;
        text-align: center;
        margin-top: 8%;
      }
      #err{
        text-align: center;
        color: #FF0000;
      }
      .answer h2{
        font-size: 350%;
        color: #db7810;
      }
      .answer p{
        color: #382305 !important;
        margin-top: -20px;
        font-size: 150% !important;
      }
      .message{
        margin-bottom: -8%;
        margin-top: -2%;
      }
      .message p{
        text-align: center;
        color: #e3000b;
      }
      .success p{
        text-align: center;
        color: #009b3c !important;
        font-size: 1.7em;
        margin: 10% 0;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
      }

      #winner{
      	font-size: .9em !important;
      	margin-top: 5%;
      }

      #form{
      	text-align: center;
      	color:#CCC !important;
      }
      #form input[type="text"]{
      	margin: 5px 0;
      	width: 100%;
      	padding: 5px;
      	border: none;
      	border-radius: 10px;
      	text-align: center;
      }
      #form ::placeholder{
        color: #CCC !important;
      }
      #form input[type="submit"]{
      	text-align: center;
        font-family: 'noveregular', sans-serif !important;
        font-size: .7em;
        border-right: 5px solid #FDE682 !important;
        border-bottom: 5px solid #FDE682 !important;
        border-radius: 20px 0px;
        background-color: #e43630;
        box-shadow: 3px 3px 5px;
        color: #FFF;
        font-size: 1.5em;
        padding: 5px 25px 0px;
        margin-top: 2%;
        margin-bottom: 5%;
        border-width: 0;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
      }
      .next-animal{
        color: #FFF;
        font-family: 'noveregular', sans-serif !important;
        font-size: 1em;
        
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
      }

      .model-viewer{
        width: 100%;
        height: 195px;
      }
      #footer{
        /*position: absolute;
        bottom: -2%;*/
        margin-top: 2%;
        text-align: center;
        width: 100%;
        font-size: .6em;
        color: #FFF;
      }
      #footer a{
        color: #FFF;
      }

      #sub-title{
        margin-top: 10%;
      }


      #disclaimer{
        font-size: 40%;
        font-family: 'noveregular', sans-serif !important;
        color: #00442e;
        text-align: center;
        /*position: absolute;*/
        bottom: 40px;
        display: table-row;    
        height: 0;
      }
      #disclaimer a{
        color: #00442e !important;
      }

      #logbook h2{
        font-size: 1.5em;
        text-align: center;
        margin-top: 5%;
        font-family: 'noveregular', sans-serif !important;
        color: #fff;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #00442e;
        text-shadow: 0px 0px 13px #ffe682;
      }

      #logbook #options p{
        font-size: 80% !important;
        line-height: 1em;
        font-family: 'noveregular', sans-serif !important;
        color: #fff;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #00442e;
        text-shadow: 0px 0px 2px #ffe682;
      }
      .cover{
        height: 50%;
        width: 85%;
        background: rgb(255,230,130);
        background: radial-gradient(circle, rgba(51,51,51,1) 50%, rgba(255,255,255,0) 100%);
        border-radius: 100px;
        position: absolute;
        opacity: .8;
        top:15%;
        
      }
      #animal-info{
        margin-top:65%
      }
      .gottem .cover{
        display: none;
      }
      #natoons img{
        width: 80%;
      }
      #eagle img{
        width: 60%; 
        margin-top: -30%;
      }
      #applaydu-btn{
        font-family: 'noveregular', sans-serif !important;
        color: #fff;
        border-radius: 10px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #333;
        border: 3px solid #ffe682;
        background-color:#00442e;
        padding: 15px 15px;
        display: inline-block;
        margin-top: 10%;
        margin-bottom: 10%;
      }
      #animal-stats-btns{
    /*margin-top:1850px;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: -180%;
  }
  #animal-stats-btns #ar-placeholder{
    margin-left: 7%;
  }
  #animal-stats-btns{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
  }


@media (max-height: 731px) {
  #applaydu-btn{
    margin-bottom:  30% !important;
  }
}

@media (max-width: 500px) {
  #animal-information{
    margin-top:60%;
  }
  #submit-btn #ar-placeholder{
    margin-left: 10px;
  }
  body#animal .animal_holder{
    min-height: 2900px;
  }
  #animal-stats{
    padding-top:460px;
  }
  .animal{
    position: absolute;
    left: 1%;
    right: 1%;
  }
  #animal-stats-btns{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
  }
}

@media (max-width: 415px) {
  #steps{
    margin-top: -5% !important;
  }
  #options{
    width: 80% !important;
  }
  body#animal .animal_holder{
    min-height: 2800px;
  }
  #options .col-3:nth-child(n+5) {
    margin-bottom: -5% !important;
  }
  #animal-information{
    margin-top:0%;
  }
  #home #launch-btn{
    margin-top: 165%;
  }
  .answer{
    margin-top: 65%;
  }
  #animal-info-btns{
    margin-top: 1% !important;
  }
  #animal-stats{
    padding-top:430px;
  }
  .animal{
    position: absolute;
    left: 1%;
    right: 1%;
  }
  #animal-stats-btns{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
  }
}

@media (max-width: 390px) {
  #natoons img{
    width: 60%;
  }
  #home #launch-btn{
    margin-top: 105%;
    font-size: 90%;
  }
  #steps{
    margin-top: 35% !important;
  }
  #animal-information{
    margin-top:55%;
  }
  body#animal .animal_holder{
    min-height: 2600px;
  }
  #options .col-3:nth-child(n+5) {
    margin-bottom: 0% !important;
  }
  #steps h2, #steps #clue{
    font-size: 115% !important;
  }
  #steps p{
    font-size: .7em;
  }
  #disclaimer{
    bottom: -2%;
  }
  
  .answer{
    margin-top: 5%;
  }
  .answer p{
    font-size: 105% !important;
  }
  #home #steps p{
    margin: 85% auto 0 auto;
    font-size: 80%;
  }
  #clue #steps p{
    margin: 38% auto 0 auto;
    font-size: 80%;
  }

  #options{
    width: 78%;
  }
  #options img{
    width: 140%;
    margin-top: -10px;
  }
  #options p{
    font-size: 55%;
  }
  #animal-info{
    margin-top:55%
  }
  #animal-info-btns{
    margin-top: 15%;
  }
  .answer .responsive-img{
      width: 100%;
      margin-top: -10%;
      margin-bottom: 10%;
  }
  #animal-stats{
    padding-top:420px;
  }
  #animal-stats-btns #ar-placeholder{
    margin-left: 4%;
  }

}
  

@media (max-width: 375px) {
  #home #launch-btn{
    margin-top: 140% !important;
  }
  #clue #steps p{
    margin-top: 62%;
  }
  #steps{
    margin-top: 15% !important;
  }
  #options{
    width: 80% !important;
    
  }
  #options .selection{
    margin-top:-25%;
  }
  #animal-information{
    margin-top: 55% !important;
  }
  #animal-info-btns{
    margin-top: 5% !important;
  }
  #animal-icn{
    width: 90%;
    margin-top: -10%;
  }
  #animal-stats-btns #ar-placeholder{
    margin-left: 2%;
  }
  #holder{
    bottom: 2%;
  }
  #animal-stats {
    padding-top: 410px;
  }

}


@media (max-width: 360px) {
  #home #launch-btn{
    margin-top: 150% !important;
  }
  #clue #steps p{
    margin-top: 57%;
  }
  #steps{
    margin-top: 18% !important;
  }
  #options{
    width: 80% !important;
    margin-left: 28px;
  }
  #options .selection{
    margin-top:-25%;
  }
  #animal-information{
    margin-top: 60% !important;
  }
  #animal-info-btns{
    margin-top: 10% !important;
  }
  #animal-icn{
    width: 90%;
    margin-top: -10%;
  }
  #animal-stats{
    padding-top:400px;
  }
  #animal-stats-btns #ar-placeholder{
    margin-left: 0px;
  }
  #options .col-3:nth-child(n+5) {
    margin-bottom: -2% !important;
  }

}

@media (max-height: 812px) {
  #disclaimer{
    bottom: -2%;
  }
}
@media (max-height: 900px) {
  #disclaimer{
    bottom: -2%;
  }
}