div.wrap {
	width: 100%; 
}

#header-stripe {
	background-color: black;
	width: 100%;
	height: 60px;
}
#header {
	color: #d8dad5; 
	height: 60px;
	position: fixed;
	background-color: black;
	width: 100%;
	top: 0px;
}
h1 {
	font-weight: normal;
	font-size: 30px;
	margin: 0px;
	line-height: 60px;
	display: inline-block;
}
#tagline {
	display: none;
}

#menubutton {
	float: left;
	cursor: pointer;
}
#menubutton:hover {
	background-color: #303030;
}
#menu {
	display: none;
	background-color: black;
	position: fixed;
	top: 60px;
}

a.nav {
	color: #d8dad5;
	text-decoration: none;
	cursor: pointer;
	padding-left: 7px;
	display: block;
	width: 100%;
	font-size: 22px;
	line-height: 59px;
	border-top: 1px solid #d8dad5;
}
a.nav:hover {
	background-color: #303030;
}

#picture {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

#content {
	padding: 0px 7px;
	box-sizing: border-box;
}

#mindmap {
	width: 100%;
	height: auto;
}
