body {
	margin-top:80px;
}

.nav{
	font-size: 24px;
	color: white;
	text-transform: lowercase;
}

.navbar-brand {
	text-transform: lowercase;
	font-size: 24px;
	background-color: rgba(0,0,0, 0.75);
}

.navbar-inverse {
	color: white;
}

a {
	color: rgb(255,201,67);
}

a:hover  {
  color: white;
}

.nav>li>a:hover{
    text-decoration: none;
    background-color: transparent;
    color:white;
} 

.jumbotron {
	background-color: rgba(152,191,33, 0.75);
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.75em;
	color: black;
}