.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 64em) {
	.navigation-footer {
		column-width: 160px;
		line-height: 1.4;
	}	
}

.navigation-footer a {
	color: var(--gray-100);
    text-transform: uppercase;
    font-family: var(--font-display);
    font-size: var(--text-lg);
	letter-spacing: 1px;
	font-weight: 100;
	transition: text-decoration-color 300ms ease;
	text-decoration: underline rgba(0, 0, 0, 0) ;
}

.navigation-footer a:hover {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: var(--white);
	font-weight: 100;
}
