body {
    background-color:white;
    color:#333333;
    font-family: Montserrat;
    word-wrap:break-word;
    overflow-x:hidden;
    overflow-y:auto;

}

#main_content {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    margin-left:0;
    margin-right:0;
}

.row {
    margin-right:0;
    margin-left:0;
}

#header {
    background-color: white;

}

.terms_check {
    display: none;
}

.green_text {
    color:#02ff58;

}

.lg_text {
    color:#999999;
}

.green_bg {
    background-color: #02ff58;
}

.navbar-light .navbar-nav .header_nav_link {
    color: #333333;
    list-style: none;
    padding-top: 25px;
    /* padding-left: 15px; */
    font-weight: bold;
    font-size: 20px;
}

.navbar-light .navbar-nav .header_nav_link:hover {
    text-decoration: none;
    color:#02ff58;
}


.navbar-light .navbar-nav .header_nav_link.active {
    color:#02ff58;
}

.mobile_menu {
    background-color: #999999;
}


/* Text Sizes */
h1 {
    font-size: 48px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}

@media (max-width: 567px) {
    h1 {
        font-size: 20px;
    }
}

h2 {
    font-size: 40px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 19px;
    }
}

h3 {
    font-size: 26px;
}

@media (max-width: 767px) {
    h3 {
        font-size: 24px;
    }
}

@media (max-width:567px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 26px;
}

@media (max-width: 767px) {
    .h4 {
        font-size: 22px;
    }
}

@media (max-width: 567px) {
    h4 {
        font-size: 18px;
    }
}

.h5 {
    font-size: 24px;
}

@media (max-width: 767px) {
    .h5 {
        font-size: 22px;
    }
}

@media (max-width: 567px) {
    .h5 {
        font-size: 18px;
    }
}

p {
    font-size:18px;
}

.text_link:hover {
    color: #02ff58;
    text-decoration: none;
}

.text_link {
    text-decoration: none;
}

/* Hero Backgrounds */
#home_hero_bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height:0;
    padding-bottom: 40%;
}

#home_hero_bg::before {
    content: '';
    background-image: url('../images/home_hero_bg.webp');
    background-size: cover;
    background-position: center;
    position:absolute;
    top:0;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    z-index: -1;
}

@media (max-width:567px) {
    #home_hero_bg {
        padding-bottom: 60%
    }
}

@media (max-width:567px) {
    #home_hero_bg::before {
        padding-bottom: 60%
    }
}

#residential_hero_bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height:0;
    padding-bottom: 40%;
}

#residential_hero_bg::before {
    content: '';
    background-image: url('../images/residential_hero_bg.webp');
    background-size: cover;
    background-position: center;
    position:absolute;
    top:0;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    z-index: -1;
}

@media (max-width:567px) {
    #residential_hero_bg {
        padding-bottom: 60%
    }
}

@media (max-width:567px) {
    #residential_hero_bg::before {
        padding-bottom: 60%
    }
}

#commercial_hero_bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height:0;
    padding-bottom: 40%;
}

#commercial_hero_bg::before {
    content: '';
    background-image: url('../images/commercial_hero_bg.webp');
    background-size: cover;
    background-position: center;
    position:absolute;
    top:0;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    z-index: -1;
}

@media (max-width:567px) {
    #commercial_hero_bg {
        padding-bottom: 60%
    }
}

@media (max-width:567px) {
    #commercial_hero_bg::before {
        padding-bottom: 60%
    }
}

#about_us_hero_bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height:0;
    padding-bottom: 40%;
}

#about_us_hero_bg::before {
    content: '';
    background-image: url('../images/about_us_hero_bg.webp');
    background-size: cover;
    background-position: center;
    position:absolute;
    top:0;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    z-index: -1;
}

@media (max-width:567px) {
    #about_us_hero_bg {
        padding-bottom: 60%
    }
}

@media (max-width:567px) {
    #about_us_hero_bg::before {
        padding-bottom: 60%
    }
}



.hero_text {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width:767px) {
    .hero_text {
        width:100%;
    }
}

@media (max-width:1199px) {
    .hero_text {
        width:80%;
    }
}

.section_header_row {
    border-bottom: #02ff58 1px solid;
}
.middle_align {
    display: flex;
    align-items: center;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;

   }

.footer_links {
    color:#999999;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.footer_links:hover {
    color:#02ff58;
}

.footer_links.active {
    color:#02ff58 !important;
}

.quote_container {
    background-color: transparent;
    border-color:#999999;
    border-radius: 5px;
    border-width: 1px;
    border-style:solid
}

.small_gray_link {
    color:#999999;
    font-family: Montserrat;
    font-size:14px;
    text-decoration: none;
}

.small_gray_link:hover {
    color:#02ff58;
}

.small_gray_text {
    color:#999999;
    font-family: Montserrat;
    font-size:14px;
    text-decoration: none;
}

/* buttons */
.green_button {
    color:#333333;
    background-color:#02ff58;
    border-color:transparent;
    border-radius: 5px;
}

.transparent_btn {

    border-color: #02ff58;
    border-width:2px;
}

.process_container {
    background-color:lightgray;
    border-top: #02ff58 1px solid;
    border-bottom: #02ff58 1px solid;

}

.card-link {
    text-decoration: none;
    color:inherit;
}

.card-link:hover .card {
    box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

.card-link:hover {
    color: #999999;
    text-decoration: none;
}

.service_card_img {
    height:100%;
    width:100%;
    overflow:hidden;
}
