* {
	margin:0;
	padding:0;
}

body {
	background:#b2a37f;
	text-align:center;
	min-width:320px;
}

p, ol, ul, table {
	margin-bottom:1em;
}

a {
	color:#d9d9d9;
	outline:none;
	text-decoration:none;
}

a:hover,
a:focus,
a:active {
	color:#b2a37f;
}

#wrapper {
	max-width:700px;
	padding:2em 1.5em;
	margin:auto;
	text-align:left;
	color:#d9d9d9;
	background:#00203e;
	min-height:100vh;
	box-sizing:border-box;
	line-height:1.4em;
	font-size:20px;
	font-family:'Open Sans',sans-serif;
	font-weight:300;
}

.site-title {
	position:absolute;
	top:-9999px;
	left:-9999px;
	text-indent:-9999px;
	font-size:0;
}

.site-logo {
	padding-bottom:20vh;
}

.site-logo a {
	display:block;
}

.site-logo img {
	width:100%;
	height:auto;
}

.part2 {
	padding-top:15vh;
	color:#b2a37f;
	letter-spacing:.025em;
	text-transform:lowercase;
}

.part2 .upper {
	text-transform:none;
}

.part3 {
	padding-top:5vh;
	text-align:right;
}

.part3 .stempel {
	width:200px;
	height:auto;
}
			
