.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

@media (min-width: 64em) {
	.navigation-footer {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: var(--space-6);
		padding: 0 12px
	}

	.navigation-footer li {
		margin-right: 15px;
		margin-bottom: 2px;
	}

	.navigation-footer a {
		color: inherit;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.02em;
		font-family: var(--font-display);
	}
	
	.navigation-footer a:hover {
		color: inherit;
		text-decoration: none;
	}
}

