/* CSS Document */

.dirt-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dirt-background img {
    object-fit: cover;
    width: 100%;
    height: 100%; 
}

.dirt-content {
    position: relative;
    height: 100%;
}

.dirt-title {
    font-family: "Permanent Marker";
    color: #ee3b96;
    font-size: 41px;
}

.dirt-title-white {
    color: #fff;
}

/* Hero */

#hero {
    position: relative;
    border-bottom: 1px solid #000;
    height: 623px;
}

#hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hero-content .wrap {
    width: 1200px;
}

#hero-box {
    text-align: center;
    background-color: #fff;
    border: 1px solid #4b0f33;
    border-radius: 0 20px;
    width: 615px;
    padding: 40px;
}

#hero-title {
    color: #4b0f33;
    font-size: 64px;
}

#hero-subtitle {
    font-family: 'Open Sans Light';
    font-size: 18px;
    margin-bottom: 10px;
}

#hero-box p {
    font-family: 'Open Sans Light';
    color: #4b0f33;
    font-size: 13px;
}

#hero-box .dirt-link {
    display: inline-block;
    width: 205px;
}

/* Covid */

#covid {
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 30px 0;
}

#covid a {
    font-family: 'Open Sans Bold';
    color: #4b0f33;
    font-size: 28px;
}

/* Buckets */

#buckets {
    text-align: center;
    background-color: #f472b4;
    border-bottom: 1px solid #000;
    padding: 80px 0;
}

#buckets-list li {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}

/* Info */

#info {
    padding: 60px 0;
}

#info-left {
    float: left;
    width: 780px;
}

#info-left p,
#info-left li {
    font-family: 'Open Sans Light';
    color: #4b0f33;
    font-size: 13px;
}

#info-left ul {
    margin-bottom: 28px;
}

#info-left li {
    display: list-item;
    list-style: disc;
    margin-left: 18px;
}

#info-right {
    float: right;
    width: 305px;
}

#info-contact {
    margin-bottom: 15px;
}

#gform_wrapper_1 input,
#gform_wrapper_1 textarea {
    font-family: 'Open Sans Light';
    background-color: #ebebeb;
    border: 1px solid #ee3b96;
    border-radius: 10px;
    padding: 14px 10px !important;
}

#gform_wrapper_1 textarea {
    height: 167px;
}

#gform_wrapper_1 .gform_footer.top_label {
    padding: 0;
}

#gform_wrapper_1 .gform_footer.top_label input {
    background-color: #ee3b96;
    border: 1.5px solid #000;
    text-transform: capitalize;
    font-size: 19px;
    width: 205px;
}

/* Service Areas */

#service-areas {
    background-color: #ee3b96;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 50px 0;
}

#areas-subtitle {
    font-family: 'Open Sans Light';
    color: #fff;
    text-transform: uppercase;
}

#areas-list li {
    display: inline-block;
    float: left;
    font-family: 'Open Sans Light';
    color: #fff;
    text-align: left;
    font-size: 20px;
    width: 25%;
}

/* Responsive Design */

@media (max-width: 1650px) {

/* Hero */

    #hero {
        height: 523px;
    }   
}

@media (max-width: 1350px) {

/* Hero */

    #hero .dirt-background img {
        object-position: 75% 50%;
    }

    #hero-content .wrap {
        width: 1100px;
    } 

/* Buckets */

    #buckets .wrap {
        max-width: 1100px;
    } 

/* Info */

    #info .wrap {
        max-width: 1100px;
    }

    #info-right {
        width: 275px;
    }

/* Service Areas */

    #service-areas .wrap {
        max-width: 1100px;
    }           
}

@media (max-width: 1250px) {

/* Hero */

    #hero .dirt-background img {
        object-position: 65% 50%;
    }

    #hero-content .wrap {
        width: 1000px;
    } 

/* Buckets */

    #buckets .wrap {
        max-width: 1000px;
    }

/* Info */

    #info .wrap {
        max-width: 1000px;
    }

    #info-left {
        width: 671px;
    }

/* Service Areas */

    #service-areas .wrap {
        max-width: 1000px;
    }             
}

@media (max-width: 1150px) {

/* Hero */

    #hero-content .wrap {
        width: 900px;
    }  

/* Buckets */

    #buckets {
        padding: 60px 0;
    }

    #buckets .wrap {
        max-width: 900px;
    }

    #buckets-list li {
        width: 32%;
        padding: 0 15px;
    }

/* Info */

    #info .wrap {
        max-width: 900px;
    }

    #info-left {
        width: 610px;
    }

    #info-right {
        width: 229px;
    }

/* Service Areas */

    #service-areas .wrap {
        max-width: 900px;
    }         
}

@media (max-width: 1024px) {

/* Hero */

    #hero-content .wrap {
        width: 90%;
    } 

/* Buckets */

    #buckets .wrap {
        max-width: 90%;
    }

    #buckets-list li {
        width: 30%;
        padding: 0;
        margin: 0 1%;
    }

/* Info */

    #info .wrap {
        max-width: 90%;
    }

    #info-left {
        float: none;
        width: 100%;
        margin-bottom: 28px;
    }

    #info-right {
        float: none;
        width: 100%;
    }

    #info-contact {
        margin-bottom: 35px;
    }

    #info-sidebar {
        text-align: center;
    }

/* Service Areas */

    #service-areas .wrap {
        max-width: 90%;
    }                 
}

@media (max-width: 900px) {

/* Hero */

    #hero {
        height: auto;
        padding: 85px 0;
    }

    #hero-content {
        display: block;
    }

    #hero-box {
        background-color: rgba(255, 255, 255, 80%);
        width: 100%;
    }

/* Buckets */

    #buckets-list li {
        width: 49%;
        padding: 0;
        margin: 0 auto 35px;
    }      

        #buckets-list li:last-of-type {
            margin-bottom: 0;
        }

/* Info */

    #info {
        text-align: center;
    }

    #info-left ul {
        text-align: left;
    }

/* Service Areas */

    #areas-list li {
        text-align: center;
        width: 33%;
    }               
}

@media (max-width: 768px) {

/* Hero */

    #hero {
        padding: 65px 0;
    }

    #hero .dirt-background img {
        object-position: 80% 50%;
    }

    #hero-content .wrap {
        width: 85%;
    } 

/* Covid */

    #covid .wrap {
        max-width: 85%;
    } 

/* Buckets */

    #buckets .wrap {
        max-width: 85%;
    }

    #buckets-list li {
        width: 47%;
        margin: 0 1% 35px;
    }

/* Info */

    #info .wrap {
        max-width: 85%;
    }

/* Service Areas */

    #service-areas .wrap {
        max-width: 85%;
    }                  
}

@media (max-width: 660px) {

/* Hero */

    #hero {
        padding: 55px 0;
    }

/* Buckets */

    #buckets-list li {
        width: 100%;
    } 

/* Service Areas */

    #areas-list li {
        font-size: 18px;
    }            
}

@media (max-width: 550px) {

.dirt-title {
    font-size: 36px;
}

/* Hero */

    #hero .dirt-background img {
        object-position: 90% 50%;
    }

    #hero-title {
        font-size: 54px;
    } 

/* Info */

    #info {
        padding: 40px 0;
    }

/* Service Areas */

    #service-areas {
        padding: 30px 0;
    }

    #areas-list li {
        font-size: 16px;
        width: 50%;
    }             
}

@media (max-width: 450px) {

.dirt-title {
    font-size: 31px;
}

/* Hero */

    #hero {
        padding: 45px 0;
    }

    #hero-title {
        font-size: 34px;
    }  

    #hero-box .dirt-link {
        width: 100%;
    }  

/* Covid */

    #covid a {
        font-size: 24px;
    }                  
}

@media (max-width: 350px) {

/* Hero */

    #hero-box {
        padding: 20px;
    } 

/* Covid */

    #covid {
        padding: 20px 0;
    }

    #covid a {
        font-size: 22px;
    }

/* Service Areas */

    #areas-list li {
        width: 100%;
    }                         
}