footer {
    width: 100%;
    max-width: 100%;
    background: #1C4E91;
    color: white;
    font-weight: bold;
    width: 100%;    
}

footer .row {
    margin-right: 0;
}

footer .logo_mini {
    width: 30px;
    padding-left: 10px;
}

footer > div {
    padding: 0;
}

footer > div > div {
    margin-bottom: 10px;
    margin-top: 10px;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}

footer p {
    margin: 0;
}