.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 64em) {
	.navigation-footer {
		column-width: 160px;
		padding-top: 9%;
	}	
}

.navigation-footer a {
	color: inherit;
}

.navigation-footer a:hover {
	color: inherit;
	text-decoration: underline;
}

.panel-footer {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #231F20;
}
.panel-footer .logo-footer{
	margin-bottom: 20px;
}


