
body.start {
	background-color: white;
}
.coming-soon-wrapper {
    background-color: white;
}
.coming-soon-time {
	color: black;
	font-weight: 100;
}
.coming-soon-date {
	color: #787873;
}

.section.footer-bottom {
	background-color: #f5f5f0;
	border-top: 1px solid #e7e7e7;
}
.section.footer-bottom p, .section.footer-bottom a, .section.footer-bottom a:hover {
	background-color: #f5f5f0;
}

.selected-bg-color {
	color: white;
}
.selected-bg-color.section-page-text {
	color: black !important;
	background-color: white !important;
}
#nav.navbar .navbar-toggle {
	background-color: #787873;
}
#nav.navbar {
    background-color: white;
}


#nav.navbar-default .navbar-nav > li > a, #nav.navbar-default .dropdown-menu > li > a, #nav.navbar-default .dropdown-menu > li > ul > li > a {
	color: black;
}
a, a:hover {
	background-color: white;
}

@media (max-width: 991px) {
	#nav.navbar {
		background: none;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		background-color: white;
	}
}