body
{
    
	font-family: 'Lora', serif;
	background: url('images/holder.jpg') no-repeat no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

#content
{
	padding-top: 300px;
}

#content h1
{
	text-align: center;
	color:#fff;
	font-size: 80px;
}
@media only screen and (max-width: 1000px) 
{

	#content
	{
		padding-top: 100px;
	}

	#content h1
	{
		text-align: center;
		color:#fff;
		font-size: 30px;
	}
   
}

