:root{
	--footerHeight: 200px;
}
footer{
	padding: 0;
	float: left;
	width: 100%;
	display: block;
	background-color:var(--themeTint-3);
	height:var(--footerHeight);
}

footer .jumbotron{
	padding:0;
	background-color:transparent;
	height: var(--footerHeight);
}

footer p{
	font-weight: 100 !important;
	line-height: 1.4em;
	font-size: 14px !important;
	margin: 0;
}

footer p a{
	color:currentColor;
}

footer .socialIcons{
	display:flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 15px 0;
}
footer .socialIcons a{}
footer .socialIcons a i{
    font-size: 47px;
}

footer .footerBottom{
	/* min-height: 130px; */
	margin-top: -2px;
}
footer .footerBottom .row {
	display:flex;
	align-items: center;
}
footer .footerBottom .row *{
	color: var(--themeGreen);
}
.footerContentHolder{
	display:flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}