html {
	font-family: arial;
}

h2, h3, h4, p, dl, ul, ol, h5, h6 {
	color: #002D52;
}

h2 {
	font-size: 1.5rem;
}
@media ( min-width : 992px) {
	h2 {
		font-size: 1.8rem;
	}
}

a, .btn-link {
	color:  #005E84;
}

a:hover, .btn-link:hover {
	text-decoration: none;
	color: #005E8491;
}

.bg-blue {
	background-color: #005E84;/*#006F95;/*#007B9B;/*#004378;*/
}

.bg-white-transparent {
	background-color: rgba(255,255,255, 0.75);
}

.nav-link, .color-white {
	color: rgba(255,255,255) !important;
}

.nav-link:hover {
	color: rgba(255,255,255, 0.75) !important;
}

footer p {
	color: white;
}