body {
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
	background-color: white;
}
nav.navbar {
		background-color: #2864a0;
		color: #2864a0;
	min-height: 40px;
}
a.nav-link {
		color: #2864a0;
		font-weight: bold;
	white-space: nowrap;
}
a.dropdown-item {
		background-color: #FFFFFF;
		color: #2864a0;
		font-weight: bold;
	white-space: nowrap;
}
h1,h2,h3,h4,h5,h6 {
}
footer div.container {
		color: #000000;
}
footer a {
	text-decoration: underline;
}
