
html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	color:  #333;
	font: 20px "Garamond", "Times New Roman", serif;	
	font-weight: 300;
	line-height: 1.3;
	hyphens: auto;	
	background: url("images/bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}



h1{
	font-style: italic;
	width: 90%;
	max-width: 960px;
	margin: 0px auto 50px auto;
	padding-top: 90px;
	font-size: 60px;
	text-align: center;
	line-height: 1.1;
	text-wrap: balance;
}


p{
	margin: 30px auto;
	width: 90%;
	max-width: 800px;
	text-align: center;
	text-wrap: balance;
}

a{
	color:  #333;

}
