
body {
	font-family: "Georgia", "Tahoma", 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

img {
	border: none;	
}

img.stretch {
	width: 100%;
	max-width:1240px;
	min-width:480px;
}

a {
	margin-left: 0 !important;
}

.masonry, #page, #promo {
	margin: 0 auto;
	display: block;
	text-align: center;
}

#promo {
	text-align: center;
}

#promo img {
	max-width: 100%;
}

#page {
	padding-bottom: 50px;
	width:100%;
	min-width: 480px;
}
		
#header {
	background-color: #FFF;
	width: 100%;
	margin: 0;
	padding: 50px 0 25px 0;
	z-index:1001;
	text-align: center;
}

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

a:hover {
	text-decoration: underline;
}

/* social buttons */

#nav .socials, #nav .socials li {
	display: inline-block;
	margin-bottom: -5px;
}

#nav .socials {
	margin: 0 10px 0 10px;
	padding: 0;
}

#nav .socials li a {
	display: block;
	text-indent: -9999px;
	background: url('../images/eit-social-sprite_black.png') no-repeat;
	width:28px;
	height: 28px;
	float: left;
	margin-right: 10px;
	opacity: .4;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#nav .socials li a:hover {
	opacity: 1;
}

#nav .socials li.facebook a {
	background-position: 0px 0px;
}

#nav .socials li.twitter a {
	background-position: 0px -50px;
}

#nav .socials li.tumblr a {
	background-position: 0px -100px;
}

#nav .socials li.vimeo a {
	background-position: 0px -150px;
}

#nav .socials li.youtube a {
	background-position: 0px -200px;
}

#nav .socials li.vine a {
	background-position: 0px -250px;
}

#nav .socials li.email a {
	background-position: 0px -300px;
}

p {
	padding: 20px 40px;
	text-align: left;
    /* font-family: "FilmotypeGiant"; */
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin: 0 auto;
	font-weight: normal;
	max-width: 1200px;
}

.stretch.button {
	margin: 3%;
	width: 94%;
	min-width: 400px;
}



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

	#header {
		padding: 20px 0 10px 0;
	}

	p {
		font-size: 20px;
		padding: 20px 40px;
	}
	
}

.videoWrapper {
	position: relative;
	padding-bottom: 53%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	width: 94%;
	margin: 0 auto;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

