.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation-footer a {
	color: inherit;
	font-family: var(--font-display);
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
	display: inline-block;
}

.navigation-footer a:hover {
	color: inherit;
	text-decoration: underline;
}

@media (min-width: 64em) {
	.navigation-footer {
		column-width: 160px;
	}

	.navigation-footer a {
		margin-bottom: 6px;
	}	
}
