﻿
.main_footer {
    overflow: hidden;
}


footer {
    background-color:var(--app-active-color);
    width: 100%;
    margin: 0 auto;
    position: relative;
    color:#fff;
}

footer .app-footer-bg {
    background-image:url('/fileserver/sites/305/images/footer-drums.png');
    background-repeat: no-repeat;
    background-size:contain;
    background-position:center right;
    height:200px;
    display:flex; align-items:center;
}

footer a { color:#fff;}
footer a:hover { color:#fff; text-decoration:underline}

.app-copyright-container { border-top:solid 2px var(--app-primary-color)}

@media (max-width:767px) {
    footer .app-footer-bg {
        justify-content:center;
    }

    footer .footer-menus { text-align:center; }
}