.service_area {
    background-color: var( --main-bg-color );
    position: relative;
    min-height: 100vh;
    height: 100%;
}

.service_area-container {
    margin: auto;
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 90%;
    min-height: 100vh;
    margin: auto;
}


.island{
    position: absolute;
    margin: 0;
    top: 150px;
    z-index: 4;
    margin-left: calc(50% - 600px);
    transform: translateY(60vh);
}

.location {
    position: absolute;
    background-color: var(--second-bg-color);
    height: 660px;
    max-width: 420px;
    width: 40%;
    z-index: 3;
    margin-top: -80px;
    margin-left: 40px;
    padding-left: 3%;
}

.location > h1 {
        color: black;
    font-size: 3rem;
}

.location-list {
    padding-top: 15px;
    color: var(--third-txt-color);
}

.location-list > h3 {
    font-size: 1.2em;
    line-height: 2em;
    color: var( --second-txt-color );
}

.location > h4 {
    margin-top: 40px;
    margin-bottom: -10px;
    color: grey;
    font-size: 2rem;
    color: var(--third-txt-color);
}

.excavator {
    max-width: 1080px;
    width: 100%;
    background-color: var(--menu-bg-color);
    z-index: 2;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    transform: translateY( calc( 50% - 150px ) );
}


.excavator > article {
    max-width: 500px;
    color: var(--main-txt-color);
    text-align: left;
    margin-left: 50%;
    padding-top: 20px;
    word-wrap: break-word;
    margin-bottom: 40px;
}

.bob {
    line-height: 2em;
    font-size: 1em;
    font-weight: 550;
    }

#service_area-excavator {
    max-width: 500px;
    height: auto;
    width: 100%;
}

.right-column {
    margin-top: 40px;
    margin-left: 50%;
    padding: 10px;
    padding-right: 40px;
}

@media only screen and (max-width: 1632px) {
    #service-area-single-page {
        display: none;
    }
@media only screen and (max-width: 980px) {
/* 
 *  Padding for .location and .excavator must match perfectly so
 * that the percent width is the same
 * ------------------------------------------------ --*/
    .service_area{
        position: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service_area-container {
        width: 100%;
        min-height: unset;
    }
    .right-column {
        position: relative;
        margin-top: unset;
        padding: unset;
        margin-left: unset;
        padding: unset;
        padding-right: unset;
        padding-top: 0px;
        text-align: center;
    }
    
    .location {
        position: relative;
        max-width: unset;
        height: unset;
        width: 100%;
        height: unset;
        z-index: 3;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        transform: unset;
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 0px;
        
    }
    .location hr {
        margin: auto;
    }
    
    .location > h1,
    .location > h4 {
        text-align: center;
    }
    
    .location-list > h3 {
        text-align: center;
    }
    
    #service_area-excavator {
        position: relative;
        width: 600px;
        margin: auto;
    }
    .excavator {
        position: relative;
        max-width: unset;
        width: 80%;
        transform: unset;
    }
    .excavator  article {
        width: 80%;
        margin-left: 50px;
        padding-top: 20px;
        word-wrap: break-word;
        padding-bottom: 40px;
        text-align: justify;
        margin: auto;
    }
    
    .island{
        position: absolute;
        top: unset;
        z-index: 4;
        margin-left: calc(50% - 1050px);
    }
}

@media only screen and (max-width: 767px) {
#service_area-excavator {
    max-width: unset;
    width: 100%;
}
    .excavator {
        width: 100%;
        margin-top: 0px;
        padding-top: 0px;
        }
    .location > h4 {
    margin-top: 0px;
    padding-top: 20px;
    }
    
}
