@charset "UTF-8";
/* CSS Document */


@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;

}

body {
	font-family: Verdana, Geneva, sans-serif;	
}

#container h1 {
	font-size: 60px;
	margin-bottom: 20px;
	font-family: "LeagueGothicRegular", Verdana, sans-serif;
}

p {
	margin: 10px 0;
	font-size: 20px;
}

ul.social {
	list-style: none;
}

ul.social li {
	display: inline-block;
}

.link-mx3 {
	margin-top: 50px;	
}

.link-fb {
	margin-top: 20px;	
}

.cta {
	text-transform: uppercase;
	color: #444;
	display: block;
	margin-top: 20px;
}

ul li a {
	min-width: 160px;
	display: inline-block;
}

.link-mx3 a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 10px;
	background: #a52400;
	background: -moz-linear-gradient(
		top,
		#b8563b 0%,
		#a52400);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b8563b),
		to(#a52400));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #8a1e00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
}

.link-mx3 a:hover {
	background: #b32700;
	background: -moz-linear-gradient(
		top,
		#c75b40 0%,
		#b32700);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#c75b40),
		to(#b32700));
}

.link-mx3 a:active,
.link-fb a:active {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3) inset, 0 2px 3px rgba(0, 0, 0, 0.2);
}

.link-fb a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 10px;
	background: #3b5898;
	background: -moz-linear-gradient(
		top,
		#6381bd 0%,
		#3b5898);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#6381bd),
		to(#3b5898));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #2f4a80;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
}

.link-fb a:hover {
	background: #4667a8;
	background: -moz-linear-gradient(
		top,
		#7290cc 0%,
		#4667a8);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#7290cc),
		to(#4667a8));	
}

.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}