* {

}

html {
    height: 100%;
}

body {
	min-height: 100vh; 
    width: 100%;
    background-color: white;
    margin: 0 auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: grey;
    overflow: scroll;
}

a {
    text-decoration: none;
    color: inherit;
}

table i {
    color: red;
}

.logo {
    height: 90px;
}

.navbar_container {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../resources_images/navbar_bc.png');
    border-bottom: 2px solid #37550b;
}

.navbar_box_left {
    float:left;
    padding-left: 10px;
}

.navbar_box_center {
    float:left;
    padding-top: 25px;
    padding-left: 50px;
    text-align: center;
    width: 25%;
}

.navbar_box_right {
    float:right;
    color: white;
    padding-right: 10px;
    width: 300px;;
    text-align: right;

}

.header_style_a {
    color: yellow;
    font-size: 20px;
}

.header_style_b {
    color: white;
    font-size: 36px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.header_style_c {
    color: white;
    font-size: 18px;
    font-style: italic;

}

.cert {
    height: 40px;
}

.phone {
     height:36px;
     margin: auto;
     text-align: center;
     vertical-align: middle;
}

@media screen and (max-width: 1026px) {

    div.navbar_box_right {
    display: none;
  }

    div.navbar_box_center {
    display: none;
  }

    .foot p {
        display: none;
    }

    .navbar_dropdown_space {
        display: none;
    }

    .div_hide {
        display: none;
    }

.main_content_center_contact {
    margin: auto !important;
    width: 100%;
    min-width: 390px;
    float: none !important;
}


}

.navbar_dropdown {
    background-color: #37550b;
    height: 34px;
    width: 100%;
    display : flex;
    align-items : center;
    justify-content: center;
}

.navbar_dropdown_span {
    width: 120px;
    font-size: 16px;
    text-align: center;
}

.navbar_dropdown a {
    color: white;
    text-decoration: none;
}

.navbar_dropdown_span:hover {
    background-color: #2e4708;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
}

.navbar_dropdown_space {
    width: 20%;
    height: 32px;
}










.main_content {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
}

.main_content h1 {
    text-align: center;
    background-color: lightgrey;
    height: 100%;
}

.main_content_left {
    width: 100%;
    margin-right: 20px;
}

.main_content_center {
    text-align: center;
    width: 100%;
}

.main_content_right {
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

.couch_div {
    float:left;
    padding-right: 20px;
    padding-bottom: 2px;
}

.couch {
    height: 250px;
    box-shadow: 5px 10px 8px #888888;
}

.button1 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
}





.span_box {
    border: 4px solid lightgrey;
    width: 200px;
    height: 200px;
    margin: auto;
}

.span_box a {
    text-decoration: none;
    color: grey;
}

.span_box a:hover {
    color: white;
}

.span_box_button {
    display: inline-block;
    width: 175px;
    font-size: 16px;
    text-align: center;
    background-color: lightgrey;
    border: 1px solid grey;
    padding: 5px;
    margin-bottom: 10px;
}

.span_box_button:hover {
    background-color: #2e4708;
    transition: .8s;
    color:white;
}


.house_div {
    float:right;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.house {
    height: 275px;
    box-shadow: 5px 10px 8px #888888;
}

.head_div {
    float:right;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.head {
    height: 250px;
    box-shadow: 5px 10px 8px #888888;
}

.family_div {
    float:right;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.family {
    height: 275px;
    box-shadow: 5px 10px 8px #888888;
}

.testimonials {
    text-align: left;
    width: 80%;
    padding-top: 20px;
    padding-left: 40px;
}

.testimonials p {
    font-style: italic;
}

.satisfaction {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: lightgrey;
    margin-top: 20px;
}

.map_div {
    padding-right: 20px;
    padding-bottom: 2px;
}

.map {
    width: 390px;
    height: 240px;
    border: 0;
    box-shadow: 5px 10px 8px #888888;
}

.flood_div {
    float:right;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.flood {
    height: 250px;
    box-shadow: 5px 10px 8px #888888;
}

.fire_div {
    float:right;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.fire {
    height: 250px;
    box-shadow: 5px 10px 8px #888888;
}

.truck_div {
    float:right;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.truck {
    height: 250px;
}

.cleaning_div {
    float:right;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.cleaning {
    height: 250px;
}




.main_content_center_fire {
    text-align: left;
    width: 45%;
    min-width: 390px;
}

.main_content_right_fire {
    width: 45%;
    min-width: 390px;
}


.main_content_center_flood {
    text-align: left;
    width: 100%;
    min-width: 390px;
}

.main_content_right_flood {
    width: 100%;
    min-width: 390px;
}





.main_content_contact {
    width: 90%;
    margin: auto;

}

.main_content_contact input:focus {
    background-color: lightgreen;
}

.main_content_contact textarea:focus {
    background-color: lightgreen;
}

.main_content_left_contact {
    text-align: center;
    margin: auto;
    width: 100%;
    min-width: 390px;
}

.main_content_center_contact {
    text-align: left;
    width: 1%;
    min-width: 20px;
    float:left; 
}

.main_content_right_contact {
    text-align: left;
    width: 45%;
    min-width: 390px;
    float:left; 
}





.footer_buffer {
    height: 100px;
    width: 100%;
    float:left;
}

.foot {
    height: 100px;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 10px;
    background-color: #578317;
    color: white;
    border-top: 2px solid #37550b;
    position: fixed;
}

.foot p {
    margin-right: 20px;
    text-align: right;
}

.navbar_box_foot {
    float:left;
    color: white;
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
}