.fixed-header .ba-section {
    padding: 10px 20px !important;
  background-color: var(--secondary) !important;
}
.fixed-header .ba-section img {
  max-width: 180px!important;
}
.header .ba-section {
    transition: padding .3s ease-in;
  	-webkit-transition: padding .3s ease-in;
}