/******  MOBILE HEADER  *****/

.nav_mob_container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
}

#mob_cat_btn {
    margin-right: auto;
    font-weight: bold;
    background-color: #a38155;
    border-color: #a38133;
    color: white;
    font-size: 1.05em;
}

.mob_menu_icon {
    margin-left: 10px;
}
.icon_scale { font-size: 1.35em; }

.btn_burger {
    background-color: #a38155;
    border-color: #a38133;
    color: white;
}

.mob_logo {
    top: 38px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.hero_mob {
    background: #2D2626;
    background: -webkit-linear-gradient(top, #2D2626, #302A22);
    background: -moz-linear-gradient(top, #2D2626, #302A22);
    background: linear-gradient(to bottom, #2D2626, #302A22);
    background-image: url(/local/templates/mezonin_may2022/img/mob_bg_01_dark.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    color: white;
}

.hero_mob_content {
    margin-top: 80px;
    font-size: 20px;
}

.modal .nav-link { color:#895717; }
/******  /MOBILE HEADER  *****/