.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2px 10px;
	width: 250px;
	margin: 0 auto;
}

.navigation-footer li {
	line-height: var(--leading-snug);
}

.navigation-footer li a {
	color: #90b6d0;
	font-family: var(--font-body);
	font-size: 12px;
	text-transform: uppercase;
}

@media (min-width: 64em) {
	.navigation-footer {
		column-width: 160px;
	}	
}

.navigation-footer a {
	color: inherit;
}

.navigation-footer a:hover {
	color: inherit;
	text-decoration: underline;
}
