footer.block-footer {
background-image: url(https://firefightingcenter.com/themes/9999/_images/bg-f-fire.jpg);
    background-color: var(--main-footer-color);
    background-size: cover;
}

.col-xs-12.col-sm-12.col-md-4.col-center {
    padding-left: 5%;
}

img.logo-footer {
    height: 60px;
    margin: auto;
    display: block;
    filter: brightness(0);
}

p.text-footer {
    padding: 15px 0 20px;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

.myButton {
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-weight: 200px;
    padding: 3px 10px;
    text-decoration: none;
}

.myButton:hover {
    background-color: #FFC300;
}

.myButton:active {
    position: relative;
    top: 2px;
}

#map {
    height: 260px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}