body {
	background-color: #303740;
	

}

main {
	width: 90%;
	margin: auto;

}

header {
	background-color: #0597F2;
	font-family: inherit;
	font-size: 3em;
	position: relative;

}

header p {
	position: absolute;
	bottom: 5%;
	left: 5%;
	color: #AEBEBF;
}

video {
	width: 100%;
}

article {
	background-color: #AEBEBF;
	padding: 1%;
	font-size: 2em;


}

#gallery {
	width: 40%;
	background-color: #A67468;
	padding: 1%;
	float: right;
	margin-right: -10%;
	margin-left: 1%;

}

#gallery img {
	width: 49%;
}

#gallery p {
font-family: inherit;
font-size: 2em;
text-align: center;

}

#pullquote {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial;
	font-size: 1.75em;
	color: white;
	background-color: #A67468;
	width: 25%;
	float: left;
	padding-left: 2%;
	margin-left: -5%;
	margin-right: 2%;
	border: thin black solid;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

footer {
	background-color: #A67468;
	font-family: inherit;
	padding: 1%;
	font-size: .75em;


}