footer {
    color: white;
    font-size: 13px;
}
footer .navbar-brand {
    
    margin-bottom: 20px !important;
    
}
.footer-icons {
    padding-bottom: 10px;
    font-size: 35px;
}

.footer-icons a {
    color: white;
}

.footer-icons a:visited {
    color: white;
}

.footer-icons i {
    padding-right: 10px;
}

.site-footer p {
    color: white;
}

.site-footer .nav-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 30px;
    margin-top: 10px;
}

.site-footer a {
        color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    /* padding-bottom: 10px; */
    display: inline-block;
}
.site-footer a:visited {
    color: white;
}