.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation-footer a {
	font-family: var(--font-body);
	font-size: var(--text-sm);
	font-weight: 600;
	line-height: calc(31/14);
	letter-spacing: 0.035em;
	color: var(--white);
	text-transform: uppercase;
	text-decoration: none;
}

.navigation-footer a:hover {
	color: var(--white);
	text-decoration: none;
	background-color: transparent;
}

@media (min-width: 64em) {
	.navigation-footer a { line-height: calc(28/14); }	
}
