/* General settings */
body, html {
    height: 100%;
    font-family: "Inconsolata", sans-serif;
}

header {
    height: auto;
}

.bgimg {
    width: 100%;
    min-width: 90%;
    height: auto;
    /* padding-top: 0.7em; */
    background-position: center;
    background-size: contain; /*cover;*/
    /* it doesn't work! no idea why not!
    background-image: url(./img/shop_front_1030x461.jpg);
    */
}  

.menu {
    display: none;
}

.shop-top-box {font-size: 1.5vw;}

.shop-top-box-small {display: none;}

.shop-padding {
    padding-top:64px;
    padding-bottom:32px;
}

.shop-name {
    font-size: 8vw;
    line-height: 0.9;
    padding-top: 50%;
    display: none;
}

.shop-green, .shop-tag {
    background-color: #006622;
}

.mySlides {display:none;}


/* --- eof --- */
