/*============MAIN EXPERIENCE===========*/

@font-face {
    font-family: Zilla;
    src: url(Zilla_Slab/ZillaSlab-Medium.ttf);
}
@font-face {
    font-family: Roboto;
    src: url(Roboto/Roboto-Medium.ttf);
}
@font-face {
    font-family: Antonio;
    src: url(Antonio/Antonio-VariableFont_wght.ttf);
}

:root {
  --experience-width: 485px;
  --experience-height:862px;
}


/* safari and chrome */
@-webkit-keyframes wiggle {
  0% {-webkit-transform:rotate(10deg);}
  50% {-webkit-transform:rotate(-10deg);}
  100% {-webkit-transform:rotate(10deg);}
}

/* firefox */
@-moz-keyframes wiggle {
  0% {-moz-transform:rotate(10deg);}
  50% {-moz-transform:rotate(-10deg);}
  100% {-moz-transform:rotate(10deg);}
}

/* anyone brave enough to implement the ideal method */
@keyframes wiggle {
  0% {transform:rotate(10deg);}
  50% {transform:rotate(-10deg);}
  100% {transform:rotate(10deg);}
}

.wiggler {
  -webkit-animation: wiggle 1s infinite;
  -moz-animation: wiggle 1s infinite;
  animation: wiggle 1s infinite;
}
body { 
 background: url(party.png) no-repeat center center fixed; 
 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
      position: relative;
}
#audio-player{
  visibility: hidden;
}

  h1{
    font-family: Zilla;
    font-size: 45px;
  }
  button{
    width: 50%;
    height: 75px;
    cursor: pointer;
    font-size: 25px;
    background-color: #ffcd00;
    font-family: antonio;
    border: none;
    transition: .8;
    text-transform: capitalize;
  }
  button:hover{
    color: white;
    cursor: pointer;
    background-color: #333;
  }
  #sound-notice{
    width: 56%;
    position: absolute;
    bottom: 150px;
    font-family: 'Roboto';
    font-size: 20px;
    margin-left: 20%;
  }

  #IE-notice{
    max-width: 600px;
    width: 100%;
    margin: 10px auto;
    display: block;
    background-color: #ffcd00;
    padding: 40px;
    z-index: 9999;
    border-radius: 10px;
    border: 5px solid black;
    display: none;
  }
  #IE-notice h2{
    font-size: 40px;
    font-family: Antonio;
    margin-top: 10px;
  }
  #IE-notice p{
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    font-family: Roboto;
  }
  .container{
    height: var(--experience-height);
    width: var(--experience-width);
    overflow: hidden;
    border: 4px solid black;
    position: relative;
    margin: 50px auto;
    background-image: url(save-off-background.jpg);
    display: block;
 
  }
  .container-no-photo{
    background-image: none;
  }

  .component-container{
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
  #intro-splash{
    position: absolute;
    z-index: 10;
    width: var(--experience-width);
    height: var(--experience-height);
    background-image:url(intro_background.jpg);
    background-size: 100%;
    text-align: center;
    padding: 10px;
    padding-top: 0px;
  }
  #intro-splash #intro-logo{
    max-width: 250px;
    display: block;
    margin: 0px auto;
    background-color: ffcd00;
    padding: 20px;
    padding-top: 25px;
  }
  #intro-shirt{
    position: absolute;
    left: 0px;
    bottom: 250;
    width: 75%;
    left: 12.5%;
  }
  #start{
    width: 75%;
    position: absolute;
    bottom: 45px;
    left: 12.5%;
  }
  #start.loading{
    background-color:#ccc!important;

  }
  #greetings-banner{
    position: absolute;
    z-index: 1000;
    height: 75px;
    width: 95%;
    background-color: #ffcd00;
    font-family: Zilla;
    line-height: 75px;
    font-size: 20px;
    padding-left: 5%;
    display: none;
  }
  #greetings-banner p{
    float: left;
    margin: 0px;
  }
  #greetings-banner img{
    float: right;
    width: 150px;
    top: 13px;
    right: 49px;
    position: relative;
  }
  #join-party{
    position: absolute;
    z-index: 12;
    width: var(--experience-width);
    height: var(--experience-height);
    background-image:url(face_background.jpg);
    background-size: 100%;
    text-align: center;
    display: none;
  }
  #join-party h2{
    font-family: Zilla;
  }
  #join-party p{
    font-family: 'Roboto';
    font-size: 18px;
    width: 90%;
    line-height: 26px;
    margin-left: 5%;
  }
  #join-party .person-face {
      position: relative;
      top: -8px;
  }

input[type=file]::file-selector-button {
  background-color: #333;
  color: white;
  font-family:Roboto;
  transition: 1s;
  width: 150px;
  height: 50px;
  font-size: 20px;
}

input[type=file]::file-selector-button:hover {
  background-color: #aaa;
}



  #back-to-party{
    visibility: hidden;
  }
  #hats{
      width: 4365px;
      left: 0px;
      z-index: 5;

  }
  #heads{
      width: 21245px;
      left: 0px;
      z-index: 3;  
      display: none;
    }
  #heads .head-holder{
    float: left;
    width: var(--experience-width);
    height: var(--experience-height);
  }
  #shirts{
      width: 11640px;
      left: 0px;
      z-index: 2;
      display: none;
  }

  .component-container img{
    float: left;
    width: var(--experience-width);
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
  #randomize{
   display: block;
    position: absolute;
    z-index: 9;
  }
  .top-nav-button{
    height: 100px;
    border-bottom: 1px solid black;
  }
  .four-group{
    height: 50px;
    visibility: hidden;
  }
  #join{
  display: block;
    position: absolute;
    z-index: 9;
    right: 0px;
  }
  #try-again{
    position: absolute;
    z-index: 9;
    top: 50px;
  }
  #download{
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 50px;
  }
  #return-join{
    visibility: hidden;
    position: absolute;
    z-index: 9;
    right: 0px;

  }
  #nametags{
    position: absolute;
    bottom: 0px;
    text-align: center;
    z-index: 10;
    width: 100%;
    background-color: black;
    height: 110px;
    display: none;
  }
  .nametag{
    padding: 10px;
    display: none;
    z-index: 10;

  }
  .nametag h3{
    color: #ffcd00;
    font-size: 32px;
    font-family: Zilla;
    margin-bottom: 0px;
    margin-top: 8px;
  }
  .nametag.small h3{
    font-size: 23px;
    margin-top: 17px;
  }
  .nametag p{
    color: white;
    margin-top: 5px;
    font-family: roboto;
  }


/*==========Face Positioner=============*/
    .person-face{
    background-size: 252px;
    background-color: red;
    border: ;
    display: block;
    width: 220px;
    height: 300px;
    background-color: #f8ebb6;
    border: 4px dashed gray;
    border-radius: 50% 50% 50% 50% / 60% 60% 50% 50%;
    background-position-x: 0px;
    background-position-y: 0px;
    position: relative;
    left: 130px;
    top: 130px;
    z-index: 4;
    }
    #zoom-items{
      width: 50%;
      float: right;
      display: block;
    }
    #directionals{
      width: 50%;
      display: block;
      float: left;
    }
    .adjustment-button{
    display: block;
    background-color: #333;
    color: white;
    text-align: center;
    cursor: pointer;
    width: 100px;
    height: 35px;
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 5px;
    visibility: hidden;
    }
    .adjustment-button:hover{
      background-color: #aaa;
    }

    #shift-left, #shift-up{
      width: 45%;
      margin-left: 4%;
      float: left;
    }
    #shift-right, #shift-down{
        width: 45%;
       margin-right: 4%;
       float: right;
    }

    #zoom-in{
      width: 45%;
      margin-left: 27.5%;
    }
    #zoom-out{
      width: 45%;
      margin-left: 27.5%;
    }
    #personal-credentials{
      visibility: hidden;
      margin-bottom: 0px;
    }
    #personal-credentials label{
          font-family: 'Zilla';
    font-size: 20px;
    }
    #personal-credentials input{
        width: 250px;
        margin-left: 10px;
        height: 50px;
    }
    #mobile-notice{
      visibility: hidden;
        z-index: 999;
        font-family: 'Roboto';
        font-size: 20px;
        width: 90%;
        padding: 5%;
        line-height: 29px;
        background-color: #ccc;
        top: 75px;
        position: absolute;
    }
    #mobile-notice button{
      padding: 5px;
      font-size: 20px;
      width: 25%;
      height: 50px;
    }

@media(max-width: 500px){
  :root {
    --experience-width: 365px;
    --experience-height:648.71px;
  }
  #intro-shirt {
    position: absolute;
    left: 0px;
    bottom: 200px;
    width: 70%;
    left: 13%;
  }
  .person-face {
      width: 159px;
      height: 214px;
      left: 108px;
      top: -10px!important;
      
  }
  .person-face.sweater-spin{
    width: 159px;
    height: 214px;
    left: 98px;
    top: 99px!important;
  }
  
  .nametag h3{
    font-size: 20px;
  }

  .nametag p{
  	font-size: 14px;
  }

  .adjustment-button {
    height: 20px;
    font-size: 14px;
    line-height: 20px;

  }

  #join-party p {
      font-family: 'Roboto';
      font-size: 14px;
      line-height: 20px;
  }
#personal-credentials input {
    width: 140px;
    margin-left: 10px;
    height: 35px;
}
   button{
    font-size: 15px;
   }
#back-to-party {
    height: 40px;
}
  .four-group{
    height: 40px;
  }

  #try-again{
    top: 40px;
  }
  #download{
    top: 40px;
  }
  #sound-notice{
    width: 56%;
    position: absolute;
    bottom: 120;
    font-family: 'Roboto';
    font-size: 20px;
    margin-left: 20%;

  }
  
}


/*/////IE CSS//*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    #IE-notice{
      display: block!important;
    }
    #experience{
      display: none;
    }
}

