.top-bar .logo {
  max-width: 250px;
  position: relative;
  bottom: 7px;
  padding-bottom: 15px
}
section.green-overlay{
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
    background: #007350
}
.green-overlay .details-holder{
    background-color: inherit;
    color:white;
}

.client-row img{
    max-width:100px;
    max-height:150px;
    opacity:1
}
section.product-right{
    height:500px

}
.maincta{
    padding-top:20px;
    font-weight: 300;
    text-shadow: 1px 1px 3px #7b7b7b;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;    
}
.maincta .number{
    font-size: 1.2em;
}
.maincta .email{
    font-size: .8em;
    padding-top: 20px;
}
.maincta .email a{
    color:#222;
}
.nav-sticky .maincta,.nav-sticky .maincta .email a{
    color:#222;
    text-shadow: 1px 1px 3px #7b7b7b;
}
@media(min-width:768px){
    .maincta, .maincta .email a {
      color:white
    }
}

