body {
	margin: 0 auto;
	background-color: #eeeeee;
}

header {
	position: relative;
	width: 100%;
	height: 5em;
	background-color: #0b0b0a;
}

#logo {
	position: relative;
	background-image: url('../imgs/diemen_logo.png') ;
	background-repeat: no-repeat;
	width: 500px;
	height: 150px;
	margin-top: 0;
	margin-left: 66%;
	z-index: 5;
}

nav {
	position: static;
	width: 100%;
	background-color: #1b242d;
	height: 3em;
}

nav ul {
	margin: 0;
	padding-left: 0; 
}

nav ul li {
	display: inline-block;
	font-size: 30px;
	padding: 6px 55px;
	width: 5%;
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
}

nav ul li a {
	color: #f1f1f1;
	text-decoration: none;
	width: 200px;
	display: block;
	height: 36px;

}

nav ul li:hover {
	border-left: 2px solid #fdffe7;
	text-shadow: 5px 5px 2px #000;
	background-color: #b01527;
}

#hero {
	height: 500px;
}

.hero {
	width: 100%;
}

h1 {
	margin-top: 0;
}

h1 a {
	text-decoration: none;
	color: #000;
}

h1 a:hover {
	color: #b01527;
}

h3 {
	font-family: sans-serif;
	font-size: 36px;
	font-weight: lighter;
	color: #f1f1f1;
	background-color: #1b242d;
	width: 1098px;
	border-left: 30px solid #b01527;
	padding: 3px 0px 3px 10px;
}

ul li {
	list-style-type: none;
}

button {
	float: right;
	margin-right: 20px;
}

strong {
	font-family: sans-serif;
	color: #b01527;
}

em {
	font-style: normal;
	font-family: sans-serif;
	padding-top: 5px;
}

b {
	font-family: sans-serif;
}

iframe {
	padding: 10px 50px;
}

main {
	position: relative;
}

#container {
	width: 60%;
	height: 690px;
	/*background-color: gray;*/
	margin: auto;
	padding: 150px 0px 0px 120px; 
}

#container img {
	padding: 0px 20px;
}

#event-container {
	width: 60%;
	margin: auto;
	height: 690px;
	padding-top: 50px;
}

img.highhopes:hover {
	border-bottom: 10px solid #eeeeee;
}

img.relaxed:hover {
	border-bottom: 10px solid #eeeeee;
}

img.sounds:hover{
	border-bottom: 10px solid #eeeeee;	
}

#container img {
	width: 25%;
}

#scrollbox {
	width: 60%;
	height: 690px;
	margin: 30px 284px 0px;
	padding: 50px 0px 0px 190px;
	overflow: auto;
	background-color: #ffffff;
}

#scrollbox p {
	text-align: center;
	font-size: 24px;
	font-family: sans-serif;
	padding-right: 160px;
	margin: 0px 0px 38px;
	font-weight: bold;
	color: #1b242d;
}

aside {
	float: right;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	margin: 280px 100px 0px 0px;
	width: 45.5%;
	height: 150px;
	text-align: center;
	font-family:'Pacifico', cursive;
	font-size: 3.5em;
}

#top {
	width: 100%;
	background-color: #1b242d;
	color: #f1f1f1;
	height: 80px;
}

h2 {
	margin: 0px 0px;
	font-family: impact;
	font-size: 40px;
	padding: 20px;
	width: 500px;
	font-weight: normal;
}

span {
	float: right;
	clear: left;
	padding: 5px 50px 5px 5px;
}

i {
	padding:10px;
	color: #f1f1f1;
}

i:hover {
	color: #b01527;
}


#bottom p {
	margin: 0;
	padding: 11px 0px;
}

#bottom {
	background-color: #0b0b0a;
	color: #f1f1f1;
	font-family: sans-serif;
	height: 40px;
	text-align: center;
}

/*footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	clear: both;
}*/
