body {
	background-color: white;
}

.navbar-custom {
	background-color: #0072CE;
}

.nav-link {
	color: white !important;
}

.nav-link:hover {
	font-weight: bold !important;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 30px !important;
}

h1 {
	color: #0072CE;
}

h2, h3, h4, h5 {
	color: #0072CE;

}

p {
	color: #0072CE;
	line-height: 30px;
	font-size: 18px;
	}

a {
	color: #0072CE;

}

a:hover {
	color: #0072CE;
	font-size: bolder;
	text-decoration: underline;
}

/* a {
	text-decoration: underline;
} */
 
.logo {
    max-width: 160px;
}

.contact-info p {
	line-height: 10px !important;
}

.btn-primary {
	background-color: #0072CE !important;
	color: white !important;
	border-style: none !important;
}

