h1, h2, h3 {color:#006241; font-family: Roboto, sans-serif; font-weight: 300;}
li.name h1 a {color:#006241;}
.fullwidthsection {
    
    width:100%;
    background-color: #ccefe2;
}
.featured {border-radius: 10px;}
ul.leaf {
    list-style-image: url('../img/leaf.svg');
}
footer {background-color:#006241; color:#ffffff;}
.row {padding-top:40px;padding-bottom: 40px;}
h3.phone{font-size:1.9em; font-weight: 400;}
.phone {
    color:#fff;
    text-align: center;
    
}
.txtcenter {text-align: center;}

.logohome {
    padding-top: 1.5em;
}
footer h4 {color:#ffffff;}
.slidertxt {
   
  
}

.flexbx {
   
    display: flex;
     align-items: center;
    justify-content: center;
  
}

.navcontainer {
    border-bottom:2px solid #ACC152;
}

.dividerimg1 {
    width: 100%;
    height: 150px;
    background-image: url(../img/pd-nozzles_precision-hi_032814-133v2.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: cover; 
}
.dividerimg2 { width: 100%;
    height: 150px;
    background-image: url(../img/wet-grass-bright.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover; }
.boxmap {
    width:100%;
    background-color:#cccccc;
    height: 300px;
    
}

.dividerimg3 {
    background-image: url(../img/wet-grass-1385845.jpg);
     height: 150px;
     background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
/*styling for phone links */

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
.footerlinks {
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    font-size:1.2rem;
}

.footerimg {
    display: inline;
}

.flexbxinner {
    display: flex;
    align-items: center;
}

h3.footercall {
    font-size:2.2rem;
    color: #ffffff;
    font-weight: 400;
}

.flex1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}


