/* Add custom CSS styles below */ 
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img  {
    background-color:transparent !important;
}
.s-block--fixed-banner{
  padding-bottom:50px;
  background-color:white !important;
  margin: 0;
}
.top-navbar{
    display:none;
}
@media(max-width:768px){  
    #mainnav  img{
        width:58px !important;
        min-height:58px !important;
    }
    #mainnav .container > div > div:nth-of-type(1) *{
        color:#394e3f
    }
}