@import url("localboot.css");

/* Branding */
@media (max-width: 767px) {
	#navbar {
		height: 0;
		overflow: hidden;
	}
	#navbar:target {
		height: auto;
	}
}
.navbar {
	background-color: #6197d6;
	background-image: linear-gradient(to right, #000080, #6197d6);
	border-width: 0 0 1em;
	border-color: #e49200;
	border-radius: 0;
}
.navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover, .navbar .navbar-brand, .navbar .navbar-brand, .navbar .navbar-brand {
	background-color: inherit !important;
	color: white !important;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
	font-weight: bold;
}
.navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover {
	background-color: inherit !important;
	color: white !important;
}
.navbar .navbar-toggle .icon-bar {
	background-color: white;
}
