body{
	background-color: white !important;
	height: auto !important;
}

li.nav-item a.nav-link {
	color: white;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #00f8ff !important;
}

.sm-clean .nav-item>a:hover,
.sm-clean a:focus,
.sm-clean a:active,
.sm-clean a.active,
.sm-clean a.highlighted {
	color: #00f8ff !important;
	text-decoration: underline;
	text-underline-offset: 9px;
	text-decoration-thickness: 3px;
	font-weight: 400 !important;
}

.scrolled .nav-link.active,
.scrolled .nav-link.show {
	color: #003c77 !important;
}

.scrolled .nav-item>a:hover,
.scrolled a:focus,
.scrolled a:active,
.scrolled a.active,
.scrolled a.highlighted {
	color: #003c77 !important;
	border-bottom: 0px !important;
}



/* header */
#headset span,
.social-icons i {
	color: white;
}