/* --------------------------------------------------------------------------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------------------------------------------------------------------------- */

#footer
{
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	background: url(../img/background/11.png);
	background-size: cover;
	background-position: bottom;
}

#footer div
{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#footer div#facebook
{
	background-image: url(../img/fb.png);
	background-position: left center;
	padding: 0.5rem 0 0.5rem 2.5rem;
}

#footer div p, #footer div a
{
	font-weight: 900;
	color: #FFF;
	text-shadow: #FFF 0px 0px 1rem;
}
