/* ---------- Footer ---------- */

.footer {
	background: var(--green-dark);
	color: white;
	padding: 5rem 0 2rem;
}

.footer-title {
	font-family: "Fraunces", serif;
	margin-bottom: 1rem;
}

.footer-heading {
	margin-bottom: 1rem;
	font-weight: 600;
}

.footer-text {
	opacity: .8;
	line-height: 1.8;
}

.footer-links li,
.footer-contact li {
	margin-bottom: .75rem;
}

.footer a {
	color: white;
	text-decoration: none;
	transition: color .2s;
}

.footer a:hover {
	color: var(--gold);
}

.footer-divider {
	opacity: .15;
	margin: 3rem 0 2rem;
}
