body
{
	padding: 0; 
	margin: 0;
	background-image: url('/images/gray-background-texture.jpg');
}


#hero_banner_text
{
	position: absolute; 
	top: 50%; 
	left: 50%;
	margin-top: -50px;
	width: 360px;
    text-align: center;
    margin-left: -180px;
}

#hero_banner_text > span:nth-of-type(1)
{
	color: white;
}

#hero_banner_text > span:nth-of-type(1) > span:nth-of-type(1)
{
	display: inline-block; 
	font-family: 'Oswald'; 
	font-size: 42px;
}

#hero_banner_text > span:nth-of-type(1) > span:nth-of-type(2)
{
	display: inline-block; 
	font-family: 'fairplex-wide'; 
	font-size: 18px; 
	line-height: 28px;
}


@media screen and (min-width: 1200px)
{
	#hero_banner_text
	{

		width: 476px; 
		margin-top: -50px;
		margin-left: -238px;
	}
	
	#hero_banner_text > span:nth-of-type(1) > span:nth-of-type(1)
	{
		font-size: 60px !important;
	}

	#hero_banner_text > span:nth-of-type(1) > span:nth-of-type(2)
	{
		font-size: 23px !important; 
		line-height: 33px !important;
	}
}	



/*
.content
{
	width:			900px;	
	padding-left:	50%;
	margin-left:	-450px;
}
*/