:root {
    --red-color: rgb(218,53,54);
    --gold-color: #D2AF5E;
}

.text-black{
    color:black;
    letter-spacing: 1px;
}
.text-red{
    color:var(--red-color);
    letter-spacing: 1px;
}
.text-gold{
    color:var(--gold-color);
    letter-spacing: 1px;
}


.menu-header {
    padding-top: 150px;
    background-color: black;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.menu-header h1 {
    color: white;
    padding-top: 100px;
}
.menu-header p{
    margin-bottom: 60px;
    color: var(--red-color);
}

.menu-category-title {
    font-family: 'Mate', serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: lighter;
    margin-top: 80px;
    color: var(--red-color);
}

.menu-category-title span {
    font-size: 3rem;
    letter-spacing: 2px;
}


.section-red .food-container,
.section-white .food-container{
    /*color:  #1D1D1B;*/
    color: black;
}

.section-red h4,
.section-red p,
.section-white h4,
.section-white p{
    /*color:  #1D1D1B;*/
    color: black;
}

.section-black .food-container{
    color:  white;
}

.section-red .menu-category-title{
    color: white;
}

.section-white .menu-category-title,
.section-black .menu-category-title{
    color: #E95236;
}

.food-container {
    padding-bottom: 25px;
}

.food-title{
    font-family: Mate, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    display: inline;
}

.food-title span{
    /*font-family: 'Mate', serif;*/
    font-size: 1.5rem;
    color: #1D1D1B;
}

.section-black .food-title{
    color: white;
}

.food-ingredients {
    margin-top:0 !important;
}

.special-food{
    background-color: #E95236;
    border-radius: 10px;
    margin: 25px auto 0;
    padding: 15px 60px;
}

.sb .container{
    padding-bottom: 50px;
}

.st .container{
    padding-top: 50px;
}

#mobile-ramen-img{ display: none; }

@media only screen and (max-device-width: 480px) {
    #desktop-ramen-img{ display: none; }
    #mobile-ramen-img{ display: block; }
}








.category-container{
    padding: 50px 10px;
}
.food-menu-item{
    margin-top: 17px;
    margin-bottom: 17px;
}
.food-menu-item .price{
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 2px;
    padding-bottom:2px;
}

.title-container{
    padding: 45px 0;
}

.menu-category-btn{
    background: none;
    border:none;
    padding-top: 8px;
    padding-bottom: 2px;
    margin: 10px 15px;
    font-family: Mate, sans-serif;
    cursor:pointer;
    color: #000000;
}

.menu-category-btn.active{
    border-bottom: 3px var(--red-color) solid;
}
@media (max-width: 768px){
    .menu-category-btn{
        display: block;
    }
}

#btn-to-top{display: none; !important;}

#index-btn{
    height: 45px;
    width: 45px;
    position: fixed;
    right: 20px;
    bottom: 35px;
    z-index: 10;
    border-radius: 50%;
    cursor: pointer;
    background: white;
    border-color: black;
    bottom: 75px;
}

#index-btn:focus, .menu-category-btn:focus, .close:focus{ outline: none; }

.filters-portfolio-info {
    padding-top:0;
    padding-bottom:0;
}

#language-select.form-control{
    margin-top:20px;
    padding: 0 15px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
    height: 40px;
    font-size: 18px;
    font-family: Mate, sans-serif;
}

#language-select.form-control:focus{
    box-shadow: none;
    border-color: var(--red-color);
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 90px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    max-width: 80%; /* Could be more or less, depending on screen size */
}

@media only screen and (min-width: 600px) {
    .modal-content {
        margin: 150px auto;
    }
}

#club-modal .modal-content{
    width: 600px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 18px;
    font-weight: bold;
    background: none;
    border:none;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.btn-gold{
    background-color: var(--gold-color);
    border-width: 0;
    color:white;
}

.btn-gold:hover, .btn-gold:active,  .btn-gold:focus{
    background-color: var(--gold-color);
    color:white;
}
