/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 3, 2013 */
@font-face {
    font-family: 'avengeance_heroic_avengerBdIt';
    src: url('../fonts/avengeance_heroic_avenger_bi-webfont.eot');
    src: url('../fonts/avengeance_heroic_avenger_bi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avengeance_heroic_avenger_bi-webfont.woff') format('woff'),
         url('../fonts/avengeance_heroic_avenger_bi-webfont.ttf') format('truetype'),
         url('../fonts/avengeance_heroic_avenger_bi-webfont.svg#avengeance_heroic_avengerBdIt') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	color: #fff;
	font-size:100%;
	background-color: #212121;
}

h1{
	font-family: 'avengeance_heroic_avengerBdIt';
	font-size: 18rem;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-top:10%;
}
a:hover {
	outline: none;
}

.social {
	width:64px;
	padding-top:0;
	padding-bottom: 30px;
	margin:0 auto;
}
.social a {
	width:64px;
	height:64px;
	margin-right:20px;
}

.social img{	
	opacity: 0;
	margin-top:-50px;
}

p.lead {
	font-size: 1.5rem;
	font-family: 'Fauna One', serif;
	line-height:2.3rem;
	font-style: italic;
	font-weight: 400;
	color:#c1c1c1;
	margin:0 20%;
}


@media (max-width: 668px) {
	h1 {
		font-size: 10em;
	}	
	p.lead {
		margin:0 10%;
	}
}


@media (max-width: 420px) {
	h1 {
		font-size: 7em;
		padding-top: 5%;
	}

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