
body, html {
	font-family: 'Roboto Condensed', sans-serif;
	color: #575756;
}

.header {
	padding:40px 0px;
}

.top-section {
	  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 10px;
  box-sizing: border-box; 
	background-color: #eeeeee;
}


.middle-section {
	  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  box-sizing: border-box; 
	background-color: #e5e5e5;
}
.white-section {
	  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  box-sizing: border-box; 
	background-color: #ffffff;
}

.lower-section {
	  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 40px;
  box-sizing: border-box; 
	background-color: #d8d8d8;
}
.back-section {
	  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px;
  box-sizing: border-box; 
	background-color: #575756;
}

.foot-section {
	  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; 
	background-color: #67589b;
	height:160px;
}

.scale-with-grid {
	position: relative;
	max-width: 100%;
}

.half-stage {
	width:50%;
}

.intro_text {
	text-align: center;
	font-size: 15px;
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	font-style: italic;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.title h2 {
	text-align: center;
	padding:40px 0px 30px;
	font-size: 60px;
	margin-bottom:0px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}
.claim h2 {
	text-align: center;
	padding:0px 0px 10px;
	font-size: 50px;
	margin-bottom:0px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}
.back h3 {
	text-align: center;
	padding:30px 0px 30px;
	font-size: 30px;
	margin-bottom:0px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	color:#ffffff;
}
.back h3 a{

	color:#ffffff;
	text-decoration: none;
}

.intro p {
	font-size: 18px;
	font-weight: 300;
	padding:0px 2% 10px;
}


.stories h4 {
	padding:0px 0px;
	font-size: 25px;
	margin-bottom:0px;
	font-weight: 700;
}
.stories p {
	font-size: 16px;
	font-weight: 300;
}
.stories p strong{
	font-size: 16px;
	font-weight: 700;
}

.main-story {
	position: relative;
	padding-bottom: 30px;	
}

.main-story h3 {
	padding:0px 0px;
	font-size: 50px;
	margin-bottom:0px;
	font-weight: 700;
}
.main-story p {
	font-size: 26px;
	font-weight: 300;
}
.main-story p strong{
	font-weight: 700;
}

.bio {
	padding: 0 0 40px;
}

.bio p {
	font-size: 18px;
	font-weight: 300;
	padding:0px 0px 0px;
}

/* FOOTER */

ul.social {
	position: relative;
	padding: 40px 0px;
}

ul.social li {
	display: inline-block;
	margin: 0 2%;
}

ul.social li svg.svg-inline--fa{
	color: #ffffff;
}

.agency {
	width:30%;
	float: right;
	position: relative;
	padding: 40px 0px;
	margin: 0 2%;
}

/* MODAL */

.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}

.modal-header {
  padding: 20px 40px;
  background: #ffffff;
  color: #ffffff;
  text-align: center;
}

.modal-body {
  background: #ECEFF1;
  padding: 60px 40px;
}

a.modal-trigger {
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	text-decoration: none;
	color:#111111;
	padding:10px;
	border: 1px solid #111111;
	width:250px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
  color:#111111;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}


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

	.main-story h3 {
	    font-size: 40px;
	}

}

@media only screen and (max-width: 768px) {
	
	.title h2 {
    	font-size: 45px;
	}
		
	.main-story h3 {
	    font-size: 30px;
		line-height: 32px;
		padding-bottom: 20px;
	}
	
	.half-stage {
    	width: 100%;
	}
	.main-story {
	    position: relative;
	    padding-bottom: 15px;
	}
	.main-story p {
	    font-size: 20px;
	    line-height: 23px;
	}
	ul.social {
	    position: relative;
	    padding: 10px 0px;
	    text-align: center;
	    margin: 0;
	        font-size: 10px;
	}
	
	.agency {
	    width: 60%;
	    float: none;
	    text-align: center;
	    position: relative;
	    padding: 10px 0px;
	    margin: 10px auto;
	}
	
	.foot-section {
    	height: 180px;
	}

}