@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../fonts/League_Gothic-webfont.eot');
	src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/League_Gothic-webfont.woff') format('woff'),
	url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
	url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #77dff1;
	text-decoration: none;
}
h1 {
	text-transform: uppercase;
	color: #77dff1;
	font-family: LeagueGothicRegular;
	font-size: 35pt;
	font-weight: normal;
	text-shadow: 2px 2px 0px #000;
	padding: 0;
	margin-top: 1%;
}
h2 {
	text-transform: uppercase;
	color: #fff;
	font-family: LeagueGothicRegular;
	font-size: 28pt;
	font-weight: normal;
	text-shadow: 2px 2px 0px #000;
	padding: 22% 1% 0%;
	text-align:center;
	margin: 0;
}
h3 {
	text-transform: uppercase;
	color: #77dff1;
	font-family: LeagueGothicRegular;
	text-align:center;
	font-size: 28pt;
	font-weight: normal;
	text-shadow: 2px 2px 0px #000;
	margin: 15px 0 0;
}
p {
	color: #fff;
	margin: 0;
	font-size: 16px;
	text-shadow: 0 -2px 0 #000;
}
p.credit {
	font-size: 12px;
	margin-top: 40px;
	color: #ccc;
}
.hr {
	display: block;
	border: none;
	height: 2px;
	background: url(../images/divider.png);
}
/* coverr */
.video-container .title-container {
	z-index: 1000;
	position: absolute;
	top: 8%;
	width: 100%;
	/*height: 100%*/
	text-align: center;
}
/* end coverr */
