body
{
	background:black url('/images/Garrettsville-Watermill-on-Silver-Creek-After-Summer-Storm_DxO-BLUR.jpg') no-repeat top center;
	background-size: cover;	
	vertical-align:middle;
	text-align:center;
	font-family:"avenir next", "century gothic", helvetica, tahoma, arial, sans-serif;
}
div.tabled
{
	box-sizing:border-box;
	display:table;
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
div.head
{
	box-sizing:border-box;
	display:table-cell;
}
div.head img
{
	width:100%;
	height:auto;
}
div.links
{
	box-sizing:border-box;
	display:block;
	background:rgba(255,255,255,0);	
	border-radius:1em;
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
div.links a
{
	color:#ffffff;
	text-decoration:none;
	font-size: calc(1em + 1vw);
	text-shadow:2px 2px rgba(0,0,0,.5);
}
