.mt0 {
	margin-top: 0rem;
}
.mt1 {
	margin-top: 1rem;
}
.mt1-5 {
	margin-top: 1.5rem;
}
.mt2 {
	margin-top: 2rem;
}
.mb0 {
	margin-bottom: 0rem;
}
.mb1 {
	margin-bottom: 1rem;
}
.mb1-5 {
	margin-bottom: 1.5rem;
}
.mb2 {
	margin-bottom: 2rem;
}

.lozenge {
	background: #A58746;
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-radius: 2rem;
	padding: .25rem 1.25rem;
	display: inline-block;
	letter-spacing: .15rem;
}

footer {
	padding: 3rem 0;
	background: #5C5758;
	color: #FFF;
}

footer a {
	color: #FFF;
}

footer .social a {
	margin-right: 1.5rem;
}

footer .footerLogo {
	max-width: 160px;
}