body,
html {
  width: 100%;
  height: 100%;
  background: #efefef;
 }

a:hover {
	color: #004673;
}
	
	nav {
		font-size: 1.3em;
	}

.text-gray, .text-grey {
	color: #d0d0d0
}

a:hover.nav-link {
	color: #b33333 !important;
}