/*  nehikers.css  */

body {
	font-family: "Helvetica", "Arial", Sans-serif;
	background: url(../img/background1.jpg);
	background-size: 100%;
}

h1 {
	font-size: 50px;
	width: 410px;
	padding: 10px 0 0 10px;
}

nav ul {
	border: 1px solid black;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #b5ccbf;
	font-size: 20px;
	text-align: center
}

li {
	display: inline-block;
	text-align: center;
	margin: 0 40px;
	padding: 0;
}

li a {
	color: black;
	text-decoration: none;
}

li a:hover {
	background-color: #67908c;
}

footer {
	background-color: #b5ccbf;
	margin-top: 30px;
	text-align: center;
}


/*  Class Selectors  */

.container {
	background-color: #b5ccbf;
	width: 989px;
	margin: 0 auto;
}

.active {
	background-color: #67908c;
}

.homepic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: 10px;
	
}

.homepicdescription {
	text-align: center;
	margin-top: 5px;
}

.bottomlist {
	font-size: 15px;
	margin-bottom: 5px;
}





