BODY {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 1em !important;
}

H1 {
	font-size: 1.4em !important;
}

A {
	color: #ffffff !important;
	text-decoration: underline !important;
	font-weight: 600 !important;
}

H2 {
	font-size: 1.8em !important;
}

@media (min-width: 1200px) {
    .container{
        max-width: 800px !important;
    }
}


.bs-header-section {

	
	background-color: #002434;
	color: #ffffff;
}

.row-hero {
	min-height: 200px;
	background-color: #009fdf;
	color: #ffffff;
}

.hero-img {
	max-width: 350px;
}


.bs-content-section {
	font-size: 1.2em;
}


.bs-footer-section {
	background-color: #EAEAEA;
}

.bs-footer-section A {
	color: #009fdf !important;
}
