.bg-footer{
    background-color: #821710;
}
.bg-blue{
	background-color: #093F89FF;
}
.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;
}