body {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
	font-size: .8rem;
	color: #50596c;
	text-rendering: optimizeLegibility;
	background-color: #f3f1ee;
}

.bg-gray {
	background: #f3f1ee !important;
}

.header-dark.header-transparent #header:not(.scrolled) {
	background: #f3f1ee;
}

#header {
	font-size: .7rem;
	font-weight: 700;
	width: 100%;
	height: 4rem;
	color: #454d5d;
	border-bottom: 1px solid rgba(172,179,194,.2);
	background: #f3f1ee;
}

.header-dark #header:not(.scrolled) a.active {
	color: #50596c !important;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
	color: #009ee3 !important;
}

.h1, h1 {
	font-size: 3rem;
	color: #009ee3;
}

.header-dark #header:not(.scrolled) a {
	color: #50596c !important;
}

a {
	text-decoration: none;
	color: #009ee3;
	outline: 0;
}

#footer {
	padding: 1rem 1rem 0;
	text-align: center;
	color: #f3f1ee;
	background-color: #009ee3 !important;
}

.btn-primary.button, .btn.btn-primary {
    color: #fff;
    border-color: #0a96df;
    background: #0a96df;
}
