@charset "UTF-8";
/* CSS Document */

/* COLORS */
/* Dark Green - #547726 */
/* Light Green - #8cc63f */


header {
	width: 100%;
	background-color: #fff;
}

#header-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

nav {
	width: 100%;
	background-color: #000;
	border-bottom: 5px solid #8cc63f;
}

nav ul {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

nav li {
	display: inline-block;
}

nav a {
	color: #fff;
	text-decoration: none;
}

#banner {
	background-image: url("images/mt-kineo.jpg");
	width: 100%;
	height: 420px;
}

#banner-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#overlay {
	width: 300px;
	height: 300px;
	background-color: rgba(0, 0, 0, .6);
}

#overlay h1 {
	color: white;
	font-size: 50px;
	text-transform: uppercase;
}

#overlay p {
	color: white;
	font-size: 18px;
}