header:not(.fixed-header) .custom-header {
    background: #fff !important;
}

.fixed-header .custom-header {
    padding: 0px !important;
}

.custom-header {
    transition: all .3s ease-in-out ;
    -webkit-transition: all .3s ease-in-out 
}

.ba-simple-gallery-image {
 flex: 1;
}

.gumb-flex {
  flex-grow: 1;
}


@font-face {
  font-family: 'Raleway';
  src: url('/fonts/raleway-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* <-- TO DODAJ */
}