/* Add custom CSS styles below */ 
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img  {
    background-color:transparent !important;
}
.s-block--fixed-banner{
  margin-bottom: 30px;
}
/*Logo large*/
#mainnav .navbar-brand img{
    width:100px !important;
    min-height:50px;
}
.top-navbar{
    display:none;
}