body{
margin: 0;
background-color: rgb(30, 30, 30);

}
#banner{
	width: 100%;
	height: 175px;
	background-color: rgb(35, 35, 35);
}
#banner h1{
	font-family: "Bebas Neue", sans-serif;
	color: white;
	margin: 0;
	padding-top: 20px;
	text-align: center;
	font-size: 50px;
}
#menu{
	text-align: center;
	margin-top: 25px;

}
#menu a{
	text-decoration: none;
	font-family: 'Big Shoulders Display';
	font-size: 30px;

	margin-left: 80px;
}
#menu ul li{
	display: inline;
}

#footer{
	background-color: rgb(35, 35, 35);
	width: 100%;
	height: 300px;
}
#clear{
	clear: both;
}








/* font-family: "Bebas Neue", sans-serif; 
font-family: 'Big Shoulders Display';*/