header {
	position: relative;
	text-align: center;
	z-index: 2;
}

nav {
	font-size: 0;
}

nav a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 12px 30px;
}

.responsive_menu {
	position: absolute;
	top: -1em;
	right: 0;
	overflow: hidden;
	margin-right: 10px;
	text-align: right;
	z-index: 1;
}

.responsive_menu ul {
	list-style-type: none;
	text-align: left;
	margin: auto;
	padding: 0;
}

.responsive_menu a {
	display: block;
	font-size: 18px;
	text-decoration: none;
	padding: 6px;
}

.contents {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.bkgnd {
	margin-top: -12px;
}

.whitespace {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 12px;
	background-color: white;
}

.user_log {
	top: 12px;
}

#site_title {
	font-size: 42px;
	line-height: 1.2em;
	letter-spacing: 2px;
	padding-top: 28px;
	padding-bottom: 28px;
	text-shadow: -2px 2px 0 white, 2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white;
}

#site_title_container {
	overflow: hidden;
}

#top_bar, #bottom_bar {
	display: none;
}

#logo {
	width: 100%;
	border-bottom: 18px solid transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

@media only screen and (min-width: 1200px) {
	#site_title {float: left;}
	#logo {width: 350px; margin-left: auto; margin-bottom: -36px;}
}

@media only screen and (min-width: 900px) {
	header {text-align: left; margin-left: 14%; margin-right: 14%;}
	.nav_menu {display: inline; white-space: nowrap;}
	.contents {width: 72%; background-color: white; margin-left: auto; margin-right: auto;}
	.bkgnd {margin-top: 0; background-attachment: fixed; background-position: center;}
	.user_log {display: inline-block;}
	.mobile_settings {display: none;}
	#site_title {font-size: 60px; margin-left: 2px; padding-top: 36px; padding-bottom: 36px;}
	#top_bar {display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; height: 300px;}
	#bottom_bar {display: block; position: absolute; top: -120px; bottom: 0; left: 0; right: 0; height: 150px; margin-left: auto; margin-right: auto; z-index: 0;}
	#w_top {position: absolute; top: 300px; left: 0; right: 0; z-index: 0;}
	#w_bottom {position: absolute; top: -132px; left: 0; right: 0; z-index: 0;}
	#footer_text {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;}
}