body {
	background-color: rgb(131, 146, 167);
	color: rgb(4,24,51);
}

a:hover {
	color: white;
}

.contrast_color, a {
	color: #EBEDEF;
}

.boldred {
	font-weight: bold;
	color: red;
	font-size: 1.5em;
	font-variant: small-caps;
}

#logo {

}

.nav-toggle {
	color: #041E3F;
	background: #EBEDEF;
}

.nav-toggle:hover {
	color: #041E3F;
}

.nav-collapse li {
	  background: rgba(4,24,51,.25);
}

#ethics_link {
	color: white;
}
