
/*--------------------------------------------------*/
/*	OVERRIDE
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*	GENERAL
/*--------------------------------------------------*/

footer {
	width: 100%;

	background: var(--footer);
	color: #FFFFFF;
}

/*--------------------------------------------------*/
/*	RESPONSIVE
/*--------------------------------------------------*/

/* Desktop */
/* 950px width + 220px header width + 30px padding */
@media screen and (min-width: 1200px) {
	footer {
/*
		padding: 15px calc(50% - 470px) !important;
*/
	}

	footer > * {
/*
		width: 50%;
*/
	}
}

/* Mobile */
/* 950px width + 220px header width + 30px padding */
@media screen and (max-width: 1200px) {
	footer {
/*
		padding: 15px;
		width: 100%;
*/
	}
}
