header {
background:url("../img/topmenubg.jpg") center top no-repeat;
	background-size:cover;
	padding-bottom:13px;
	height:auto;
}
.center {
	margin-left:auto;
	margin-right:auto;
}
article {
	width:80%;
	padding-bottom:35px;
}
article h1, article h2, article h3, article h4 {
	text-align:center;
	font-family: 'Gotham Pro';
	margin-bottom:1.5em;
	margin-top:1.5em;
}
article h1 {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	color:#230e12;
	text-shadow: none;
}
article h4 {
	margin-bottom:1em;
}

@media screen and (max-width:790px) {
	article {
	width:100%;
	}
	article h1 {
		width:100%;
		font-size:35px;
		line-height:1.3em;

	}
}