/* Header on main page: semi-transparent background image */
#index-header {
    position: relative;
    background-image: url('/img/home-hero-beer-abstract.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.75);
    background-blend-mode: overlay;
}