.jumbotron {
	background-image: url("../img/front.jpg");
	color: white;
	min-height: 360px;
	margin-top: 0px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

nav {
	height: 7px;
}

.nav li:hover {
	color: black;
	background-color: #ff0000;
}

.navbar {
	color: black;
	background-color: #cc0000;
}

.navbar-nav>li>a {
    color: white !important;
}

.size1 {
	font-family: Serif, Times;
	font-size: 35px;
}

.size2 {
	font-family: Sans Serif, Arial;
	font-size: 18px;
}

footer {
	background-color: #cc0000;
}

.navbar-brand {
	margin-top: -10px;
}