.wrapperDiv {
    width: 78vw;
    max-width: 1700px;
    margin: 0 auto;
}

.menuWrapperDiv {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
}

.toGoLink {
    line-height: 47px;
    width: 200px;
    background-color: #EEE7D4;
    font-family: 'futura book';
    color: #3D2A18 !important;
    font-size: 22px;
    padding: 0 15px;
    margin: 20px 0px 20px 20px;
    float: right;
    position: relative;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    user-select: none;
}
    .toGoLink.addMenuSection {
        width: unset;
        margin-right: 0px;
    }

    .toGoLink img {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    .toGoLink:hover, .toGoLink:focus {
        text-decoration: none;
        color: #3D2A18;
        background-color: #e2d6b6;
    }

    .toGoLink:focus {
        outline: 1px solid #e2d6b6;
    }

.pageTitle {
    font-family: 'futura bold';
    font-size: 50px;
    color: #3D2A18;
}

.hoursOfOperation {
    text-align: right;
    font-family: 'futura book';
    font-size: 18px;
    color: #3D2A18;
}

.generalDescription {
    font-family: 'futura book';
    font-size: 18px;
    color: #3D2A18;
    padding: 15px 0;
}

    .keeter-menu ul {
        list-style: none;
        padding: 0px 40px;
        margin: 0;
    }

    .keeter-menu li {
        margin: 60px 0;
    }

.menuSectionTitle {
    text-align: center;
    background-color: #EEE7D4;
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    margin-bottom: 16px;
}

    .menuSectionTitle img {
        padding: 0 15px;
    }

    .menuSectionTitle h3 {
        font-family: 'futura book';
        font-size: 40px;
        color: #3D2A18;
        margin: 0;
    }

.menuItemTitle, .menuItemPrice {
    font-family: 'futura book';
    font-size: 22px;
    color: #3D2A18;
    font-weight: bold;
}

.menuItemTitle {
    float: left;
    max-width: 70%;
}

.menuItemTitle a {
    background-color: #EEE7D4;
    font-size: 14px;
    color: #3D2A18;
    padding: 0.5em;
    text-decoration: none;
    font-family: 'futura bold';
    user-select: none;
    transition: background-color 0.15s;
}

.menuItemTitle a:hover {
    text-decoration: none;
    background-color: #EEE7D4;
    color: #3D2A18;
}

.menuItemPrice {
    float: right;
    margin-bottom: 0;
}

.menuItemDescription {
    clear: both;
    font-family: 'futura book';
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
}

.edit-buttons {
    display: table;
    width: 100%;
    margin-bottom: 60px !important;
    user-select: none;
}

.edit-buttons li {
    display: table-cell;
    text-align: center;
}

.edit-buttons li a {
    display: inline-block;
    background-color: #EEE7D4;
    color: #3D2A18;
    padding: 1em;
    text-decoration: none;
    font-family: 'futura bold';
    transition: background-color 0.3s;
}

.edit-buttons li a:hover {
    color: #3D2A18;
    background-color: #EEE7D4;
}

.kfcm-individual-menu-item {
    padding: 0 40px !important;
    margin: 15px 0 !important;
}

.kcfm-section-movement-button,
.kcfm-section-movement-button:visited {
    width: 100%;
    background-color: #EEE7D4;
    color: #3D2A18;
    padding: 0.3em;
    border: none;
    text-decoration: none;
    text-align: center;
    font-family: 'futura bold';
    transition: background-color 0.3s;
}

    .kcfm-section-movement-button:hover {
        background-color: #3D2A18;
        color: #EEE7D4;
        text-decoration: none;
        cursor: pointer;
    }

@media (max-width: 991px) {
    .hoursOfOperation {
        text-align: left;
    }

    .toGoLink {
        float: left;
        margin: 20px 15px 20px 0px;
    }
}

@media (max-width: 767px) {
    .pageTitle {
        font-size: 40px;
    }

    .menuSectionTitle h3 {
        font-size: 30px;
    }

    .toGoLink, .menuItemTitle, .menuItemPrice {
        font-size: 20px;
    }

    .hoursOfOperation, .generalDescription, .menuItemDescription {
        font-size: 16px;
    }

    .keeter-menu li {
        margin: 60px 15px 60px 15px;
    }
}

@media (max-width: 1199px) {
    .keeter-menu {
        overflow: hidden;
    }


        .keeter-menu ul {
            width: 80%;
            margin: 0 auto;
            padding: 0;
        }
}


@media (max-width: 991px) {
    .kfcm-individual-menu-item {
        padding: 0 15px !important;
        margin: 4px 0 !important;
    }

    .menuItemPrice {
        margin-bottom: 0;
    }
}