/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	background-color: #f3f9f3;
}

.bg-secondary-color {
	background-color: #e3f1e3;
}

a.nav-link {
	color: gray;
}

a.nav-link:hover {
	text-decoration-line: underline;
	color: whitesmoke;
}