/* template.css 
   Project: Template for USC Annenberg MS and UG programs
   Author: Prof. Peggy Bustamante
   Date: July 2018
  
   Helpful links: 
    Web colors: 
      https://en.wikipedia.org/wiki/Web_colors#X11_color_names
  Color picker tool:
    https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool
    http://colorpicker.com


*/

/********* MAIN *********/





@import "compass/css3";
 body {
   background: black;
   font-family: 'Verela', sans-serif;
}

body, html{
  height:100%;
  margin:0;
  font:400 18px/1.8 "Verela", sans-serif;
  color:white;
  background-color:black;
}

p:first-of-type:first-letter{
  float:left;
  font-size:61px;
  line-height:1;
  font-weight:bold;
  margin-right:9px;
  color:#3bcfd4;
}

.infogram-embed{
  max-width:70%;
  align-content: center;
  margin-left:15%;
}

 .glitch {
   color: white;
   font-size: 70px;
   position: relative;
   width: 75%;
   margin: 0 auto;
   margin-left:31%;
}
 @keyframes noise-anim {
   0% {
     clip: rect(13px, 9999px, 20px, 0);
  }
   5% {
     clip: rect(57px, 9999px, 87px, 0);
  }
   10% {
     clip: rect(69px, 9999px, 28px, 0);
  }
   15% {
     clip: rect(32px, 9999px, 29px, 0);
  }
   20% {
     clip: rect(42px, 9999px, 66px, 0);
  }
   25% {
     clip: rect(60px, 9999px, 21px, 0);
  }
   30% {
     clip: rect(79px, 9999px, 64px, 0);
  }
   35% {
     clip: rect(86px, 9999px, 65px, 0);
  }
   40% {
     clip: rect(57px, 9999px, 16px, 0);
  }
   45% {
     clip: rect(31px, 9999px, 83px, 0);
  }
   50% {
     clip: rect(12px, 9999px, 53px, 0);
  }
   55% {
     clip: rect(65px, 9999px, 51px, 0);
  }
   60% {
     clip: rect(35px, 9999px, 39px, 0);
  }
   65% {
     clip: rect(26px, 9999px, 98px, 0);
  }
   70% {
     clip: rect(21px, 9999px, 94px, 0);
  }
   75% {
     clip: rect(53px, 9999px, 49px, 0);
  }
   80% {
     clip: rect(14px, 9999px, 73px, 0);
  }
   85% {
     clip: rect(38px, 9999px, 51px, 0);
  }
   90% {
     clip: rect(79px, 9999px, 32px, 0);
  }
   95% {
     clip: rect(32px, 9999px, 91px, 0);
  }
   100% {
     clip: rect(25px, 9999px, 26px, 0);
  }
}
 .glitch:after {
   content: attr(data-text);
   position: absolute;
   left: 2px;
   text-shadow: -1px 0 red;
   top: 0;
   color: white;
   background: black;
   overflow: hidden;
   clip: rect(0, 900px, 0, 0);
   animation: noise-anim 2s infinite linear alternate-reverse;
}
 @keyframes noise-anim-2 {
   0% {
     clip: rect(53px, 9999px, 12px, 0);
  }
   5% {
     clip: rect(88px, 9999px, 1px, 0);
  }
   10% {
     clip: rect(49px, 9999px, 3px, 0);
  }
   15% {
     clip: rect(76px, 9999px, 6px, 0);
  }
   20% {
     clip: rect(13px, 9999px, 1px, 0);
  }
   25% {
     clip: rect(89px, 9999px, 98px, 0);
  }
   30% {
     clip: rect(6px, 9999px, 63px, 0);
  }
   35% {
     clip: rect(57px, 9999px, 13px, 0);
  }
   40% {
     clip: rect(27px, 9999px, 57px, 0);
  }
   45% {
     clip: rect(89px, 9999px, 18px, 0);
  }
   50% {
     clip: rect(56px, 9999px, 45px, 0);
  }
   55% {
     clip: rect(19px, 9999px, 31px, 0);
  }
   60% {
     clip: rect(34px, 9999px, 78px, 0);
  }
   65% {
     clip: rect(34px, 9999px, 31px, 0);
  }
   70% {
     clip: rect(79px, 9999px, 93px, 0);
  }
   75% {
     clip: rect(8px, 9999px, 22px, 0);
  }
   80% {
     clip: rect(12px, 9999px, 17px, 0);
  }
   85% {
     clip: rect(20px, 9999px, 28px, 0);
  }
   90% {
     clip: rect(68px, 9999px, 54px, 0);
  }
   95% {
     clip: rect(51px, 9999px, 26px, 0);
  }
   100% {
     clip: rect(42px, 9999px, 41px, 0);
  }
}
 .glitch:before {
   content: attr(data-text);
   position: absolute;
   left: -2px;
   text-shadow: 1px 0 blue;
   top: 0;
   color: white;
   background: black;
   overflow: hidden;
   clip: rect(0, 900px, 0, 0);
   animation: noise-anim-2 3s infinite linear alternate-reverse;
}
 
 @mixin mdShadowLevel($level) {
  @if ($level == 5) {
    box-shadow: 0px 40px 70px 0px rgba(0, 0, 0, 0.22),0px 27px 24px 0px rgba(0, 0, 0, 0.2);
  } @else if ($level == 4){
    box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.21),0px 16px 28px 0px rgba(0, 0, 0, 0.22);
  } @else if ($level == 3){
    box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.19),0px 12px 15px 0px rgba(0, 0, 0, 0.24);
  } @else if ($level == 2){
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19),0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  }  @else if ($level == 1){
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  } @else{ // Aka Level 0:
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),0px 0px 0px 0px rgba(0, 0, 0, 0);
  } 
}




body{
  display:block;
  align-items:center;
  background:#000;
  justify-content:center;
  margin:0;
}

.header_parallax{
  position: relative;
  background-attachment:fixed;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}



/*.title {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 90%;
  padding: 5%;
  text-align: center;
}*/

.lowertitle h1 {
  opacity: 1;
  color: White;
  font-size: 53px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px #000000;
}

.lowertitle h2 {
  opacity: 1;
  color: White;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 3%;
  text-shadow: 2px 2px 8px #000000;
}

.lowerbyline {
  background-color: #3bcfd4;
  color: white;
  padding: 11px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left:42%;
}

.instructions {
  background-color: #3bcfd4;
  color: white;
  padding: 11px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left:23%;
}

.infoinst{
  background-color: #3bcfd4;
  color: white;
  padding: 11px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left:32%;
}

h1, h2, h3, h4 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: white;
}

h4{
  font-size:12px;
}

#end{
  background-color:#3bcfd4;
}





#answer1{
  display:none;
}

h1 {
  font: 43px "Verela", sans-serif;
}

h2 {
  font: 29px "Verela", sans-serif;
}

h3 {
  font: 36px "Verela", sans-serif;
  margin-top:5%;
}

a {
  color: #c4302b;
  text-decoration: underline;
  font-weight: bold;
}

#sectiontitle{
  margin-top:7%;
}

p b{
  color:black;
  background-color:#3bcfd4;
}

a:hover {
  color: #c4302b;
  background-color: blanchedalmond;
  text-decoration: underline;
}

section {
  min-height: 400px;
  background-color: black;
  position: absolute;
  padding: 30px 30px;
  display: -webkit-flex;
  display: flex;
}

section .textbox {
  color: white;
  background-color: black;
  text-align: center;
  padding: 30px 30px;
  text-align: left;
  width: 23%;
}

section .textbox p {

  font-size: .9em;
  font-weight: lighter;

}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.question{
  cursor:pointer;
  width: 64%;
  border: 1px solid gray;
  background-color: white;
  padding: 20px;
  font-size: 1.1em;
  box-shadow: 2px 2px 8px gray;
  margin-left:16%;
  display:none;
  margin-top:10px;
}

#question1{
  display:block;
}


.question h2{
  color:black;
  font-size:20px;
  text-transform: none;
  letter-spacing: 1px;
}

.solution{
  cursor:pointer;
  width: 64%;
  border: 1px solid gray;
  background-color: white;
  padding: 20px;
  font-size: 1.1em;
  box-shadow: 2px 2px 8px gray;
  margin-left:16%;
  display:none;
}

.solution h2{
  color:black;
  font-size:20px;
  text-transform: none;
  letter-spacing: 1px;
}

.goodanswer {
  cursor:pointer;
  letter-spacing: 2px;
  width: 64%;
  border: 1px solid gray;
  background-color: white;
  padding: 20px;
  font-size: 1.1em;
  box-shadow: 2px 2px 8px gray;
  margin-right:10px;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
  width:25%;
  display:none;
  float:left;

}

.goodanswer h2{
  color:black;
  font-size:20px;
  text-transform: none;
  letter-spacing: 1px;
}

.badanswer {
  cursor:pointer;
  letter-spacing: 2px;
  width: 64%;
  border: 1px solid gray;
  background-color: white;
  padding: 20px;
  font-size: 1.1em;
  box-shadow: 2px 2px 8px gray;
  margin-right:10px;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
  width:25%;
  display:none;
  float:left;
    
}

.badanswer h2{
  color:black;
  font-size:20px;
  text-transform: none;
  letter-spacing: 1px;
}

#ga1{
  margin-left:294px;
}

#ga2{
  margin-left:294px;
}

#ba3{
  margin-left:294px;
}

#ga4{
  margin-left:294px;
}

#ba5{
  margin-left:294px;
}

#ga6{
  margin-left:294px;
}
 
 

 .firstsolution{
  height:174px;
  width:300px;
  float:left;
  background-color:gray;
  margin-left:20%;
  display:none;
  cursor:pointer;
 }

 .secondsolution{
  height:174px;
  width:300px;
  float:left;
  background-color:gray;
  margin-left:20%;
  display:none;
  cursor:pointer;
 }

 .secondanswer{
  height:174px;
  width:300px;
  float:left;
  background-color:gray;
  margin-left:20%;
  display:none;
  cursor:pointer;
 }

 
 .thirdsolution{
  height:174px;
  width:300px;
  float:left;
  background-color:gray;
  margin-left:20%;
  display:none;
  cursor:pointer;
 }

 .thirdanswer{
  height:174px;
  width:300px;
  float:left;
  background-color:gray;
  margin-left:20%;
  display:none;
  cursor:pointer;
 }

 

 .fourthsolution{
  height:174px;
  width:300px;
  float:left;
  background-color:gray;
  margin-left:20%;
  display:none;
  cursor:pointer;
 }

 .fourthanswer{
  height:174px;
  width:300px;
  float:left;
  background-color:gray;
  margin-left:20%;
  display:none;
  cursor:pointer;
 }

 .fifthsolution{
  height:174px;
  width:300px;
  float:left;
  background-color:gray;
  margin-left:20%;
  display:none;
  cursor:pointer;
 }

 .fifthanswer{
  height:174px;
  width:300px;
  float:left;
  background-color:gray;
  margin-left:20%;
  display:none;
  cursor:pointer;
 }

 .sixthsolution{
  height:174px;
  width:300px;
  float:left;
  background-color:gray;
  margin-left:20%;
  display:none;
  cursor:pointer;
 }

 .sixthanswer{
  height:174px;
  width:300px;
  float:left;
  background-color:gray;
  margin-left:20%;
  display:none;
  cursor:pointer;
 }

 



header {
  background-image: url("../img/titleimage2.png");
  height: 90%;
}


iframe {
    min-width: 100%; min-height: 100%;
}




#popup{
  position:fixed;
  width:62%;
   height:80%;
   top:8%;
   left:50%;
   background:#eee;
   padding:10px;
   border-radius:10px;
   transform:translateX(-50%);
   box-shadow:0 0 4px #666;
   color:black;
   overflow:scroll;
   display:none;
   z-index:5;
 
}



#popup img{
  margin-left:47%;
  height:65px;
  width:65px;
  margin-top:2%;

}

#popup h2{
  color:black;
}

#popup p{
  width:75%;
  margin-left:-10%;
  height:75%;
}

#close{
   background:white;
   width:26px;
   height:30px;
   text-align:center;
   float:right;
   cursor:pointer;

}

#close:hover{
   background:#cf302b;
   color:white;
}

.thumb{
  cursor:pointer;
  background-color:#3bcfd4;
  padding:10px;
  
}

.thumb:hover{
  background-color:#cf302b;
}



#glossary{
  width:100%;
  padding-left:2%;
  padding-right:2%;
  height:550px; 

}

.flipCard{
  background-color:#3bcfd4; 
  width:329px;
  height:247px;
  /*perspective:1000px;*/
  float:left;
  margin:1%;
  border:#3bcfd4, 2px, solid;
  
  
}

#sectiontitle h3{
  font-size:20px;
  margin-top:2%;
}

.flipCard h2{
  margin-top:10%;
}



.flipCard img{
  width:97px;
  height:80px;
  margin-left:31%;
 
}

/*Do not go beyond this */



.qinnercard{
  position:relative;
  width:100%;
  height:100%;
  text-align:center;
  transition:transform 0.8s;
  transform-style:preserve-3d;

  
}

.qflipcard:hover .qinnercard{
  transform:rotateY(180deg);
}

.qfrontcard, .qbackcard{
  position:absolute;
  width:100%;
  height:100%;
  backface-visibility:hidden;
  
}

.qfrontcard{
  background-color:black;
  color:white
  border:5px solid white;
}

.qfrontcard h2{
  color:white;
  padding-top:45%;
}

.qbackcard{
  background-color:black;
  color:white;
  transform:rotateY(180deg);
  border:5px solid white;
}

.qbackcard p{
  margin-top:10%;
}*/

.infogram-embed{
  width:50%;
  align-content: center;
  margin-left:25%;
}


/* BACKGROUND IMAGES for parallax effect */
.divider.bgimg1 {
  background-image: url("../img/coverphoto.jpg");
  min-height: 400px;
}

.divider.bgimg2 {
  background-image: url("../img/img_parallax1.jpg");
  min-height: 400px;
}


.bgimg1 img{
   width: 100%;
}

.piccaption {
  position: absolute;
  top: 10%;
  text-align: left;
  color: white;
  letter-spacing: 2px;
  width: 27%;
  border: 1px solid black;
  background-color: rgba(0,0,0, 0.4);
  padding: 20px;
  font-size: 1.1em;
  box-shadow: 2px 2px 8px #000000;
  left: 4%;
}

.teaser .caption {
    line-height: 1.7em;
    font-style: italic;
    left: 0;
    bottom: -1.2em;
    font-size: .9em;
    color: #333;
}

.tright {
  float: right;
  }

#inlinephoto, #inlinequote {
  display:inline-block;
  margin-right:23%;
}



.divider.bgimg8 {
  background-image: url("../img/beach.jpg");} /* ../img/img_parallax2.jpg 


/* MAIN TEXT */

section.maintext {
  position: relative;
  color:white;
  background-color: black;
  background-opacity:.5;
  text-align: center;
  text-align: justify;
  display: block; /* removes display: flex */;
  padding-bottom:40px;
}

section.maintext p {
  line-height: 1.7em;
  padding: 0% 23%;
}


/* Text embed teasers */

.teaser {
  border-top: 15px solid #3bcfd4; /*adds fat line above */
  border-left: 2px solid #3bcfd4; /*adds thin line on left */
  width: 350px;
  height: auto;
  margin: 30px;
  padding: 20px;
}

.teaser .teacaption {
    line-height: 1.7em;
    font-style: italic;
    left: 0;
    bottom: -1.2em;
    font-size: .9em;
    color: white;
}



.teaser video {
  height: 100%;
  width: 100%;
}

.teaser img {
  width: 100%;
  height: 1000%;
  border: 1px solid #333;
}

.teaser blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 2.1em;
  line-height: 1.2;
  color: #666;
  text-align: left;
  font-style: italic;
  

  
  /*Box Shadow */
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.teaser blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

.teaser blockquote::after{
  /*Reset to make sure*/
  content: "";
}

#end{
  background-color: "#3bcfd4"
}




/* MAIN VIDEO CSS */

section.mainvideo {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.videotext {
  width: 27%;
  min-height: 98%;
}


/* This fixes the collapsing */
.youtube { min-width: 73%; min-height: 100%; }

/* MAIN AUDIO */

section.mainaudio {
  /*background-image: url("../img/beach.jpg");*/
  /* -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;*/
}

.audiotext {
  width: 27%;
}

section.mainaudio .audio {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
}

aside.sound {
  width: 47%;
  margin: 0% 0% 2% 2%;
}

aside.sound img {
  width: 100%;
  border: 1px solid #333;
}

aside.sound audio {
  width: 100%;

}

/* VR AND 360 VIDEO */
section.vr360video {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.vr360videotext {
  width: 27%;
}

/* This fixes the collapsing */
.vr360youtube { min-width: 73%; min-height: 100%; }


/* PHOTO GALLERY / SLIDESHOW */

section.slideshow {
  /*background-image: url("../img/beach.jpg");*/
  /*-webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;*/

}

.slideshowtext {
  width: 23%;
}

.slideshowcontent {
   width: 77%;
   height: 100%;
   background-color: black;
}

.cycle-slideshow { 
    width: 100%; max-width: 1400px; margin: 0px auto; 
}

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


/* GOOGLE MAP */


section.gmapmain {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gmaptext {
  width: 27%;
}


.gmap { 
  min-width: 73%; min-height: 100%; 
}


/* TIMELINE AND STORYMAP */

section.knightlab {
  /*background-image: url("../img/beach.jpg");*/
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

section.knightlab .timelinetext {
  width: 33%;
}


/* This fixes the collapsing */
section.knightlab .timeline { 
  width: 100%; min-height: 100%; 
}

/* SOCIAL MEDIA */
section.socialmedia {
  /*background-image: url("../img/beach.jpg");*/
  /* -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;*/
}

.twittertext {
  width: 23%;
}

.twitter { 
  width: 77%; max-height: 600px; 
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.twitter aside {
  width: 100%; max-height: 600px;
  margin-left: 1%;
  overflow: scroll;
}


/* DATA VIZ */
section.datavizmain {
  /*-webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;*/
}

.dataviztext {
  width: 37%;
}

.dataviz { 
  margin: 1% auto;
}

.dataviz img {
  width: 100%;
}

section.footer {
  background-color: black;
  color: blanchedalmond;
  padding: 10px 20px;
  min-height: 30px;
  text-align: left;
  font-size: 0.8em;
}










/* MAKING IT MOBILE FRIENDLY */

/* Turn off parallax scrolling for iPad and smaller */


@media only screen and (max-width: 1024px) {

    .parallax {
        background-attachment: scroll;
    }


}    

/* Turn off flex for iPad portrait mode  */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) { 

  #glossary{
  width:100%;
  padding-left:1%;
  padding-right:1%;
  height:700px;
 
}

.flipCard{
  background-color:transparent; 
  width:50%;
  height:18%;
  perspective:1000px;
  float:left;
  margin-left:25%;
  margin-right:25%;
  margin-top:12%;
  margin-bottom:5%;
  border:5px transparent white;
  
}

.flipcard img{
  margin-left:17%;
}

.flipcard h2{
  margin-top:10%;
}

.lowerbyline{
  margin-left:16%;
}

.teaser{
  width:50%;
}

.piccaption{
  font-size:12pt;
  height:76%;
}

#ga1{
  margin-left:47px;
}

#ga2{
  margin-left:47px;
}

#ba3{
  margin-left:47px;
}

#ga4{
  margin-left: 47px;
}

#ba5{
  margin-left:47px;
}

#ga6{
  margin-left:47px;
}


    .tright {
      float: none;
      width: 90%;
    }

    .tleft{
      float:none;
      width:90%;
      display:inline-block;
      margin-left:23%;
    }

    section.mainvideo {
      display: block;
    }

    section.mainvideo .videotext {
      width: 89%;
      margin: 1%;
    }

    section.vr360video {
      display: block;
    }
    
    section.vr360video .vr360videotext {
      width: 89%;
      margin: 1%;
    }

    section.gmapmain {
      display: block;
    }
    
    section.gmapmain .gmaptext {
      width: 89%;
      margin: 1%;
    }

    section.socialmedia {
      display: block;
    }
    
    section.socialmedia .twittertext {
      width: 89%;
      margin: 1%;
    }

    section.socialmedia .twitter {
      width: 95%;
      margin-bottom: 10px;
      padding: 2%;
    }

}

#soundcite1{
  background-color:white;
}

@media only screen and (max-width: 768px) {
    section.maintext p {
      padding: 1% 11%;
   }
   
    .parallax {
      background-attachment: scroll;
    }

  #paragraph2 p{
    margin-top:25%;
  }

  .header_parallax{
    width:100%;
  }

    .flipCard{
  background-color:transparent; 
  width:50%;
  height:18%;
  perspective:1000px;
  float:left;
  margin-left:25%;
  margin-right:25%;
  margin-top:31%;
  margin-bottom:5%;
  border:5px transparent white;
  
}

.flipcard img{
  margin-left:17%;
}

.flipcard h2{
  margin-top:10%;
}

.lowerbyline{
  margin-left:16%;
}

.teaser{
  width:50%;
}

.divider .piccaption{
  font-size:12pt;
  height:76%;
}

#ga1{
  margin-left:47px;
}

#ga2{
  margin-left:47px;
}

#ba3{
  margin-left:47px;
}

#ga4{
  margin-left: 47px;
}

#ba5{
  margin-left:47px;
}

#ga6{
  margin-left:47px;
}
}

@media only screen and (max-width: 639px) {

   #glossary{
  width:100%;
  padding-left:1%;
  padding-right:1%;
  height:730px;
 
}

.flipCard{
  background-color:transparent; 
  width:50%;
  height:18%;
  perspective:1000px;
  float:left;
  margin-left:25%;
  margin-right:25%;
  margin-top:31%;
  margin-bottom:5%;
  border:5px transparent white;
  
}



.flipcard img{
  margin-left:17%;
}

.flipcard h2{
  margin-top:10%;
}

.lowerbyline{
  margin-left:16%;
}

.teaser{
  width:50%;
}

.divider .piccaption{
  font-size:11pt;
  height:76%;
}

.divider .bgimg1{
  font-size:12pt;
  height:76%;
}

.infoinst{
  margin-left:0%;
}

.instructions{
  margin-left:0%;
}

#ga1{
  margin-left:47px;
}

#ga2{
  margin-left:47px;
}

#ba3{
  margin-left:47px;
}

#ga4{
  margin-left: 47px;
}

#ba5{
  margin-left:47px;
}

#ga6{
  margin-left:47px;
}



.flipCard p{
  margin-top:15%;
  margin-left:7%;
}

    .parallax {
      background-attachment: scroll;
    }

    iframe {
      min-height: 600px;
      width: 97%;

    }

    section {
      display: block;
      padding: 1%;
    }

    section .textbox {
      width: 87%;
      margin: 1%;
    }

    section .content {
      width: 100%;
      height: 100%;
    }

    .title h1 {
      font-size: 47px;
    }

    .title h2 {
      font-size: 27px;
    }

    .title0 {
      padding: 2%;

    }

    .title0 h1 {
      font-size: 41px;
    }

    .title0 h2 {
      font-size: 21px;
    }

    .byline {
      padding: 9px;
      font-size: 12px;
      letter-spacing: 3px;
    }

    section.maintext {
      padding-bottom: 14%;
    }

    section.maintext p {
      line-height: 1.3em;
      padding: 1% 7%;
      text-align: left;
    }

    section.maintext span.readfull {
      margin: 4.7%;
    }

    section.maintext span.readfull2 {
      margin: 4.7%;
    }

   
    .divider .caption {
      position: absolute;
      top: auto;
      bottom: 2%;
      width: 82%;
 
    }

    section.mainvideo .content {
      height: 400px ;
    }

    section.mainaudio .audio {
      width: 100%;
      display: block;
    }

    aside.sound {
      /* border: 3px solid #333;*/
      background-color: #aaa;
      width: 82%;
      height: 100%;
      margin: 1%;
      padding: 7%;
    }

    section.gmapmain .content {
      width: 98%;
      height: 400px;
    }

    section.knightlab .timeline {
      width: 100%;
      height: 800px;
    }

    .twitter {
      width: 95%;
      margin-bottom: 10px;
      padding: 2%;
    }

    section.footer p {
      font-size: 14px;
    }

    .glitch{
      margin-left:15%;
    }

    #popup p{
      margin-left:7%;
    }

    .flipcard h2{
      margin-left:-29%;
    }

    .thumb{
      margin-left:0%;
    }

    


}





