/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle {
    color: #fff !important;

}

.footer-container .container .row{
        display: flex;
    justify-content: space-around;
}