  /*!
 * Add custom css for this site here:
 */
.navbar-brand img {
    margin-bottom: 2rem!important;
}
 @media (min-width: 319px) and (max-width: 767px){
.navbar-brand img {
    margin-bottom: 3rem!important;
}
}

span.tagline {
    line-height:1.2;
    max-width:370px;
}

 .services-grid {
     text-align:center;
     background-color:#222222;
     color:#ffffff;
     padding:.5rem 1rem;
     font-size:.85rem;
 }