/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family:'Trade Gothic LT W01 Cond No-_1', Sans-Serif;
	background-color: grey;
}

h1 {
	font-family:'Trade Gothic LT W01 Bd Cn No-2', Sans-Serif;

	font-size: 40px;
	text-align: center;
	color: white;

	
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: black;
	
}

.contact {
	
    padding-top: 20px;
}

.contact ul {
	text-align: center;
}

.contact li {
	list-style: none;
		margin: 10px;
	display: inline-block;
}

.video-date {
	color: white;
	margin-top: 10px;
	font-size: 20px;
	}
header {
	margin-top: 20px;
}

/*
font-family:'Trade Gothic LT W01 Cn No-_18';
font-family:'Trade Gothic LT W01 Bd CnNo-20';
*/


.video-holder {
	width: 29%;
	margin: 2%;
	float: left;
}
.video-image img {
	width: 100%;
	height: auto;
	opacity: .5;
	
}

.video-still {
position: relative;
}

.video iframe {
}

.black {
	color: black;
}
.video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


#videos {
	clear: both;
}

#close {
	float: right;

}

#close img {
	width: 30px;
	height: auto:
		margin-top: 15px;
}
#about {
		display: none;

	width: 70%;
	margin: 3% 11%;
	background: white;
	padding: 4%;
}

#about h1 {
	color: black;
	font-family:'Trade Gothic LT W01 Bd Cn No-2';
	margin-bottom: 40px;
	font-size: 60px;
}

#about p {
    line-height: 33px;
    font-size: 26px;
    margin-bottom: 40px;
}
	
footer {
	text-align: center;
	color: white;
	margin-bottom: 50px;
	clear: both;
	
}

#about a {
	color: black;
	text-decoration: underline;
}	
	
@media only screen 
  and (max-width: 736px) 
 { 
	.video-holder {
		width: 100%;
		margin: 10% 0px;
		float: none;
	}
	
	h1 {
		font-size: 36px;
	
	}
	
	.video-date {
		margin-left: 5%;
	}
	
	#about {
		width: 82%;
		margin: 3% 3%;
		padding: 6%;
	}
	
	#about h1 {
		margin-bottom: 40px;
		font-size: 40px;
		margin-left: 0px;
		text-align: center;
	}
	
	#about p {
		line-height: 30px;
		font-size: 20px;
		margin-bottom: 40px;	
	}
	
	#close img {
		width: 20px;
		height: auto;
		margin-top: 10px;
	}	
}

@media screen 
  and (min-width: 736px) 
  and (max-width: 1100px) 
 { 
	  .video-holder {
		width: 46%;
		margin: 2%;
		float: left;
	}
}