/* ---------- Site Footer ---------- */
.site-footer {
	width: 100%;
	margin-top: auto;
	color: var(--isWhite);
	background-color: var(--isDarkGrey);
}
.site-footer-i {
	margin: 0 auto;
	padding: 1rem 2rem;
	max-width: var(--maxWidth);
}
.site-footer-c {
	display: flex;
	flex-wrap: wrap;
}

.site-footer a {
	display: flex;
	align-items: center;
}
.site-footer a span:first-child {
	margin-right: .5em;
}

/* ---------- Sub Footer ---------- */
.sub-footer {
	width: 100%;
}
.sub-footer-i {
	margin: 0 auto;
	padding: 1rem 2rem;
	max-width: var(--maxWidth);
}
.sub-footer-c {
	display: flex;
	flex-wrap: wrap;
}