/* --------------------------------------------------------------------------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------------------------------------------------------------------------- */

#footer
{
	background-image: url(../img/background/main_nav.png);
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
	margin-bottom: 1rem;
	align-items: center;
	justify-content: center;
	padding: 1em 0 1em 0;
}

#footer #footer_facebook
{
	padding: 5px 0 5px 40px;
	background-image: url(../img/fb.png);
	background-position: left center;
}

#footer p, #footer p a
{
	color: #FFF;
}
