/* 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 {
   width: 100%;
   height: 100%;
   background: linear-gradient(-45deg, #ffffff, #23A6D5, #23D5AB);
   background-size: 400% 400%;
   -webkit-animation: Gradient 15s ease infinite;
   -moz-animation: Gradient 15s ease infinite;
   animation: Gradient 15s ease infinite;
   font-family: 'Open Sans', sans-serif;
}
*/

.firstcharacter {
   font-size: 4em;
   line-height: 100%;
}

.fancy {
   font-family: 'Playfair Display', serif;
   color: #666;
}

#headline {
  background-color: rgba(0,0,0,0.3);
  margin-bottom: 50%;
  padding: 10px;
  text-align: center;
  color: white;
  letter-spacing: 4px;  
  font-family: 'Playfair Display', serif;

}

#headline h1 {
   font-size: 5em;

}

#headline h2 {
   font-size: 2em;
}



.byline {
   text-align: center;
   font-size: 1em;
   font-family: 'Playfair Display', serif;
}

.bigimage {
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: -1;
}

.bigimage img {
   width: 100%;
}

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

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

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

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

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

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

.divider.bgimg7 {
  background-image: url("../img/bg-7.jpg");
  min-height: 400px;
}
/*PARALLAX END*/

.words {
   background-color: white;
   /*padding: 50px 300px 150px 300px;*/
   margin: auto;
   line-height: 1.7em;
   padding-top: 5%;
   padding-right: 20%;
   padding-left: 20%;
   padding-bottom: 5%;
}

.words video {
   width: 100%;
}

p {
   /*text-align: justify;*/
   font-size: 1.3em;
}

.teaser-right-1 {
   height: auto;
   float: right;
   position: relative;
   margin: 2%;
   width: 50%;
}

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

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

section .textbox {
  color: #ddd;
  background-color: #282E34;
  text-align: center;
  padding: 30px 30px;
  text-align: left;
  width: 23%;
}

section .textbox p {

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

}

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

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

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


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


.video {
   margin: 0 auto;
   display: block;
   width: 600px;
}

iframe {
   width: 100%;
   height: 500px;

}
/* MAIN VIDEO CSS END */

/* 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: 50%;
  align-content: center;
  padding-left: 15%;
}

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

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

aside.sound audio {
  width: 100%;

}*/

.teaser-audio {
    float: right;
    position: relative;
    margin: 2%;
    width: 50%;
}

.teaser-audio img {
  width: 100%;
  margin: -4px 4px 4px -4px;
   display: block; 
   position: relative;
   padding: 4px;
 }

.teaser-audio audio {
  width: 100%;
  margin-bottom: 10px;
}

.audio-caption {
  font-size: 0.8em;
}

}


/* MAIN AUDIO END*/

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


/*SLIDESHOW END*/


/* DIVIDERS */

.divider {
  position: relative;
}

.divider .caption {
  position: absolute;
  top: 10%;
  text-align: left;
  color: #fff;
  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%;
}

/* DIVIDERS END */

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

a:hover {
   border-bottom: 1px dotted #0a597e;
}

a:link {
   text-decoration: none;
   color: #7abcff;
}

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

.gmaptext {
  width: 27%;
}


.gmap { 
  min-width: 73%; min-height: 100%; 
}
/*MAP END*/

blockquote {
   display: block;
   padding: 5px;
   margin:  0px;
   position: relative;
   text-align: center;  
   font-size: 1.5em;
}



.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 {
      font-size: 1.7em;
    }






@media only screen and (max-width: 980px) {
   p {
      text-align: left;
   }

.tright {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

  .teaser-right-1 {
    width: 500px;
    height: auto;
    position: relative;
    float: right;
    padding-left: 10px;
}

.teaser-audio {
    margin: 2%;
    width: 100%;
}

}



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

   .words {
      padding: 20px 50px;
    font-size: 1.5em;
   }

   p {
      text-align: left;
   }

   #headline h1 {
   text-align: center;
   color: black;
   font-size: 2em;
   padding: 10px;
   font-family: 'Playfair Display', serif;  
   }

   #headline h2 {
  text-align: center;
   color: black;
   font-size: 1em;
   padding: 10px;
   font-family: 'Playfair Display', serif;  
   }

  .teaser-right-1 {
    width: 100%;
    height: auto;
}

.tright {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


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

.byline {
  font-weight: bold;
}

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

  .teaser-right-1 {
    width: 500px;
    height: auto;
    position: relative;
    float: right;
    padding-left: 10px;
}


}