body {
	margin-top: 125px; /* adjust this if the height of the menu bar changes */
}

.navbar {
	background-color: #404040; /* 0099CC; */
}

.navbar-nav > li > a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
}
.nav {
	margin-top: 28px; /* this is a faux center fix for the nav options - adjust this if you wish to change the logo height or the font of the menu items */
}

footer {
	padding: 30px 0;	
}
