footer.block-footer {
    background-color: var(--main-footer-color);
    padding-top: 50px;text-align: center;
}

footer.block-footer2 {
    padding-top: 20px
}
.address {
    width: 100%;
}
.f-icon {
    position: relative;
    left: 8%;
}
img.logo-footer {
    filter: brightness(0);
    height: 80px;
    padding-bottom: 10px;
}

ul.list.widget-address {
    padding-top: 10px;
}

.block-footer2 {
    text-align: center;
    height: 90px;
    background-color: var(--main-bg-color);
}

.copyright {
    padding-top: 10px;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0.1em 0.1em 0.2em black
}

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

.myButton {
    color: white;
    display: inline;
    text-align: center;
    cursor: pointer;
    padding: 3px 10px;
    text-decoration: none;
    float: right;
}

.myButton:hover {
    background-color: #111111;
    color: #fff;
}

img.qr-code {
    width: 55%;
    padding-top: 20px;
}

h4.htitle {
    padding-left: 20px;
    padding-top: 40px;
}

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

.icon-box .icon i,
.social-icons.social-icons-rounded li a {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}


.social-icons ul {
    margin-bottom: 0;
    margin-top: 25px;
}

.social-icons ul li i {
    font-size: 3em;
    padding: 12px;
}

.suop--button_image {
    display: block;
}