@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600');
html{
    max-width: 2000px;
    margin: auto;
    background-color: #616161;
}

body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: white;
}

p{
    font-size: .9em;
    line-height: 1.4em;
    color: #707070;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container{
    position: relative;
    text-align: center;
    padding: 3vw 3vw; /*padding: top&bottom left&right*/
}

 .logo{
    width: 200px;
    position: relative;
}

nav{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    position: fixed;
    width: 60%;
    top: 0;
    right: 0;
    text-align: left;
    background: rgb(36,41,44);
    height: 100%;
    z-index: 7;
    padding-top: 3em;
}

nav ul li a{
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 1em 1.7em;
    background-color: rgb(49, 55, 59);
}


nav ul li a:hover{
    background-color: rgb(65, 73, 78);
}

.close-menu-btn{
    margin-bottom: 1em;
    margin-top: -1.3em;
    text-align: right;
    padding: 0 1.4em;
}

.close-menu-btn img{
    width: 15px;
    cursor: pointer;
}

header{
    display: flex;
    justify-content: space-between;
}

.hide-mobile{
    display: none;
}

.menu{
    width: 25px;
}

.menu-icon{
    height: 25px;
}

.hero{
    display: flex;
    align-items: center;
    background: url('images/hero-image.jpg');
    background-size: cover;
    border-style: solid none;
    border-width: 3px 0 0;
    border-color: #8DCF40;
    padding: 0 3vw;
}

.hero p{
    color: white;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
    font-size: 6vw;
    font-weight: 400;

}

.info-boxes{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: linear-gradient(180deg, #CCCCCC 0%, rgba(255, 255, 255, 0) 100%), #E5E5E5;
    padding: 1.5vw;
}

.info-box{
    width: 75vw;
    height: auto;
}

.info-boxes div{
    background-color: white;
    text-align: center;
    padding: 2em;
    margin: 1.3vw;
    min-width: 190px;
    max-width: 400px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.info-boxes h2{
    color: rgb(105, 155, 49);
}

.info-boxes div p{
    text-align: center;
}

.services img{
    width: 4em;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*Testimonials styling ------------------------------------------------------------------------------------------------------------------*/
 /* Slideshow container */
 .testimonials-container {
    background: linear-gradient(180deg, rgba(47, 47, 47, 0.66) 99.99%, rgba(255, 255, 255, 0) 100%), url(images/pipes.jpg);
    background-size: cover;
    text-align: center;
    padding: 3vw;
    
 }
 .testimonials-container h2{
    color: #8DCF40;
}
.testimonials-container p{
   color: white;
}

ul.no_bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    }


.info-boxes li{
    margin-top: 1em;
}

li.tick{
    background: url(/images/icons/tick.jpg) no-repeat left 1px;
    background-size: 25px;
    height: 35px;
    padding-left: 44px;
    padding-top: 3px;
    color: #707070;
}

.map-container{
    align-items: center;
}
.leeds-map{
    max-width: 70%;
    height: auto;
    max-height: 240px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}



.contact-us-box h4{
    color: #707070;
    font-weight: 400;
}

.contact-us-box p{
    color:  #8DCF40;
    font-weight: 600;
    text-align: center;
}



@media only screen and (max-width: 300px){
    .contact-us-box p{
        font-size: 12px;
    }
}

.info-boxes-2 div{
    align-items: center;
}

/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/

.accreditations{
    padding: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}
.accreditations img{
    margin: 0.5em;
}

footer{
    border-width: 5px 0 0 0;
    border-color: #8DCF40;
    border-style: solid;
}
footer h3{
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #838383;
}

footer p{
    font-size: 10px;
    margin: 0;
    color: #838383;
    text-align: center;
}

.footer-top{
    background-color: #414141;
    padding: 1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-bottom{
    background-color: #303030;
    font-size: 10px;
    padding: 1em;
}

.footer-nav{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
}

.footer-nav a{
    display: block;
    color: #8DCF40;
    text-decoration: none;
    font-size: 10px;
    width: 100%;
    padding: 0.5em 1.9em;
}

.footer-nav a:hover{
    color: whitesmoke;
}

.footer-top p{
    padding-block: 0.5em;
}

.footer-nav .last-nav-link{
    margin-left: 0.7em;
}


@media only screen and (min-width: 1285px){
    .hero-2 p{
        position: relative;
        font-size: 3em;
    }
    .hero p{
        position: relative;
        font-size: 3em;
    }

    .hero p{
        top: -15px;

    }

    .logo{
        width: 300px;
    }

    .info-boxes{
        flex-direction: row;
        padding: 0 2vw;   
    }

    .info-boxes div{
        position: relative;
        top: -42px;
        margin-bottom: -20px;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .info-boxes-2 div{
        display: flex;
        flex-direction: column;
        height: 330px;
        width: 400px;
    }
}


@media only screen and (min-width: 1150px) {
   
    .footer-top div{
        margin-inline: 30px;
        width: 20%;
    }
    
    .show-desktop {
        display: flex;
        margin: 0 auto 13% auto 0;
    }

    footer .show-desktop{
        display: block;
    }
    
    .hide-desktop{
        display: none;
    }


    nav ul {
        position: inherit;
        width: auto;
        background: none;
        height: auto;
        display: flex;
        padding-top: 0;
        float: left;
    }

    .last-nav-link{
        margin-right: 0;
        padding-right: 0;
    }

    nav ul li {
        float: inherit;
    }

    nav ul li a {
        width: auto;
        float: right;
        color: black;
        background-color: inherit;
        text-align: right;
    }

    nav ul li a:hover {
        background-color: inherit;
        color: #8DCF40;
        text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);

    }
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/

.hero-2{
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, rgb(100, 138, 54,0.4), rgba(0, 0, 0, 0.7)), url(/images/hero-image-3.jpg);
    background-size: cover;
    background-position: right;
    border-style: solid none;
    border-width: 3px 0 0;
    border-color: #8DCF40;
    padding: 0 3vw;
    height: 40vw;
    max-height: 300px;
    color: rgba(141, 207, 64,0.8);
    overflow: hidden;
    
}

.hero-2 p{
    color: white;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
    font-size: 2.5em;
    font-weight: 400;
}

.services-container{
    background-color: rgb(226, 226, 226);
}

.service-photo{
    width: 100%;
    align-self: center;
}

.intro-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #8DCF40;
    padding: 2em 3vw;
    text-align: center;
}

@media only screen and (min-width: 700px) {
    .intro-section{
        flex-direction: row;
        justify-content: space-around;
    }

    .hero-2 p{
        font-size: 4em;
    }

}   

.intro-section .intro{
    padding: 0 3em;
}

.intro-section .testimonial{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgb(88, 129, 40);
    padding: 1em;
    border-radius: 1em;
    min-height: 150px;
    max-width: 416px;
}

.intro h2{
    color: white;
    font-size: 35px;
}

.intro p{
    color: #ffffff;
    font-size: 20px;
}

.services-row-1, .services-row-2, .services-row-3{
    display: flex;
    flex-wrap: wrap;
}

.services-info{
    padding: 3em;
}

.services-info h2{
    color: #8DCF40;
    font-size: 30px;
}


.services-info li{
    font-size: .9em;
    line-height: 2.4em;
    color: #707070;
    text-align: left;
}


@media only screen and (min-width: 900px) {
    .services-row-1{
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .services-row-2{
        flex-direction: row-reverse;
        flex-wrap: nowrap;
    }
    .services-row-3{
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .service-photo{
        max-width: 50%;
    }
}


.contact-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #8DCF40;
    padding: 2em;
    text-align: center;
}


.contact-section .prompt{
    padding: 1em;
}

.contact-section .details{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgb(88, 129, 40);
    padding: 1.4em;
    border-radius: 1em;
    min-height: 150px;
}

.contact-section h2{
    color: white;
    font-size: 40px;
}

.contact-section p{
    color: rgb(223, 223, 223);
    font-size: 20px;
    font-weight: 600;
    margin: 5px;
}

.contact-icon{
    max-width: 50px;
    height: auto;
    margin: 20px;
}

.phone-details{
    margin-bottom: 1.5em;
}


@media only screen and (min-width: 1080px) {
    .contact-section{
        flex-direction: row;
        justify-content: space-around;
    }
    .contact-section .details{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        min-width: 750px;
    }

    .phone-details{
        margin: 0 10px 0 0;
    }

    .hero-2 p{
        font-size: 5em;
    }
}   

@media only screen and (max-width: 410px){
    .details{
        padding: inherit 0;
        width: 100%;
    }
    .details p{
        font-size: 15px;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/

.main-section-container{
    display: flex;
    flex-direction: column;
    background-color: white;
    text-align: center;
}

.main-section-left{
    padding: 3vw;
}

.main-section-left ul{
    text-align: left;
}

.main-section-container h1{
    color: rgb(105, 155, 49);
}

.main-section-container h2{
    color: rgb(105, 155, 49);
}

.info-boxes-about{
    flex-direction: column;
    background: #E5E5E5;
    justify-content: space-evenly;
    height: 100%;
}

.van-image{
    align-self: center;
    width: 100%;
    margin: 1em 0;
}

.visible-desktop-about{
    display: none;
}

@media only screen and (min-width: 1300px){
    .main-section-container{
        flex-direction: row;
    }

    .visible-desktop-about{
        display: unset;
        height: 5em;
    }

    .visible-desktop-about img{
        margin-top: 1vw;
        margin-inline: 4%;
    }
    
    .visible-mobile-about{
        display: none;
    }

    .info-boxes-about{
        height: 90%;
        padding-top: 1.3vw;
        padding-bottom: 1.3vw;
    }

    .info-boxes-about div{
        top: 0;
        margin-bottom: 1.3vw;
    }

    .intro-section-about .testimonial{
        padding: 32px;
        flex-shrink: 0;
        width: 400px;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/

.gallery-section-container{
    padding: 3vw;
    background-color: #E5E5E5;
}

.gallery{
    align-content: center;
    align-items: center;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.gallery img{
    object-fit: contain;
    max-height: 600px;
    margin: 2em;
    image-orientation: from-image;
}	