.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.PageType_Home #TopContentTwo {
    padding-top: 0;
    padding-bottom: 0;
}

/* quick forms */

.qf_form {
    width: 100% !important;
}

.qf_form .field_title label {
    font-weight: 400 !important;
    font-size: 16px !important;
    font-family: 'Roboto';
}

.qf_form .qf_field {
    display: flex !important;
    flex-direction: column;
}

.qf_form .qf_textbox,
.qf_form .qf_textarea {
    width: 100% !important;
}

.qf_submit {
    margin: 10px 0 !important;
    padding: 15px 35px !important;
    background-color: #96c05b !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

    .qf_submit:hover {
        background-color: #497210 !important;
        border: 0 !important;
        color: #fff !important;
        text-decoration: none;
    }

/* food menu */

        .menu-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .menu-section {
            margin-bottom: 30px;
        }
        .section-title {
            font-size: 1.4em;
            font-weight: bold;
            color: #2c5530;
            border-bottom: 2px solid #2c5530;
            padding-bottom: 5px;
            margin-bottom: 15px;
        }
        .menu-item {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 10px;
            padding-bottom: 8px;
        }
        .item-name {
            font-weight: bold;
            flex-grow: 1;
        }
        .item-description {
            font-style: italic;
            color: #666;
            font-size: 0.9em;
        }
        .item-price {
            font-weight: bold;
            color: #2c5530;
            margin-left: 10px;
        }
        .dotted-line {
            flex-grow: 1;
            border-bottom: 1px dotted #ccc;
            margin: 0 10px;
            height: 1px;
            margin-top: 10px;
        }

        


