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

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

:root {
  --experience-width: 1920px;
  --experience-height:1080px;
}


/* 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);}
}

.bulb.wiggler {
  -webkit-animation: wiggle 1s infinite;
  -moz-animation: wiggle 1s infinite;
  animation: wiggle 1s infinite;
    width: 5%;
  height: unset;
  cursor: pointer!important;
}

body {  
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
      position: relative;
      margin: 0px auto;
 


}
@media(max-width: 1200px){
  body{
    border:0px;
  }
}
#audio-player{
  visibility: hidden;
}

header{
  display: block;
  position: fixed;
  left: 0px;
  z-index: 999;
  width: 100%;
}
header img{
  width: 100%;
}
header .share{
  position: fixed;
  right: 10;
  font-family: Zilla;
  font-size: 25;
  color: white;
  top: 10px;
}
header .share i{
    color: white;
  margin-left: 10px;

}
header .share i:hover{
  color: #ffcd00;
}

  h1{
    font-family: Zilla;
    font-size: 45px;
  }
  button{
    width: 20%;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    background-color: #ffcd00;
    font-family: antonio;
    border: none;
    transition: .8;
    text-transform: capitalize;
    left: 40%;
    border-radius: 25px;
    opacity: .8;
    line-height: 0px;
    color: black;

  }
  button:hover{
    color: white;
    cursor: pointer;
    background-color: #333;
    opacity: 1;
    transition: .2s;
  }
  #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 defines margins and width */
.container {
    position: relative;
    overflow: hidden;
}

/* outer container will define aspect ratio */
.outer {
    position: relative;
    width: 100%;
}


.outer.r2x1 {
    padding-top: 56.25%; /* "height" will be 1/2 of width */
}

/* inner container positioned absolutely and holds content */
.outer .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: 1px solid grey;
    overflow: hidden;
}

/* example content */
#start{
  z-index: 99999;
  position: absolute;
  top: 78%;
}
#instruction{
    position: absolute;
    background-color: white;
    z-index: 999999;
    width: 100%;
    opacity: 9;
    display: none;
    width: 80%;
    height: 70%;
    left: 10%;
    top: 15%;
    overflow: scroll;
    border-radius: 40px;

    border: 1px solid black;
}


#instruction .instruction-pane p{
    font-size: 28px;
    width: 86%;
    margin: 0px auto;
    line-height: 35px;
    margin-top: 15px;
    text-align: center;
    font-family: roboto;
}
#instruction .instruction-pane img{
      width: 250px;
    border: 1px solid black;
    border-radius: 40px;
    margin-left: 43px;
    margin-top: 50px;
}


#first{
    width: 48%;
    margin-top: 20px;
    margin-left: 12%;
        position: relative;
    left: 0;
    bottom: 114px;

}
#instruction h2{
text-align: center;
    font-family: Zilla;
    line-height: 67px;
    font-size: 50px;
    max-width: 74%;
    margin: 32px auto;

}
.pane {
  background-size: cover;
  float: left;
    width: 100%;
    height: 100%;
    left: 100%;
    position: absolute;
  }

  .pane img{
    width: 100%;
  }
  .pane img.active-lights{
    opacity: 0;
    position: absolute;
  }
  #pane-0{
    left: 0%;
  }
  #pane-1{
  z-index: 9;
  }

  #pane-2{
  z-index: 8;
  }

#pane-6{
  display: none;
  opacity: 0;
  left: 0;
}

<!--/*--><![CDATA[/*><!--*/
  img.preload { display: none; }
/*]]>*/-->



/* just for display purposes... */
.inner::after {
    content: attr(data-size);
    position: absolute;
    left:0;
    top: -1em;
}
.bulb{
  width: 7%;
  height: 9%;
  position: absolute;
  left: 25%;
  top: 56%;
  cursor: pointer!important;
  background-size:cover;
  opacity: .8;
  z-index: 99999;
    -webkit-animation: wiggle 1s infinite;
  -moz-animation: wiggle 1s infinite;
  animation: wiggle 1s infinite;
}
.bulb.wiggler, .bulb:hover{
  width: 12%!important;
  height: 16%!important;
  -webkit-animation: wiggle 1s infinite;
  -moz-animation: wiggle 1s infinite;
  animation: wiggle 1s infinite;
  transition: .5s;
  opacity: 1;
    cursor: pointer!important;

}
.bulb.inposition{
  width: 100%!important;
  height: 100%!important;
  left: 0%!important;
  top: 0%!important;
  opacity: 1;
    -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
    -webkit-animation: none !important;
  -moz-animation: none !important;
   animation: none !important;
}


#bulb-1{
  width: 7%;
    height: 7%;
    left: 32%;
    top: 86%;
    background-image: url(images/BigBulb-Blue-Off.png);

}
#bulb-1:hover, #bulb-1.clicked{
    left: 27%;
    top: 82%;
}


#bulb-2{
width: 7%;
    height: 7%;
    left: 10.6%;
    top: 20%;
    background-image: url(images/BigBulb-Yellow-Off.png);

  }
#bulb-2:hover,  #bulb-2.clicked{
    left: 5.2%;
    top: 16%;
}

#bulb-3{
    width: 7%;
    height: 7%;
    left: 83.5%;
    top: 60%;
    background-image: url(images/BigBulb-Green-Off.png);

}
#bulb-3:hover,  #bulb-3.clicked{
    left: 78%;
    top: 56%;
}
#bulb-4{
    width: 7%;
    height: 7%;
    left: 56.3%;
    top: 54%;
    background-image: url(images/BigBulb-Red-Off.png);

}
#bulb-4:hover,  #bulb-4.clicked{
    left: 50%;
    top: 53%;
}
#bulb-5{
    width: 7%;
    height: 7%;
    left: 32.8%;
    top: 46%;
    background-image: url(images/BigBulb-Orange-Off.png);

}
#bulb-5:hover,  #bulb-5.clicked{
    left: 27.8%;
    top: 42%;
}
#next-button{
  position: absolute;
  z-index: 999;
  width: 50%;
  bottom: 200px;
  display: none;
  left: 25%;
  transition: 1;
}

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

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

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



/*////////////*/

.snowball-holder{
  position: absolute;
  }

.snowball {
  position: relative;
  top:0;
  left:0;
  cursor: pointer;
}

.ball {
  position: relative;
  width: 450px;
  height:450px;
  border: 8px solid #003049;
  background-color: #bde0fe;
  box-shadow: inset 10px 10px 0 white;
  border-radius:50%;
  overflow:hidden;
  z-index: 1;
  -webkit-transition: background-image 0.7s linear;
  transition: background-image 0.7s linear;
  }

.holder {
  position: absolute;
  width:300px;
  height:55px;
  background-color: gray;
  border: 8px solid #003049;
  border-radius:20px 20px 0 0;
    top: 418px;
    left: 75px;
  z-index: 2;
}
.story{
  display: none;
}
#story-0{
  display: block;
}


.snow {
  position: absolute;
  z-index:5;
  background-color: white;
  width: 30px;
  height: 15px;
  border-radius: 20px;

  
}

.snow:before {

}

.snow:after {
  content:"";
  position: absolute;
  z-index:5;
  background-color: white;
  width: 30px;
  height: 15px;
  border-radius: 20px;
  top:90px;
  left:10px;
}

.text {
  font-family: helvetica;
  font-size:35px;
  top:8px;
  color: #ffcd00;
  text-align: center;
  position: relative;
}

.fall {
  width: 100%;
  z-index:15;
  position: absolute;
}
.snowflake   {
  width:10px;
  height: 10px;
  border-radius:50%;
  position: relative;
  background-color: white;
}

.snowFlakes1 {
  top: 0px;
  left:1%;
  animation: fall 7s linear infinite;  
}

.snowFlakes2 {
  top: 0px;
  left: 10%;
  animation: fall 5s linear infinite; 
}

.snowFlakes3 {
  top: 0px;
  left: 20%;
  animation: fall 5s linear infinite; 
}

.snowFlakes4 {
  top: 0px;
  left: 30%;
  animation: fall 9s linear infinite; 
}

.snowFlakes5 {
  top: 0px;
  left: 40%;
  animation: fall 9.5s linear infinite; 
}

.snowFlakes6 {
  top: 0px;
  left: 50%;
  animation: fall 4s linear infinite; 
}

.snowFlakes7 {
  top: 0px;
  left: 60%;
  animation: fall 13s linear infinite; 
}

.snowFlakes8 {
  top: 0px;
  left: 70%;
  animation: fall 3s linear infinite; 
}

.snowFlakes9 {
  top: 0px;
  left: 80%;
  animation: fall 7s linear infinite; 
}

.snowFlakes10 {
  top: 0px;
  left: 90%;
  animation: fall 5s linear infinite; 
}
.snowFlakes11 {
  top: 0px;
  left: 99%;
  animation: fall 10s linear infinite; 
}
.snowFlakes12 {
  top: 0px;
  left: 5%;
  animation: fall 10s linear infinite; 
}
.snowFlakes13 {
  top: 0px;
  left: 15%;
  animation: fall 5s linear infinite; 
}
.snowFlakes14 {
  top: 0px;
  left: 25%;
  animation: fall 9.5s linear infinite; 
}
.snowFlakes15 {
  top: 0px;
  left: 35%;
  animation: fall 4s linear infinite; 
}
.snowFlakes16 {
  top: 0px;
  left: 45%;
  animation: fall 5s linear infinite; 
}
.snowFlakes17 {
  top: 0px;
  left: 55%;
  animation: fall 10s linear infinite; 
}
.snowFlakes18 {
  top: 0px;
  left: 65%;
  animation: fall 10s linear infinite; 
}
.snowFlakes19 {
  top: 0px;
  left: 75%;
  animation: fall 5s linear infinite; 
}
.snowFlakes20 {
  top: 0px;
  left: 85%;
  animation: fall 9.5s linear infinite; 
}
.snowFlakes21 {
  top: 0px;
  left: 95%;
  animation: fall 4s linear infinite; 
}
.snowFlakes22 {
  top: 0px;
  left: 32%;
  animation: fall 15s linear infinite; 
}
.snowFlakes23 {
  top: 0px;
  left: 35%;
  animation: fall 14s linear infinite; 
}
.snowFlakes24 {
  top: 0px;
  left: 45%;
  animation: fall 15s linear infinite; 
}
.snowFlakes25 {
  top: 0px;
  left: 55%;
  animation: fall 13s linear infinite; 
}
.snowFlakes26 {
  top: 0px;
  left: 65%;
  animation: fall 5s linear infinite; 
}
.snowFlakes27 {
  top: 0px;
  left: 75%;
  animation: fall 15s linear infinite; 
}
.snowFlakes28 {
  top: 0px;
  left: 85%;
  animation: fall 17s linear infinite; 
}
.snowFlakes29 {
  top: 0px;
  left: 95%;
  animation: fall 14s linear infinite; 
}
.snowFlakes30 {
  top: 0px;
  left: 32%;
  animation: fall 18s linear infinite; 
}
@keyframes fall {
    100% {transform: translateY(450px);}
}

audio{
  visibility: hidden;
}




.fix{
    position: fixed;
    left: 0px;
    width: 100%;
    height: 150px;
    background-image: url(images/footer_anchor.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0px;
    display: none;
    z-index: 99999;
  }


@media(max-width: 1600px){
  #instruction{
    width: 90%;
    left: 5%;
  }

#instruction .instruction-pane p {
    width: 95%;


}

}
@media(max-width: 1400px){

#instruction h2 {
    font-size: 40px;
    line-height: 50px;

}
#instruction .instruction-pane p {
    font-size: 20px;
    line-height: 25px;

}
}
@media(max-width: 1200px){
  #instruction .instruction-pane img {
    width: 200px;

}
#first {

    bottom: 96px;
}
.fix{
  display: block;
}
}

@media(max-width: 1000px){
   
    #instruction h2{
      font-size: 30px;
      line-height: 35px;
    }
    #instruction .instruction-pane p{
      font-size: 24px;
      line-height: 31px;
    }
    #next-button{
      bottom: 300px!important;
    }
}
@media(max-width: 850px){
  #first {

        width: 90%;
    bottom: 0;
    left: 0;
    position: inherit;
    margin-left: 0;
    margin-left: 5%;
} 
   #instruction .instruction-pane img {
    width: 250px;
    margin: 30px auto;
    display: block;
}
header .share{
  font-size: 18;

}
@media(max-width: 650px){
   
    #instruction h2{
      font-size: 20px;
      line-height: 25px;
    }
    #instruction .instruction-pane p{
      font-size: 16px;
      line-height: 20px;
    }

      #bulb-1, #bulb-2, #bulb-3, #bulb-4, #bulb-5{
        width: 20%;
        height: 20%;
        left: 2%;
        top: 80%;
      }
      #bulb-1:hover, #bulb-2:hover, #bulb-3:hover, #bulb-4:hover, #bulb-5:hover{
        width: 35%;
        height: 35%;
        left: 2%;
        top: 80%;
      }

header .share{
  font-size: 12;
  margin-left: 6;
  top: 5px;

}
}
@media(max-width: 500px){
   
   
}


