html {
    font-family: 'Karla', sans-serif;
    font-weight: 300;
    background-color: #231f20;
    color: #ffffff;
}

#header_logo img {
    max-width: 20rem;
}


.section {
    background-color: transparent;
    border: none;
}


.title {
    font-family: 'Karla', sans-serif;
    font-size: 2rem;
    text-align: center;
    background-color: transparent;
    color: #ffffff;
}
    .title.spanned {
        justify-content: center;
    }
        .title.spanned span {
            margin: 0;
            padding: 0;
        }
            .title.spanned span:nth-child(1) {
                flex: 0 1 auto;
                letter-spacing: -0.5pt;
            }
            .title.spanned span:nth-child(2) {
                flex: 1 0 auto;
                margin: 1.5rem 0.5rem 0rem 0.5rem;
                border-bottom: 1px dotted #dddddd;
            }
            .title.spanned span:nth-child(3) {
                font-size: 1.6rem;
                font-style: italic;
            }
            .title.spanned span::before {
                display: none;
            }
    @media (max-width: 420px) {
        .title.spanned {
            flex-flow: column wrap;
        }
        .title.spanned span:nth-child(2) {
            display: none;
        }
    }


.item {
    color: #ffffff;
}
.item_bottom > div:not(.item_icons_bottom) {
    margin: 0.5rem 0 0 0 !important;
    color: #cccccc;
}
.name,
.price {
    font-size: 1.3rem;
    font-weight: 300;
}
    .price_left {
        border-bottom: 1px dotted #ffffff;
    }


.item_icons_top i,
.item_icons_bottom i,
.legend_icons i {
    width: 1.4rem !important;
    height: 1.4rem !important;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}


.legend {
    background-color: transparent;
    border: none;
    font-size: 1rem;
}
    .legend_title {
        font-size: 1.3rem;
        font-variant: small-caps;
        /*text-transform: uppercase;*/
    }





.wine .name {
    font-size: 1.6rem;
    font-variant: small-caps;
    padding-top: 1rem;
}




footer {
    background-color: transparent;
    margin-top: 1rem;
    padding-top: 1rem;
}
#footer_social svg {
    fill: #dddddd;
}
#footer_social svg:hover {
    fill: #ffffff;
}




#back_to_top {
    fill: #ffffff;
}


.button {
    border: 1px solid #ffffff;
    background-color: #231f20;
    box-shadow: none;
    fill: #ffffff !important;
}
    .button:hover {
        background-color: rgba(64,64,64,0.8);
        box-shadow: 0px 0px 3px 1px #dddddd;
    }
    .button:active {
        background-color: rgba(45,45,45,0.8);
    }



.overlay {
     background-color: #231f20;
}
    .overlay a {
        border-color: #ffffff !important;
        color: #ffffff !important;
        background-color: transparent !important;
        font-weight: 300 !important;
    }
        .overlay a div {
            box-shadow: none;
            border: 1px solid #ffffff;
        }
