

html { height: 100vh; } 
body { background: #fff; background-size: cover; padding: 20px; 
	font-family: 'Open Sans', sans-serif; font-weight: 300; }
img#logo { display: block; max-width: 100%; margin: 30px auto; }
#contact { display: block; width: 100%; text-align: center; color: #3e3200; }
#content { display: block; }
h2 { font-weight: normal; font-family: 'ikaros_sans_regularregular', ikaros_sans_regularregular, sans-serif; font-size: 2em; padding: 0; margin: 0; line-height: 1.2em; color: #3e3200;  margin: 0 auto; }
	a { color: #3e3200; text-decoration: none; }
strong { font-size: 150%; font-weight: 700; display: inline-block; }

@media screen and (min-width: 840px) {
	body {  }
	strong {  }
	img#logo { margin: 30px auto; position: absolute; top: 50%; left: 50%; margin-top: -300px; margin-left: -450px; /* 450 x 543 */ }
	#contact { position: absolute; top: 50%; left: 50%; margin-top: -100px; margin-left: 50px; text-align: left; max-width: 550px; }
}