

/*--------------------------------------------------------------
	Footer general
--------------------------------------------------------------*/

.main-footer {
	font-size: 16px;
	font-weight: normal;
}

.main-footer .section {
	padding-bottom: 0;
}

.footer-logo {
	max-width: 300px;
	width: 100%;
	margin-bottom: 20px;
}

.main-footer ul {
	list-style: none;
}

.dark .footer-logo-light {
	display: block;
}

.dark .footer-logo-dark {
	display: none;
}

.light .footer-logo-light {
	display: none;
}

.light .footer-logo-dark {
	display: block;
}

.credits {
	padding: 5px;
	text-align: center;
}

footer a {
	color: #fff !important;
	margin-bottom: 10px;
}

footer a:hover {
	color: #c3b397 !important
}