/*font-face {
  font-family: 'SF Shai Fontai';
  src: url("SF Shai Fontai.ttf") format("truetype");
}*/
@font-face {
  font-family: 'GeneralSans';
  src: url("GeneralSans.ttf") format("truetype");
}
@font-face {
  font-family: 'AnoStencil';
  src: url("AnoStencil.ttf") format("truetype");
}

html {
    font-family: 'GeneralSans', sans-serif;
    background-color: #fafafa;
    color: #202020; 
}

body {
    /*padding: 1rem 0.5rem;*/
}

header, main, footer {
    background-color: #fafafa;
    max-width: 100%;
    margin-bottom: 0;
}


#header_logo img {
    max-width: 23rem;
    margin: 2rem 0 0 0;
}


.section {
    background-color: transparent;
    border: none;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}


.title {
    /*font-family: 'GeneralSans', sans-serif;*/
    font-family: 'AnoStencil', sans-serif;
    font-size: 2rem;
    font-size: bold;
    text-align: center;
    /*text-decoration: underline;
    text-decoration-color: #c09843;
    text-decoration-thickness: 2px;*/
    background-color: transparent;
    color: #202020;
}
    .title i {
        font-size: 1.5rem;
        font-size: normal;
        padding-top: 0.3rem;
        padding-left: 0.5rem;
    }
    .title.spanned {
        justify-content: center;
    }


.item {
    color: #202020;
}
.item_bottom > div:not(.item_icons_bottom) {
    margin: 0.5rem 0 0 0 !important;
    color: #202020;
}
.name {
    font-weight: normal;
}
.price {
    font-weight: bold;
}
    .price_left {
        border-bottom: 1px dotted #404040;
    }

.name,
.price {
    font-size: 1.2rem;
    font-weight: 400;
}


.spanned span:not(:first-child)::before {
    border-color: #c09843;
}

.legend {
    font-size: 0.8rem;
    display: none !important;
}
.legend_title {
    font-size: 1rem;
}
.legend_iconsg i {
    margin-right: 0;
}



footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
    #footer_social svg {
        fill: #c09843;
    }
    #footer_social svg:hover {
        fill: #404040;
    }




#back_to_top {
    fill: #c09843;
}


.button {
    border: 1px solid #505050;
    background-color: rgba(192,152,67,1);
    box-shadow: none;
    fill: #fafafa !important;
}
    .button:hover {
        background-color: rgba(192,152,67,0.8);
        fill: #505050 !important;
    }
    .button:active {
        background-color: rgba(192,152,67,0.9);
    }



.overlay {
    background-color: #fafafa;
    background-image: url("logo.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 40% auto;
    background-position: center 95%;
}
    .overlay a {
        /*
        border-color: #c09843 !important;
        color: #202020 !important;
        background-color: rgba(255,255,255,0.2) !important;
        */
        border: none !important;
        background-color: transparent !important;
        color: #202020 !important;
        background-image: url("line_gold.png");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100%;
        background-position: bottom;
    }
        .overlay a:first-child {
            background-image: url("line_gold.png"), url("line_gold.png");
            background-repeat: no-repeat, no-repeat;
            background-attachment: scroll, scroll;
            background-size: 100%, 100%;
            background-position: top, bottom;
            padding-top: 2rem;
        }
        .overlay a .specials {
            background-color: #fafafa;
            border: 1px solid #c09843;
            padding: 0.2rem 3rem;
            color: #ffffff;
            font-size: 1.4rem;
        }
        .overlay a div {
            box-shadow: none;
            box-shadow: 0px 0px 5px 2px #aaaaaa;
        }
@media (min-width: 600px) {
    .overlay {
        background-size: 30%, cover;
    }
}
@media (min-width: 800px) {
    .overlay {
        background-size: 20%, cover;
    }
}


#menu a {
    font-family: 'AnoStencil', sans-serif;
    font-variant: small-caps;
    background-color: #fafafa !important;
}
#menu a.big_link {
    font-variant: normal;
    text-transform: uppercase;
}


.subsection {
    font-family: 'GeneralSans', sans-serif;
    text-decoration: underline;
    text-decoration-color: #c09843;
    text-decoration-thickness: 2px;
}
    .subsection {
        padding-top: 1.5rem;
        text-align: center;
    }
    .subsection i {
        font-size: 1rem;
    }
    .subsection .name {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
        justify-content: center !important;
    }
    .big {
        font-family: 'AnoStencil', sans-serif;
    }
        .big .name {
            font-size: 1.5rem;
        }


.wine_title_icon {
    margin-bottom: -2rem;
}


.shabu-shabu .title,
.omakase .title {
    font-family: AnoStencil, sans-serif;
    font-size: 2.3rem;
}
    .omakase .title span {
        background-image: url("omakase.png");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        background-position: 1rem center;
    }
    .shabu-shabu .title span {
        background-image: url("shabu-shabu.png");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        background-position: 1rem center;
    }

.tasting_desc {
    text-align: justify;
}

.tasting_item {
    font-family: 'GeneralSans', sans-serif;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.tasting_omakase .spanned {
    flex-flow: column nowrap !important;
}
    .tasting_omakase {
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        background-position: center;
    }
    .tasting_omakase_6 {
        background-image: url("jap_6.png");
    }
    .tasting_omakase_9 {
        background-image: url("jap_9.png");
    }
    .tasting_omakase_homenaje * {
        text-align: center;
    }
    .tasting_omakase_homenaje .tasting_omakase_row2 {
        font-size: 3rem !important;
        margin-bottom: 1.5rem;
    }
    .tasting_omakase_row1 {
        font-family: 'GeneralSans', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.5rem;
        color: #c09843;
    }
    .tasting_omakase_row2 {
        font-family: 'AnoStencil', serif;
        font-size: 4rem;
    }
    .tasting_omakase_row3 {
        font-family: 'GeneralSans', sans-serif;
        font-size: 1.4rem;
    }
    .tasting_omakase_row4 {
        font-family: 'GeneralSans', sans-serif;
        font-size: 1.1rem;
    }

.tasting_price {
    font-family: 'GeneralSans', sans-serif;
    font-weight: bold;
    background-color: #fafafa;
    border: 1px solid #c09843;
    color: #c09843;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 10rem;
}

.tasting_pairing {
    margin-top: -0.5rem;
}
    .tasting_pairing .name {
        font-weight: 600;
    }

.tasting_separator {
    border-top: 3px dotted #000000;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.tasting_details {
    font-family: inherit !important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
    .tasting_details * {
        font-size: 1.2rem;
        text-align: center;
    }

.tasting_margin {
    margin-top: 4rem;
}

.gold {
    border-color: #c09843;
}
.wide {
    width: 90%;
}


.bold, .bold * {
    font-weight: bold;
}

.extra .name {
    font-size: 1.1rem;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.allergens_info {
    border: 1px solid #c09843;
    border-radius: 4px;
    font-size: 1.1rem;
    font-style: italic;
}

.winesize .price {
    display: none !important;
}
.winesize .item_icons_top {
    justify-content: flex-end !important;
}
    .winesize .item_icons_top i {
        width: 1.5rem;
        margin-right: 1rem;
        margin-left: 0.8rem;
    }


.sakesize .price {
    display: none !important;
}
.sakesize .name {
    justify-content: flex-end !important;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: -0.1rem;
}



.i-bottle {
    background-image: url("bottle.png");
}
.i-glass {
    background-image: url("glass.png");
}
