/*=============================================================================*/
/*					    	    Footer component		    				   */     
/*=============================================================================*/

footer .footer-links {
    background-color: inherit;
    border: none;
    padding: 0;
    margin: 0;
    color: black;
    text-decoration: none;
}
footer .footer-links:hover {
    color: white !important;
    background-color: rgb(225, 170, 116) !important;
    text-decoration: none;
}


.FDIC-logo {
    display: block;
    margin: auto;
}
.FDIC-logo {
    height: 3em;
}