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

html { 
  background: url(images/bkgd.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
	font-family: 'bebas_neueregular', Arial, sans-serif;
	color: #e72b66;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	text-align: left;
	padding: 60px;
	padding-bottom: 0px;
	margin: 0px;
}

h2 {
	font-family: 'bebas_neueregular', Arial, sans-serif;
	color: #ffffff;
	font-size: 24px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	padding: 60px;
	padding-bottom: 0px;
	margin: 0px;
}

p {
	font-family: 'ClarendonLTStd', Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	padding: 60px;
	padding-bottom: 0px;
	margin: 0px;
}

p a:link { color: #e72b66; text-decoration: none; }

p a:visited { color: #e72b66; text-decoration: none; }

p a:hover { color: #e72b66; text-decoration: underline; }


hr {
	color: #e72b66;
	background-color: #e72b66;
	height: 2px;
	border:none;
	margin: 0px;
	margin-top: 40px;
	padding: 0px;
	text-align:center;
}




@font-face {
    font-family: 'bebas_neueregular';
    src: url(' fonts/BebasNeue-webfont.eot');
    src: url(' fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url(' fonts/BebasNeue-webfont.woff') format('woff'),
         url(' fonts/BebasNeue-webfont.ttf') format('truetype'),
         url(' fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face
{
    font-family: 'ClarendonLTStd';
    src: url(' fonts/28CF88_1_0.eot');
    src: url(' fonts/28CF88_1_0.eot?#iefix') format('embedded-opentype'),
         url(' fonts/28CF88_1_0.woff') format('woff'),
         url(' fonts/28CF88_1_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'ClarendonLTStd-Bold';
    src: url(' fonts/28CF88_2_0.eot');
    src: url(' fonts/28CF88_2_0.eot?#iefix') format('embedded-opentype'),
         url(' fonts/28CF88_2_0.woff') format('woff'),
         url(' fonts/28CF88_2_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
