body.bg {
	background: beige;
}
body.login-page {
	background: beige;
}
.navbar-default {
	background: rgb(50,63,89);
}
.navbar-default .nav li a {
	color: white;
}
.blue-bg {
	background: rgb(50,63,89);
}
.beige-bg {
	background: beige !important;
}
.text-white {
	color: white !important;
}
.text-black {
	color: black !important;
}
.text-blue {
	color: rgb(50,63,89) !important;
}
.text-red {
	color: red !important;
}
header.alt-4 {
	background: rgb(50,63,89);
}
section#contact {
	background: rgb(50,63,89);
}
section#home {
	background: rgb(50,63,89);
	margin-top: 0;
	padding-top: 20px;
}
.alt-logo {
	color: white;
	font-size: 30px;
	font-weight: bolder;
	text-decoration: none;
}
.alt-logo:hover {
	color: white;
	text-decoration: none;
}