footer.footer {
    background-color: #180E04;
    color: white;
}

footer .region-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

footer .region-footer a {
    color: white;
}

#block-bootstrap-footerlogo .field--name-body {
    display: flex;
    justify-content: space-between;
    max-width: 200px;
}

#block-bootstrap-copyright {
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

#block-bootstrap-footerleft a:hover,
#block-bootstrap-footerright a:hover {
    color: #180E04;
}
