html, body {
	height: 100%;	
	margin: 0;
	padding: 0;
	font-family: "Montserrat", arial, sans-serif;
	line-height: 1.4em;
	color: #8c7b3d;
}

#site-header {
	text-align: center;
	padding: 20px;
	background: #ffd640; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ffc700 0%, #ffdf77 47%, #ffca0c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #ffc700 0%,#ffdf77 47%,#ffca0c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #ffc700 0%,#ffdf77 47%,#ffca0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffca0c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



#site-header #logo img {
	max-height: 200px;
	width: auto;
}


#site-navigation {
	text-transform: uppercase;
	color: #8c7b3d;
}

#site-navigation a {
	color: #8c7b3d;
	display: inline-block;
	padding: 0 2em;
	text-decoration: none;
	font-size: 0.85em;
}

#site-navigation a:hover {
	color: #000;
}

#site-navigation a.current {
	color: #000;
}





.mobile-nav-toggle {
    position: relative;
    z-index: 30;
	margin: 0 auto;
    padding: 0;
    line-height: 16px;
    cursor: pointer;
    user-select: none;
    width: 22px;
    height: 22px;
    display: none;
    margin-top: -20px;
}

.mobile-nav-toggle .top-bar, 
.mobile-nav-toggle .middle-bar,
.mobile-nav-toggle .bottom-bar {
    width: 22px;
    height: 2px;
    background-color: #8c7b3d;
    transform-origin: 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    transition: 0.1s ease-out;
}

.mobile-nav-toggle .middle-bar {
    top: 7px;
}

.mobile-nav-toggle .bottom-bar {
    top: 14px;
}

.mobile-nav-toggle.toggled-on .top-bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.mobile-nav-toggle.toggled-on .middle-bar {
	opacity: 0;
}
.mobile-nav-toggle.toggled-on .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
}




#intro {
	padding: 0 0 100px 0;
	text-align: center;
	border-bottom: 1px solid #DDD;
}

@media only screen and (max-width: 1000px) {
	#intro {
		padding: 50px 0;
	}
}

.webby {
	width: 130px;
	margin: 0 auto;
	padding-top: 30px;
}


#main_content {
	margin-top: 100px;
}


#main_content h2 {
	margin-top: 50px;
}




.podcast_thumbnail {
	float: left;
	width: 200px;
	height: auto;
	margin-right: 20px;
}


.podcast_container audio {
	width: 90%;
	margin-top: 20px;
	border-radius: 0;
}


.podcast_container {
	margin-bottom: 100px;
}


.podcast_date {
	font-size: 0.8em;
	margin-top: 20px;
	color: #999;
}


.featured_podcast {
	max-width: 600px;
	margin: 0 auto;
}


img {
	max-width: 100%;
	height: auto;
}



.social {
	font-size: 1.5em;
	padding-right: 0.3em;
}



#mc_embed_signup {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 25px 0 0 0;
	margin: 25px 0;
}





.expandMe {
	height: 1px;
	overflow: hidden;
	opacity: 0;
	transform: 0.3s;
}

.expandMe.expanded {
	height: auto;
	opacity: 1;
}





form div {
	margin-bottom: 1em;
}

form {
	width: 800px;
	max-width: 100%;
}

form input {
	padding: 1em;
	color: #8c7b3d;
	border: 1px solid #999;;
}

form textarea {
	padding: 1em;
	color: #8c7b3d;
	height: 5em;
	border: none;
}

form input[type="submit"],
button#supercast-purchase {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	text-transform: uppercase;
	color: #8c7b3d;
	font-weight: bold;
	border-radius: 5px;
	transition: 0.3s;
	padding: 1em;
	width: 100%;
	border: none;
	background-color: #ffd640;
}

form input[type="submit"]:hover,
form#mc-embedded-subscribe-form input[type="submit"]:hover,
button#supercast-purchase:hover {
	background-color: #009380;
	border-radius: 20px;
	color: #FFF;
}


.body_copy {
	color: #ccc;
	padding-bottom: 100px;
	line-height: 1.4em;
}

.skinny {
	width: 850px;
	margin: 0 auto;
	max-width: 100%;
}







h1 {
	font-size: 3em;
	font-weight: 200;
	color: #8c7b3d;
	text-align: center;	
	text-transform: uppercase;
	line-height: 1.2em;
}

h2 {
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.2em;
	color: #574d29;
}

strong {
	font-weight: 600;
}

a {
	color: #009380;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffd640;
}






hr {
	margin: 100px; 
	opacity: 0.3;
}






#tickets {
	background-image: url("images/home-hero.jpg");
	background-size: cover 100%;
	background-position: left center;
	background-repeat: repeat-x;
	color: #FFF;
	padding: 100px 10px;
	text-align: center;
}


.hero_content h2,
.hero_content p {
	width: 35em;
	max-width: 90%;
	margin: 0 auto;
	padding-bottom: 15px;
}


.ticket-dropdown {
	padding: 1em 2em 1em 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	position: relative;
	z-index: 1;
	background-color: #FFF;
}

.dropdown-container {
	display: inline;
	position: relative;
}

.dropdown-container::after {
	content: "\02193";
	width: 1.5em;
	height: 2.5em;
	background-color: #000;
	color: #ffd640;
	margin-right: 1em;
	display: block;
	position: absolute;
	right: -1em; 
	top: -0.5em;
	line-height: 2.5em;
	z-index: 2;
	pointer-events: none;
}

#tickets h1 {
	color: #ffd640;
	margin-bottom: 0.5em;
}

#tickets h2 {
	color: #FFF;
}

#tickets form {
	margin-top: 50px;
	text-align: center;
	width: 100%;
}

#tickets form input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	display: inline; 
	width: 15em;
}

#tickets form input[type="submit"]:hover {
	color: #FFF;
}

#tickets h2 {
	font-size: 1.7em;
}

.hero_content a {
	color: #ffd640;
}


.hero_content a:hover {
	color: #FFF;
}

@media only screen and (max-width: 800px) {
	.hero_content {
		padding-top: 125px;
	}
}


#season1 {
	margin-top: 100px;
}


.bio_photo {
	float: left;
	margin-right: 20px;
	width: 300px;
}



.story_container {
	display: block;
	width: 100%;
	clear: both;
	padding: 20px 0;
	border-bottom: 1px solid #DDD;
	transition: 0.3s;
	position: relative;
	padding-left: 0;
}

.story_container img {
	width: 200px; 
	float: left;
	margin-right: 30px;
}

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

	.story_container {
		text-align: center;
	}
	
	.story_container img {
		width: 200px; 
		float: none;
		margin: 0 auto;
	}

}

.story_container:hover {
	background-color: #EEE;
	padding-left: 20px;
}


.story_container h2,
.story_container h3 {
	color: #574d29;
}

.story_container:hover h2,
.story_container:hover h3 {
	color: #009380;
}


#main_content.story {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}

#main_content.story h2 {
	text-align: center;
}

#main_content.story img {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	max-width: 300px;
	min-width: 200px;
	height: auto;
}

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

	#main_content.story img {
		float: none;
		max-width: 80%;
		margin: 0 10%;
	}
	
	#main_content {
		width: 90%;
		margin: 0 5%;
	}


}



.story_bio {
	font-style: italic;
	padding-top: 30px;
	border-top: 1px solid #DDD;
	margin-top: 30px;
}

.story_bio i {
	font-style: normal;
}


.story_end {
	height: 50px;
}

.story_nav {
	width: 100%;;
	margin: 0 auto;
	padding: 1em 0;
}

.story_nav a {
	display: inline-block;
	width: 49%;
}

.story_nav #next_story {
	float: right;
	text-align: right;
}






@media only screen and (max-width: 1000px) {
	
	.bio_photo {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 50px;
	}

}

#footer {
	padding: 50px;
	margin-top: 50px;
	background-color: #ffd640;
}





@media only screen and (max-width: 1000px) {
	h1 {
	  font-size: 2.25em;
  	}

	.story {
		padding: 30px 0;
	}
	
	iframe {
		width: 90%;
	}
	
	.hero_slide {
		display: block;
		max-width: 90%;
		padding: 0 5%;
	}
	
	.publication {
		max-width:  80%;
		margin: 0 auto;
		position: relative;
	}

	.quotation {
		max-width: 80%;
		margin: 0 auto;
		position: relative;
	}

	#bio.home {
		min-height: auto;
		background-image: none;
		display: block;
		max-width: 90%;
		padding: 5%;
	}

	#site-navigation a {
		display: block;
		padding: 0.5em;
	}
	
	#site-navigation {
		display: none;
	}

	#site-navigation.show-mobile-nav {
		display: block;
	}
	
 	.mobile-nav-toggle {
	    display: block;
	}
	
	.no_mobile {
		display: none;
	}
 	
 	#timeline_container {
		height: 300px;
	}

}
