body {
	color: black;
}

/**
h2, h4, th {
	color: #6F4E37 !important;
}

.modular .features h2 {
	color: #6F4E37;
}
**/
 
.footer {
	color: white;
}

.logo > h3 {
	display: block;
	line-height: 3rem;
}

.footer .logo ul.social-icons {
	clear: both;
	float: left;
	padding-top: 1rem;
}

@media only all and (min-width: 60em) and (max-width: 74.938em) {
	.footer .logo .social-icons {
		padding-top: 0 !important;
	}
}

@media only all and (max-width: 47.938em) {
	.footer .logo .social-icons {
		padding-top: 1rem;
	}
}

