body {
    font-family: Arial, sans-serif, 'Lora';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 233, 233, .75))), url("../img/dumpster_background.png");
    background: linear-gradient(rgba(233, 233, 233, 0.75)), url("../img/dumpster_background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
    padding: 0;
}

header {
    background-color: #ccfe44;
    color: #000000;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h1 {
    margin: 0;
}

.navbarLogo {
    height: 125px;
    width: 125px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #000000;
}

#prohibitted1 {
    text-align: left;
}

.reserve {
    float: left;
    width: 100%;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
    resize: none;
}

.reserve-textfield {
    float: left;
    width: 100%;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
    resize: none;
}

form ul {
    text-align: center;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: #333;
        padding: 10px;
        border-radius: 5px;
    }

    .nav-links li {
        margin: 10px 0;
    }

    .nav-links li a {
        color: #fff;
    }

    .nav-links.active {
        display: flex;
        flex-direction: column;
    }
}

.container-about-us,
.container-contact-us,
.container-services {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-us,
.contact-us {
    padding: 50px 0;
}

.about-us h2,
.contact-us h2 {
    font-size: 24px;
}

.about-us p,
.contact-us p {
    margin-bottom: 20px;
}

.about-us a.book-now-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.about-us a.book-now-btn:hover {
    background-color: #555;
}

.services {
    padding: 50px 0;
    text-align: center;
}

.services h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.pricing {
    justify-content: center;
}

.pricing p {
    font-size: 18px;
    margin: 10px;
}

.reserveDumpster {
    height: 250px;
    width: 250px;
}

.reserveNowImg {
    overflow: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
    box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
    border-radius: 10px;
    font-family: SQ Market, SQ Market, Helvetica, Arial, sans-serif;

}

.reserveNowBtn {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    line-height: 48px;
    height: 48px;
    color: #ffffff;
    min-width: 212px;
    background-color: #555;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    border-radius: 6px;
}

/* Footer */
footer {
    clear: both;
    position: relative;
    margin-top: 50%;
}

#fuzzyWebDesign {
    cursor: pointer;
}

.powered {
    font-size: 12px;
    color: #d8d8d8;
    margin-top: 2rem;
}

.powerImage {
    max-width: 100%;
    max-height: 25px;
}

.footer-text {
    font-size: 14px;
    color: #d8d8d8;
}

.footer-link {
    font-size: 14px;
    color: #d8d8d8;
    text-decoration: underline;
    cursor: pointer;
}

.footer-statement {
    font-size: 13px;
    color: #d8d8d8;
}

/* End Footer */

/* Start Dialog */
.ui-dialog {
    background: #FFFFFF;
    border: 2px #000000 solid;
    border-radius: 3px;
    z-index: 1200 !important;
}

.ui-dialog-titlebar {
    background: #ccfe44;
    text-align: center;
    padding: .5em;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.ui-dialog-content {
    min-height: 50px !important;
    padding: 1em 2em !important;
    font-family: sans-serif;
    font-size: 18px;
    color: #000000 !important;
}

.ui-dialog-buttonset {
    display: flex;
    justify-content: center;
}

/* .ui-dialog-titlebar-close {
    display: none;
} */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232323;
    opacity: 0.7;
}

.ui-front {
    z-index: 100;
}

.dialogButton {
    height: auto;
    width: 175px;
    border-radius: 8px;
    background-color: #555555;
    color: #ffffff;
    font-size: 18px;
    padding: 5px;
    margin: 15px;
}

.clearButton {
    height: auto;
    width: 175px;
    border-radius: 8px;
    background-color: #f94949;
    color: #000000;
    font-size: 18px;
    padding: 5px;
    margin: 15px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}


.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -22px -6px 0 0;
    /* margin: -10px 0 0 0; */
    padding: 1px;
    height: 20px;
    background: none;
    border: none;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    background-color: #c2c2c2;
    /* Change the background color on hover */
    color: #000000;
    /* Change the text color on hover */
}

/* End Dialog */