body, p {
	font-family: "Open Sans", sans-serif;
	font-weight: 300 !important;
}

.brand {
	font-family: "Open Sans", sans-serif;
	font-weight: 300 !important;
}

.heads {
	position: fixed;
	width: 100%;
	background: url('/assets/img/herrandmister-bg.png') no-repeat fixed bottom center;
	bottom: 0px;
	height: 520px;
	z-index: 5;
}

#bottom-nav {
	position:fixed;
	bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
	z-index: 1000;
	height: 24px;
	padding: 18px 0;
	line-height: 95%;
}

#masthead {
	position: absolute;
	top: 6px;
	width: 100%;
	background: white;
	text-align: center;
	z-index: 750;
}

#masthead h1 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300 !important;
}

.narrow-content {
	position: relative;
	background: transparent;
	width: 508px;
	z-index: 500;
	margin: 0 auto;
	padding: 36px;
	margin-bottom: 16px;
}

.bubble {
	margin: 16px;
	position: relative;
}

.bubble-arrow {
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
}

.herr .bubble-arrow {
	border-right: 9px solid #F6CCDA;
	left: -8px;
	top: 16px;
}

.mister .bubble-arrow {
	border-left: 9px solid #BDFCC9;
	right: -8px;
	top: 16px;
}

.bubble-content {
	margin: 22px 0;
	padding: 16px 16px 8px;	
	position: relative;
}

.herr .bubble-content {
	margin-right: 24px;
	background: #F6CCDA;
	border-radius: 5px;
	border: 1px solid #F6CCDA;
}

.mister .bubble-content {
	margin-left: 24px;
	background: #BDFCC9;
	border-radius: 5px;
	border: 1px solid #BDFCC9;
}

#about, #contact {
	display: none;
}

a.selected {
	font-weight: bold;
}