/* styles.css 
   Project: 
   Author: 
   Date: 
	
   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

*/



body, html {
  height: 100%;
  margin: 0;
  font: 400 18px/1.8 "Lato", sans-serif;
  color: #777;
}

header {
  background-image: url("../img/_DSC3511.jpg");
  height: 220%;
}


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


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

h1, h2 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #999;
}

h1 {
  font-family:sans-serif;
}

h2 {
  font-family:sans-serif;
}



a {
  color: #900;
  text-decoration: none;
  font-weight: bold;
}

/*title and byline*/

.title {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 90%;
  bottom: 50%;
  padding: 5%;
  text-align: center;
  background-color:rgba(0,0,0,0.5);
  font-family:Georgia, serif;
  
}

.title h1 {
  opacity: 1;
  color: white;
  font-size: 46px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px #000000;
 
}

.title h2 {
  opacity: 1;
  color: gold;
  font-size: 31px;
/*  margin-bottom: 10%;*/
  text-shadow: 2px 2px 8px #000000;
}

.byline {
  background-color: green;
  color: gold;
  padding: 11px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title0 {
  background-color: white;
  text-align: center;
  margin-bottom: 37px;
}

.title0 h1 {
  color: #333;
  font-size: 49px;
  font-weight: bold;
  text-transform: uppercase;
}


/* maintext */

section.maintext {
  position: relative;
  color: #005900;
  background-color: white;
  text-align: center;
  text-align: justify;
  display: block; 
  padding-bottom:40px;
}

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




/* divider img*/

.Di.img1 {
  background-image: url("../img/Garbage.jpg"); /* ../img/img_parallax2.jpg */
  min-height: 800px;
  min-width:100%;
}

.Di.img2 {
  background-image: url("../img/_DSC3545.jpg");
  min-height: 800px;
  min-width:100%;
}

.Di.img3 {
  background-image: url("../img/_DSC3585.jpg");
  min-height: 800px;
  min-width:100%;
}

.Di.img4 {
  background-image: url("../img/_DSC3515.jpg"); 
  min-height: 800px;
  min-width:100%;
}






/*Audio Bar*/

#problem3 {
  width: 600px;
  overflow: hidden; 
}

#problem3 .photo {
  background-color: white;
  float: left;
  margin: 20px;
}

#problem3 .photo img {
  border: 4px solid firebrick;
  width: 127px;
}

#bigphoto {
  background-color:white;
  width: 543px;
  margin: 20px 0px 40px 0px;
  position: relative;
}

#bigphoto img {
  border: 0px ;
  width: 530px;
  display: block;
}

#container {
  width: 600px;
  height: 850px;
  margin: 0px auto;
}
.Hey{
  top:4%
  width:100%;
  position:relative;


}
.Hey p {
  font-family: Georgia, serif;
  font-size:12px;
  color:black;
  margin:5px;
  position:center;


}
.cappy {
   height: 110px;
   width: 98%;
   background-color: rgba(255,239,213,0.7);
   position:absolute;
   bottom:0px;
   display: none;
}

.cappy c{
  font-color:black;
  font-family:Georgia, serif;
  float:left;
  font-size: 30px
  margin-left:2px;
  
}



/* divider*/

.Di {
  position: relative;
}

.Di .caption {
  position: absolute;
  top: 0%;
  text-align: left;
  color: #fff;
  letter-spacing: 2px;
  width: 24%;
  border: 1px solid black;
  background-color: rgba(0,0,0, 0.4);
  padding: 16px;
  font-size: 1.1em;
  box-shadow: 2px 2px 8px #000000;
  left: 0%;
}





/*emb img&vid*/

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

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

.TR {
  float: right;
}

.TL {
  float: left;
}

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

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

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

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

.LOL blockquote::before{
  content: "\201C"; 
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top:5px;
}

.LOL blockquote::after{
  content: "\201D";
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  color: #999;
  position: absolute;
}


section.footer {
  background-color: black;
  color: gold;
  padding: 10px 20px;
  min-height: 34px;
  text-align: left;
  font-size: 0.9em;
}




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

    .parallax {
        background-attachment: scroll;
    }
}    


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

    .TR, .TL {
      float: none;
      width: 90%;
    }
}

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

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

    .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;
    }

    .LOL {
      width: 77%;
      margin: 7%;

    }

    .TR, .TL {
      float: none;

    }

    .LOL blockquote {
      font-size: 1.7em;
    }

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

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





