.navigation-footer {
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.navigation-footer .item a {
	color: var(--white);
	font-family: "proxima-nova", sans-serif;
	font-size: 12px;
	line-height: 34px;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin: 0px 10px;
}

.navigation-footer .item a:hover {
	color: var(--white);
	text-decoration: underline;
}

@media (min-width: 64em) {
	.navigation-footer {
		margin: 0 0 40px;
		flex-wrap: nowrap;
	}
}
