.button {
	margin: 1em .25em;
	padding: 1em 2em;
	border: solid 3px white;
	border-radius: 50px;
	background: #001966;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	display:inline-block;
}

h1 {
font-size: 300%;
}

div[class^="section-"]:not(.section-navi, .section-foot) {
	padding: 3em 22% 5em 22%;
	text-align: center;
}

.section-navi, .section-subs {
	color: #ffffff;
	background-color: #001966;
}

.navi img {
	max-height: 75px;
	margin: 1em;
}

.navi a {
	color: #ffffff;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin:.5em;
}

.section-hero {
	background: linear-gradient(180deg,rgba(222,219,205,0.9) 0%,rgba(222,219,205,0.9) 100%);
}

.section-foot {
	text-align: center;
	background: #2d2d2d;
	color: #666666;
}

.section-foot h4 {
	color: #2ea3f2;
}
.section-foot a {
	color: #666666;
}