body, html {
	font-family: 'Roboto', sans-serif;
	font-size: 18px !important;
}

a {
	color: #002f5b;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2.0rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.0rem;
}

/* .navbar-brand img {
	max-height: 75px;
} */

.hero {
	background: #002f5b;
	color: white;
	padding: 60px 0;
	text-align: center;
}

.section {
	padding: 30px 0;
}

.footer {
	background: #f8f9fa;
	padding: 30px 0;
	text-align: center;
}