body { font-family: sans-serif; margin:0px;padding:0px;background-color: #555;

}

main{
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
}
h1{
font-family: 'Zilla Slab', serif;
  text-align: center;
  font-size: 70px;
  text-shadow: 2px 2px 3px gray;
  margin-bottom: 10px;
  margin-top: 0px;
}
p.intro{
  color: #000000;
  text-align: center;
  font-size: 30px;
  max-width: 80px;
  margin: 15px auto;
    font-family: "Roboto", sans-serif;

}
p.quote{
  color: #000000;
  font-size: 18px;
  margin: 20px;
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
}
p.attribution{
  color: #000000;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
  font-size: 16px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 10px;

}
p.department{
  color: #000000;
  font-size: 12px;
  text-align: right;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 0px;
font-family: 'Roboto Condensed', sans-serif;

}


.row{
  margin:0px auto;

}
.scene {
  float: left;
  width: 12.5%;
  height: 240px;
  perspective: 600px;
}
.scene-big{
  float: left;
  width: 50%;
  height: 260px;
  perspective: 600px;
}

.card {
  width: 100%;
  height: 100%;
  transition: transform 1.5s;
  transform-style: preserve-3d;
  position: relative;
}
.card.clickable{
    cursor: pointer!important;

}
.card.is-flipped {
  transform: rotateY(180deg);
    -webkit-transform: rotateY(-180deg);
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.card__face--front {
  background: red;
  overflow: hidden;

}


.clickable .card__face--back img{
    transition: transform .2s ease;

}
.clickable .card__face--back img:hover{
  transform: scale(1.05);
}

.card__face--back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(-180deg);

  overflow: hidden;
  z-index: 999999;
}
.card__face--back.yellow1, .card__face--front.yellow1{
  background:#FFeFB3;
}
.card__face--back.yellow2, .card__face--front.yellow2{
   background:#FFE681;
 
}
.card__face--back.yellow3, .card__face--front.yellow3{
   background:#FFDC4E;

}
.card__face--back.yellow4, .card__face--front.yellow4{
    background:#FFCF03;

}

.card__face--back.gray1, .card__face--front.gray1{
    background:#F2F1EF;
}
.card__face--back.gray2, .card__face--front.gray2{
    background:#E4E3DF;
}
.card__face--back.gray3, .card__face--front.gray3{
    background:#DCDBD7;
}
.card__face--back.white, .card__face--front.white{
    background:#FFF;
}

.card__face--front img, .card__face--back img{
  width: 100%;
}

.person-thought{
  display: none;
}

.foot-block{
  width: 100%;
  height: 200px;
  background-color: #fff;
}
#splash-reminder{
  display: none;
}

#splash-intro, #splash-reminder{
  color: white;
  position: fixed;
  top: 230px;
  width: 50%;
  padding: 5%;
  margin-left:20%;
  z-index: 9999; 
  border-radius: 10px;
  background-image: url(photos/repeatingbackground.png);
}
#splash-intro p, #splash-reminder p{
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
#start-button, #got-it{
  font-weight: bold;
  text-align: center;
  background-color: #FFCF03;
  color: #000;
  cursor: pointer;
  padding: 10px;
  width: 70%;
  margin: 0px auto;
}
header{
  position: relative;
  font-family: 'Lora', serif;
  background-color: white;
  border-bottom: 2px ridge #ccc;
  height: 90px;
  text-align: center;
  line-height: 50px;
}
footer{
  width: 100%;
  height: 25px;
  clear: both;
  background-color: white;
  border-top: 2px ridge #ccc;
}
header h3{
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
  top: 15px;
  font-family: 'Zilla Slab', serif;
  font-weight: 700;

}
header .lead-in{
  position: relative;
  bottom: 10px;
  margin-right: 10px;
  font-size: 30px;
  z-index: 9999;
}
header img{
  width: 190px;
  z-index: 9999;
}
.right-border{
  float: left;
  display: block;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 25%;
  z-index: 1;
}
.left-border{
  float: left;
  display: block;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 25%;
  z-index: 1;

}
#lead-in-box{
  float: left;
    display: block;
  height: 100%;
    min-width: 500px;
    width: 100%


}
.tablet-only-snowflake,.mobile-only-snowflake{display: none;}
#audio-player{
  float: right;
  position: relative;
  margin-right: 15px;
  margin-top: 15px;
  display: none;
}

  .tablet-only{
    display: none;
  }

@media only screen and (max-width: 1800px) {
  .scene {
    height: 230px;
  }

}


@media only screen and (max-width: 1700px) {
  .scene {
    height: 220px;
  }

}

@media only screen and (max-width:1650px){
p.quote{

  margin-top: 30px;
}  
}
@media only screen and (max-width: 1600px) {
  .scene {
    height: 210px;
  }
p.quote{

  margin-top: 20px;
}  
}


@media only screen and (max-width: 1500px) {
  .scene {
    height: 200px;
  }

  #splash-intro{
    top: 200px;
    width: 56%;
    padding: 5%;
    margin-left:17%;
  }
  #splash-intro p{
    font-size: 20px;
    line-height: 30px;
  }



p.quote{
  color: #000000;
  font-size: 16px;
  margin: 20px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}
p.attribution{
  color: #000000;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
  font-size: 14px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 10px;

}
p.department{
  color: #000000;
  font-size: 12px;
  text-align: right;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 0px;
font-family: 'Roboto Condensed', sans-serif;

}




}

@media only screen and (max-width: 1400px) {
  .scene {
    height: 190px;
  }

    #splash-intro{
    top: 200px;
    width: 56%;
    padding: 5%;
    margin-left:17%;
  }
  #splash-intro p{
    font-size: 17px;
    line-height: 30px;
  }


p.quote{
  color: #000000;
  font-size: 16px;
  margin: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
p.attribution{
  color: #000000;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
  font-size: 14px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 10px;

}
p.department{
  color: #000000;
  font-size: 12px;
  text-align: right;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 0px;
font-family: 'Roboto Condensed', sans-serif;

}

.right-border,.left-border{
  width: 27%;
}

}
@media only screen and (max-width: 1300px) {
  .scene {
    height: 180px;
  }

  p.quote{
  color: #000000;
  font-size: 14px;
  margin: 10px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}
p.attribution{
  color: #000000;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
  font-size: 12px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 10px;

}
p.department{
  color: #000000;
  font-size: 11px;
  text-align: right;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 0px;
font-family: 'Roboto Condensed', sans-serif;

}

.right-border,.left-border{
  width: 30%;
}

  .tablet-only-snowflake{
    display: block;
  }
    .hide-tablet-snowflake{
    display: none;
  }
  .right-border,.left-border{
  width: 25%;
}
}


@media only screen and (max-width: 1200px) {
  .scene {
    height: 250px;
      width: 20%;

  }

    #splash-intro{
    top: 200px;
    width: 66%;
    padding: 5%;
    margin-left:12%;
  }
  #splash-intro p{
    font-size: 17px;
    line-height: 30px;
  }
p.quote{
  color: #000000;
  font-size: 18px;
  margin: 20px;
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
}
p.attribution{
  color: #000000;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
  font-size: 16px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 10px;

}
p.department{
  color: #000000;
  font-size: 12px;
  text-align: right;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 0px;
font-family: 'Roboto Condensed', sans-serif;

}
.tablet-only{display: block;}

}

@media only screen and (max-width: 1100px) {
  .scene {
    height: 240px;

  }

}

@media only screen and (max-width: 1000px) {
  .scene {
    height: 210px;

  }
h1{
  font-size: 50px;
  margin-bottom: 10px;
  margin-top: 0px;
}
    #splash-intro{
    top: 200px;
    width: 66%;
    padding: 5%;
    margin-left:12%;
  }
  #splash-intro p{
    font-size: 17px;
    line-height: 30px;
  }
p.quote{
  color: #000000;
  font-size: 16px;
  margin: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
p.attribution{
  color: #000000;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
  font-size: 14px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 10px;

}
p.department{
  color: #000000;
  font-size: 12px;
  text-align: right;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 0px;
font-family: 'Roboto Condensed', sans-serif;

}
  .tablet-only-snowflake{
    display: none;
  }
    .mobile-only-snowflake{
    display: block;
  }
  .right-border,.left-border{
  width: 20%;
}
}

@media only screen and (max-width: 900px) {
  .scene {
    height: 190px;

  }

    .mobile-only-snowflake{
    display: none;
  }
}



@media only screen and (max-width: 800px) {
  .scene {
    height: 240px;
      width: 33.3%;

  }
  .hide-small-tablet{
    display: none;
  }
h1{
  font-size: 50px;
  margin-bottom: 10px;
  margin-top: 0px;
}
    #splash-intro{
    top: 200px;
    width: 80%;
    padding: 5%;
    margin-left:5%;
  }
  #splash-intro p{
    font-size: 17px;
    line-height: 30px;
  }
p.quote{
  color: #000000;
  font-size: 18px;
  margin: 20px;
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
}
p.attribution{
  color: #000000;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
  font-size: 16px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 10px;

}
p.department{
  color: #000000;
  font-size: 12px;
  text-align: right;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 0px;
font-family: 'Roboto Condensed', sans-serif;

}

.right-border,.left-border{
  width: 38%;
}
}


@media only screen and (max-width: 700px) {
  .scene {
    height: 210px

  }
  h1{
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 0px;
}
    #splash-intro{
    top: 150px;
    width: 80%;
    padding: 10% 5%;
    margin-left:5%;
  }
  #splash-intro p{
    font-size: 17px;
    line-height: 30px;
  }

.right-border,.left-border{
  width: 40%;
}
}

@media only screen and (max-width: 600px) {
  .scene {
    height: 200px;

  }
p.quote{
  color: #000000;
  font-size: 16px;
  margin: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
p.attribution{
  color: #000000;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
  font-size: 14px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 10px;

}
p.department{
  color: #000000;
  font-size: 12px;
  text-align: right;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 0px;
font-family: 'Roboto Condensed', sans-serif;

}
.right-border,.left-border{
  width: 42%;
}
.show-mobile{
  display: block;
}
.hide-mobile{
  display: none;
}

header .lead-in{
  position: relative;
  bottom: 10px;
  margin-right: 10px;
  font-size: 20px;
  z-index: 9999;
}

header{
  position: relative;
  font-family: 'Lora', serif;
  background-color: white;
  border-bottom: 2px ridge #ccc;
  height: 75px;
  text-align: center;
  line-height: 50px;
}

header img{
  width: 150px;
  z-index: 9999;
}

}
@media only screen and (max-width: 550px) {
  h1{
  font-size:30px;
  margin-bottom: 10px;
  margin-top: 0px;
}
    #splash-intro{
    top: 150px;
    width: 84%;
    padding: 8% 3%;
    margin-left:5%;
  }
  #splash-intro p{
    font-size: 16px;
    line-height: 25px;
  }
  p.quote{
  color: #000000;
  font-size: 18px;
  margin: 20px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}
p.attribution{
  color: #000000;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
  font-size: 16px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 10px;

}
p.department{
  color: #000000;
  font-size: 11px;
  text-align: right;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 0px;
font-family: 'Roboto Condensed', sans-serif;

}

.right-border,.left-border{
  width: 44%;
}

#lead-in-box{
  min-width: inherit!important;
}


}

@media only screen and (max-width: 500px) {
  .scene {
    height: 230px;
      width: 50%;

  }
  .hide-mobile{
    display: none;
  }

.right-border,.left-border{
  width: 46%;
}

  p.quote{
  color: #000000;
  font-size: 18px;
  margin: 10px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}
p.attribution{
  color: #000000;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
  font-size: 14px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 10px;

}
p.department{
  color: #000000;
  font-size: 11px;
  text-align: right;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 0px;
font-family: 'Roboto Condensed', sans-serif;

}

header .lead-in{
  position: relative;
  bottom: 10px;
  margin-right: 10px;
  font-size: 20px;
  z-index: 9999;
}

header{
  position: relative;
  font-family: 'Lora', serif;
  background-color: white;
  border-bottom: 2px ridge #ccc;
  height: 65px;
  text-align: center;
  line-height: 50px;
}
header h3{
  top: 5px;
}

header img{
  width: 150px;
  z-index: 9999;
}



}
@media only screen and (max-width: 400px) {
  .scene {
    height: 210px;

  }

.right-border,.left-border{
  width: 49%;
}
header .lead-in{
  position: relative;
  bottom: 7px;
  margin-right: 10px;
  font-size: 15px;
  z-index: 9999;
}

header{
  position: relative;
  font-family: 'Lora', serif;
  background-color: white;
  border-bottom: 2px ridge #ccc;
  height: 45px;
  text-align: center;
  line-height: 50px;
}
header h3{
  top: 5px;
  line-height: 40px;
}

header img{
  width: 100px;
  z-index: 9999;
}

}






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

.card.is-flipped {
  transform: none;
    -webkit-transform: none
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility:inherit;
  -webkit-backface-visibility: inherit
}

.card__face--front {
  background: red;
  overflow: hidden;

}


.card__face--back {
  transform: none;
  -webkit-transform: none;
  overflow: hidden;
  z-index: 999999;
  transition: 1s;
  opacity: 0;

}
.is-flipped .card__face--back{
  opacity: 1;
    transition: 1s;

}
.is-flipped .card__face--back img{
  opacity: 1;
    transition: 1s;

}
}