.navbar-default {
	background: #872e26 !important;
	color: white;
	background-repeat: repeat-x;
	border-radius: 0px;
	border: none;
	margin: 0px;
	z-index: 5;
}

.navbar-default .navbar-brand svg {
	height: 44px;
	width: auto;
	fill: white;
}

.navbar-default .navbar-brand svg:hover {
	height: 44px;
	width: auto;
	fill: lightgray;
}

.navbar-default a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.navbar-default a:hover {
	color: lightgray;
}

.navbar-default button {
	color: inherit;
}

.navbar-nav>li>.dropdown-menu {
	background: #872e26 !important;
	color: inherit;
}

.navbar li.level-one>a {
	font-size: 20px;
	font-weight: 300;
}

.navbar-default .main-logo {
	height: 44px;
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

.navbar-default .navbar-nav li ul li a:hover {
	color: black !important;
}

.navbar-default .user-menu .dropdown-toggle {
	padding: 7px;
}

/* User menu */
.user-menu img {
	border-radius: 50px;
	height: 36px;
	margin-right: 5px;
}