nav span {
    z-index: 1;
}

#menu-placeholder div nav {
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.25em;
}

#menu-placeholder div nav:hover {
    color: rgba(210, 34, 52 , 1);
}

#menus nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#menus nav a {
    text-transform: uppercase;
    cursor: pointer;
    font-size:0.6em;
}

#menus div {
    display: block;
    line-height: normal;
}
.arrow {
    float: right;
    position: relative;
    top: -7px;
}

aside {
    float: right;
    width: 10%;
    height: 10%;
}

section {
    display: inline-block;
    letter-spacing: 0.25px;
}

section span {
    display: block;
}

small {
    display: block;
    font-size: 0.5em;
    margin-bottom: 4%;
    font-weight: 300;
    letter-spacing: 1px;
}

article {
    display: inline-block;
    font-size: 0.5em;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.price {
    float: right;
}

.description {
    display: inline-block;
    font-size: 0.4em;
    letter-spacing: 1.5px;
    width: 70%;
    margin-bottom: 1%;
}

ul {
    display: inline-block;
    margin: 0 0 4%;
    font-size: 0.4em;
    list-style-type: none;
    width: 67%;
    padding-left: 3%;
    line-height: 200%;
}
.menu-section {
    border-bottom: 3px solid black;
}
.menu-items {
    display: none;
    margin-bottom: 4%;
    margin-top: 0.2em;
    border: none;
    width: -webkit-fill-available;
}

.category {
    display: block;
    text-transform: uppercase;
    margin-bottom: 0.4em;
    clear: both;
}
.dish {
    font-size: 1em;
}
.main-dish {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 20px;
    /* background-color: blue; */
}
.main-dish:not(:first-child) {
    margin-top: 0.7em;
}
.img-prc {
    float: right;
}
.dish-price {
    /* font-size: 1.25em; */
    /* background-color: red; */
    /* font-weight: 400; */
    /* margin-top: 7px; */
    line-height: 1.85em;
    font-size: 0.70em;
    vertical-align: bottom;
    display: inline-block;
}
.dish-description {
    font-size: 0.75em;
    /* background-color: green; */
    margin-bottom: 5px;
    display: block;
}
.category:not(:first-child) {
    margin-top: 1.5em;
}
.served-with, .served-with-label {
    display: block;
    font-size: 0.65em;
    padding-left: 2em;
}
.served-with-label {
    font-weight: 800;
}
.dish-image {
    display: inline-block;
    width: 190px;
    margin: 15px 0 0.5em 0.5em;
}
.dish-placeholder {
    display: block;
    border: 0;
    margin-bottom: 1.5em;
    margin-bottom: 0.35em;
    clear: both;
}
.dish-notes{
    font-size: 0.55em;
    font-style: italic;
     /* background-color: green; */
    margin-bottom: 5px;
    display: block;
 }
div.dish-placeholder .served-with:last-of-type(){
    background-color: red;
}
@media only screen and (max-width: 670px){
    .menu-image {
        display: block;
        width: 100%;
        margin-bottom: 2%;
    }
    section {
        font-size: 1.25em;
        margin-bottom: 5%;
    }

    article {
        font-size: 0.4em;
    }

    .description, ul {
        display: block;
        width: 100%;
        font-size: 0.3em;
    }

    .menu-items {
        margin-bottom: 0.5em;
    }

    #menu-placeholder div nav {
        text-transform: uppercase;
        cursor: pointer;
        font-weight: 400;
        font-size: 1.25em;
    }

    #menu-placeholder div nav:hover {
        color: black;
    }
    .main-dish {
        font-size: 0.75em;
    }
}