body {
	line-height: 1.8em;
	font-size: 1.1rem;
}

h1, h2, h3, h4, h5, h6 {
	color: #015996;
	font-family: 'Merriweather', serif;
}

h5, h6 {
	font-family: 'Rubik', sans-serif;
}

a {
	color: #8a000b;
	transition: all .3s ease-in-out;
}

a:hover {
    color: #e60e1e;
    text-decoration: none;
}

#mainContent {
	/*padding: 10px 0;*/
	padding-bottom: 40px;
}

header {
	padding: 10px 0;
	box-shadow: 1px 0 2px 0px rgba(152, 152, 152, 0.77);
}

.header-image {
	height: 75px;
}

footer {
	padding: 20px 0;
	background-color: #004677;
	color: #fff;
	font-size: 16px;
}

/* Responsive */
@media (max-width: 575px) {
	.header-image {
		height: 60px;
	}	
}