
/* Merchants background img fix */
.merchants .merchants .merchant .background {
    width: 100%;
    object-fit: cover;
}
.fullwidth{
    width:100% !important;
    margin-bottom:10px;
}
.footerlink{
    font-size:2em;
}
.footerlink::before, .footerlink::after{
    content:"";
}
.skipcontent div{
    position:  fixed;
    display: none;
    visibility: hidden;
    top:30px;
    left:50%;
    transform: translate(-50%, 0);
    padding:20px;
    background-color:#FAF4EB;
    border:solid 4px #79201B;
    color:#79201B;
    z-index: 9999999;
}
.skipcontent:focus div, .skipcontent:active div{
    visibility: visible;
    display: block;
}
header.section{
    float:unset !important;
}
.sitemap{
    text-align: center;
    margin:5rem 0 3rem 0;
}
body.using-mouse .col.w3-12, body.using-mouse .col.w3-12 *, body.using-mouse .controls *{
    outline:none;
}
.controls{
    height:50px;
    width:50px;
    position: absolute;
    right:25px;
    bottom:25px;
    padding:5px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
.hidden{
    display:none;
}