.bg-footer{
	background-color: #093F89FF;
}
.bg-green{
    background-color: #22B24CFF;
}
.footer-fab{
	color: white;
}
.text-black{
	color: black;
}
.icon-black{
	color: black;
}
.copyright{
	color: white;
	font-size: 11px;
}
.footer-header{
	font-size: 17px;
	color: white;
	margin-bottom: 0;
	font-weight: bold;
}
.footer-link{
	color: white;
	font-size: 15px;
	font-weight: 500;
}
.footer-fab:hover{
	color: rgba(255,255,255,.8);
	text-decoration: none;
}
.footer-nav:hover{
	color: rgba(255,255,255,.8);
	text-decoration: none;
}