body {
    font-family: "Montserrat", sans-serif;
    color: darkslategray;
    overflow-x :hidden; 
}

p,
li {
    font-family: "Montserrat", sans-serif;
    color: dimgray;
}

a {
    text-decoration: none;
    color: #67db35;
}

.green {
    color: #67db35;
}

a:hover {
    color: #80c792;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "lato", sans-serif;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.small {
    height: 10%;
    width: 5vh;
}

.serv-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    background-color: rgba(128, 128, 128, 0.5);
}

.serv-item1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.servcontainer {
    position: relative;
    text-align: center;
    color: white;
}

.servcontainer1 {
    position: relative;
    text-align: center;

}

.button {
    display: inline-block;
    padding: 15px 25px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #67db35;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

.button:hover {
    background-color: #80c792
}

.button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.padding {
    padding-left: 10%;
    padding-right: 10%;

}

.paddingbot {
    padding-bottom: 5%;
}


#header {
    background: white;
    height: 70px;
}

#header .logo {
    margin: 0;
    padding: .5%;
}

#header .logo img {
    max-height: 40px;
}

.scrolled-offset {
    margin-top: 70px;
}

/* Navingation */

.navbar ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navbar a,
.navbar a:focus {
    font-size: 15px;
    color: darkslategrey;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #67db35;
}

/* Mobile Nav
*/

.mobile-nav-toggle {
    color: darkslategray;
    font-size: 35px;
    display: none;
}

.mobile-nav-toggle.bi-x {
    color: darkslategray;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background-color: lightgreen;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 25px;
    color: darkslategray;
}



/*
Banner
*/

.banner2 {
    width: 100%;
    height: 20vh;
    background-size: cover;
    position: relative;
    text-align: center;
}

.banner-item2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(103, 219, 53, 0.5);
}


.banner2 h2 {
    color: white;
    margin-bottom: 20px;
    font-size: 50px;
}

.banner2 p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: white;
}

.banner {
    width: 100%;
    height: 70vh;
    background-size: cover;
    position: relative;
    text-align: center;
    background-position: center center;
}

.banner-item2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(103, 219, 53, 0.5);

}

.banner-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(103, 219, 53, 0.5);

}

.banner h2 {
    color: white;
    margin-bottom: 20px;
    font-size: 50px;
}

@media (max-width: 992px) {
    .banner {
        height: 50vh;
        
    }
}

@media (max-width: 768px) {
    .banner h2 {
        font-size: 28px;
    }

    .banner banner-item {
        background-image: url('images/stock/janitorial3.jpg') fit;
    }
}

@media (max-height: 500px) {
    .banner {
        height: 60vh;
    }
}

@media (max-width: 992px) {
    .banner2 {
        height: 50vh;
    }

}

@media (max-width: 768px) {
    .banner2 h2 {
        font-size: 28px;

    }

    .green {
        padding-top: 5%;
    }
}

@media (max-height: 500px) {
    .banner2 {
        height: 60vh;
    }
}

@media screen and (min-width: 600px) {
    .mobile-break {
        display: none;
    }


}

section {
    padding: 60px 0;
}


.sectionpadding {
    text-align: center;
    padding-bottom: 30px;
}



h1,
h2,
h3,
h4 {
    font-weight: 700;
    font-size: 28px;
}

ul {
    list-style: none;
    padding: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select[id="quotetype"]:focus,
textarea[class="form-control"]:focus,
.uneditable-input:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}



.ourservices .servstyle {
    padding: 40px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: -1px;
}

@media (max-width: 768px) {
    .ourservices .servstyle {
        padding: 40px 0;
    }
}



/* footer */
#footer {
    background: black;
    color: white;
    text-align: center;
    padding: 40px 0;
}
