.footer {
	padding: 30px 0;
	background-color: #8f98a3;
}
.footer .inner {
	display: flex;
	flex-direction: column;
}
.footer .footerLine {
	width:100%;
	min-height: 50px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer .footerText {
	color:white;
	padding: 5px;
}
.footerText a {
	text-decoration: none;
	color:white;
}
.footerSocials {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footerSocials a {
	width: 24px;
	height: 24px;
	background-size: cover;
	margin: 0 10px;
}
.footerSocials .facebook {
	background-image: url(../images/facebook-svgrepo-com.svg);
}
.footerSocials .instagram {
	background-image: url(../images/instagram-2-1-logo-svgrepo-com.svg);
}