.navbar {
	position: fixed;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	width: 100%;
}
.navbar-inverse {
	background-color: black;
	border-color: none;
	border: none;
	border-radius: none;
	z-index: 1;
}