
body {
    
    color: #646464;
}

header {

    border-bottom: 2px solid #646464;
}



.logo {
    padding-left: 15px;
    max-height: 125px;
    text-align: left;

}

.headerh4 {
font-style: italic;
font-size: 1.2rem;
margin-left: 10%;
padding-top: 20px;
color: #0f0f0f;
}

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

@media only screen and (max-width: 990px) {
    .headerh4 {
        font-size: 1rem;
        line-height: 0.65rem;
        margin-left: 10%;
    }}

    @media only screen and (max-width: 800px) {
        .headerh4 {
           display: none;
        }}

.call
{
    width: 100%;
    text-align: right;
    padding-top: 10px;
    color: #0f0f0f;
    font-weight: bold;
    font-size: 1.1rem;

}
@media only screen and (max-width: 580px) {
    .call
    {
        margin-right: 20px;}}

        @media only screen and (max-width: 450px) {
            .call
            {
                display: none;}}
        
.rowphone {
    height: 30px;

}
.rownav {
    height: 40px;
}
.navbar { margin-top: 20px;
}

@media only screen and (max-width: 575px) {
    .navbar { margin-top: 0px;
    }}

.navbar li a {
margin-left: 40px;
}

@media only screen and (max-width: 575px) {
    .navbar { margin-top: 0px;
    }}

.navbar li a {
margin-left: 40px;
}

/* REMOVE AFTER COVID-19 */
@media only screen and (max-width: 765px) and (min-width: 575px) {
    .navbar li a { 
        margin-left: 5px;
        }
    }

.navbar-expand-sm {
    z-index:10;
}

@media only screen and (max-width: 575px) {
.navbar-collapse{
    background-color: #ffffff;
    color: #646464;
}}

.separator20 {
    height: 20px;
    width: 100%;
}

.separator10 {
    height: 10px;
    width: 100%;
}

.separator100 {
    height: 100px;
    width: 100%;
}
h3 {
    color: #151d75;
    opacity: 80%;
    font-size: 1.2rem;
}

footer {
    border-top: 2px solid #646464;
    text-align: center;
    padding-top: 10px;
    clear: both;
}

#foottel {
    margin-left: 40px;
}

.footer_ul {
    padding-top: 10px;
}
footer ul li {
    display: inline;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ;
    text-align: center;
    margin-right: 20px;
}
footer ul li a{
    text-decoration: none;
    color: #646464;
}

footer ul li a:hover{
    text-decoration: none;
    color: #0f0f0f;
}
/*Homepage*/

#homepage-banner {
    max-height: 425px;
    background-image: url('images/gutterbanner.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    opacity: 90%;
    border: 2px solid #151d75;

}



#banner-text H1 {
    width: 470px;
    position: relative;
    top: 10px;
    margin-left: 15px;
    color: #151d75;
    font-size: 2rem;
    text-align: left;
   padding: 10px;
   background-color: #e7e6ec; opacity:0.8;
   border: 1px solid #151d75;
}

#banner-text p{
    position: relative;
    top: 10px;
    background-color: #e7e6ec; opacity:0.8;
    border: 1px solid #151d75;
    min-height: 100px;
    width: 40%;
    margin-left: 15px;
    color: #151d75;
    font-size: 1.2rem;
    text-align: left;
   padding: 10px;
}
@media only screen and (min-width: 920px) {
    #homepage-banner {
        height: 425px;}
        #banner-text H1 {  
            top: 20px;}
            #banner-text p{
                top: 30px;}
        
}

@media only screen and (max-width: 791px) {
    #banner-text p{
        min-height: 100px;
        font-size:  1rem;
    }}

    #banner-text-mobile {
        clear: both;}
    
    @media only screen and (min-width: 700px) {
       #banner-text-mobile {
           display:none;}
       } 

       @media only screen and (max-width: 701px) {
        #homepage-banner{
            height: 250px;
        }
        #banner-text p{
            display:none;
        }
        #banner-text H1 {
            display: none;
        }
        } 
        @media only screen and (max-width: 575px) {
            #homepage-banner{
                height: 200px;
            }

            } 
            @media only screen and (max-width: 475px) {
                #homepage-banner{
                    height: 150px;
                }
    
                } 

                #banner-text-mobile {
                    background-color: #e7e6ec; opacity:0.8;
                    border-bottom: 2px solid #151d75;
                }
                #banner-text-mobile H1 {
                    max-width: 100%;
                    margin-left: 15px;
                    color: #151d75;
                    font-size: 1.3rem;
                    text-align: left;
                   padding: 10px;
                
                }
                
                #banner-text-mobile p{
                    position: relative;
                    top: -15px;
                    min-height: 60px;
                    max-width: 100%;
                    margin-left: 15px;
                    margin-right: 15px;
                    color: #0f0f0f;
                    font-size: 1rem;
                    text-align: left;
                   padding: 10px;
                   border-radius: 5px;
                }                
.article {
    background-color: #efefef;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  
}

#action 
{
    width:250px;
    border: 2px solid #151d75;
  
}
#action-container {
    float:right;
    position: relative;
    top: 20px;
    padding-left: 10px;
    width:320px;
    height:280px;
    text-align: center;
    
}
.bold {
    color: #151d75;
    opacity: 80%;
    font-weight: bold;
    
}

#points {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
#camera, #commercial, #moss-removal {
    width: 30%;
    border: 2px solid #646464;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    float: left;
    min-height: 200px;
    padding-left: 10px;
    padding-right: 5px;
    background-color: #d0d4e2;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
}

#kerr {
    width:200px;
    min-height: 200px;
    border: 2px solid #646464;
}

#about_us_image_container {
    padding-left: 10px;
    min-width:30%;
    min-height:200px;
    text-align: center;
}

#about_us_text {
    min-width: 30%;
    min-height: 200px;
    float:left;
   
}

#aboutflex {
    width: 100%;
    display: flex;
    min-height: 240px;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-around;
    box-sizing: border-box; 
}

#quote {
    min-width: 30%;
    padding-left: 30px;
    min-height: 50px;
    position: relative;
    top: 30px;


}

#quoted {
    font-style: italic;
    font-size: 1.2rem;
}

#customer {
    position: relative;
    top: 30px;
    left: 50px;

}

/* Gallery */

#gallery_container {
    min-height: 650px;
    margin: 0 10px;
}

.story_container {
    min-height: 330px;
    background-color: #efefef;
    border: 1px solid #646464;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-right: 5px;
}

.story_container  >h3 {
    padding-bottom: 15px;
    font-size: 1.2rem;
    padding-top: 10px;
}

.story_container  >p {
    position: relative;
    top: 30px;
}

.before {
    border: 2px solid #151d75;
    width: 200px;
    height: 200px;
    left: 20px;
    position: relative;

}
.after {
    border: 2px solid #151d75;
    width: 200px;
    height: 200px;
    position: relative;
 
    top: 20px;
}



    @media only screen and (max-width: 991px) {
        .story_container {
        width: 570px;
    margin: 0 auto 20px auto}
    }

    @media only screen and (max-width: 620px) {
        .story_container {
        width: 470px;
    margin: 0 auto 20px auto}
    }
    @media only screen and (max-width: 620px) {
        .story_container {
        width: 100%;
        height:200px;}
        .before {
            width: 150px;
            height: 150px;  
        }
        .after {

            width: 150px;
            height: 150px;
            top: 40px;
        }
        .story_container  >p {
            top: 60px;}
        
    }

    @media only screen and (max-width: 366px) {
        .story_container  >h3 {
            font-size: 1rem;
        }
        .story_container  >p{
            font-size: 0.9rem;
        }

        .before {
            width: 125px;
            height: 125px;  
        }
        .after {

            width: 125px;
            height: 125px;

    }}
.gallery_section_container {
width: 98%;
margin: 0px auto 20px auto;
height: 350px;
background-color: hsl(233, 22%, 84%, 0.5);
clear: both;
box-sizing: border-box;
border: 1px solid #646464;
-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);

}

.gallery_kerr {
    width: 250px;
    margin-left: 15px;
    margin-top: 15px;
    border: 2px solid #151d75;
}



.single_pictures {
    text-align: center;
    width: 33%;
float: left;}

@media only screen and (max-width: 900px) {
    .gallery_kerr {width: 200px;
        margin-left: 10px;
        margin-top: 10px;}
        .single_pictures >p {
            font-size: 0.9rem;
        }
        .gallery_section_container {
            height: 275px;
        }
    }

    @media only screen and (max-width: 700px) {
        .gallery_kerr {width: 150px;
            margin-left: 5px;
            margin-top: 10px;}
            .single_pictures >p {
                font-size: 0.7rem;
            }
            .gallery_section_container {
                height: 225px;
            }
 
        }

        @media only screen and (max-width: 512px) {
            .gallery_kerr {width: 250px;}
            .single_pictures {
                width: 100%;}
                .gallery_section_container {
                    height: 900px;
                }
        }


#contact {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
}

#contact > h3 {    font-size: 1.2rem;
}

#get_intouch {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    font-size: 1.1rem;
    color: #646464;
}

#we_do {
    font-style: italic;
    color: #646464;
}

/* Media Queries */



@media only screen and (max-width: 650px) {
    #action-container {
        float: none;
    margin-left: auto;
margin-right: auto;}

#points {
    width: 100%;
    display: block;
    
}

#camera, #commercial, #moss-removal {
        width: 90%;
        border: 2px solid #646464;
        float: none;
        margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
display: block;

    
    }

    #aboutflex {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 80px


}

#about_us_image_container {
    margin-left: auto;
    margin-right: auto;
}

#customer {
    
    left: 40%;
}
}







.containerpnf {
    text-align: center;
    min-height: 500px;
    font-size: 1.4rem;
    padding: 20px 20px
}

.h2cv {
    text-align: center;
}