.adullam-hero {
    background:
        linear-gradient(90deg, rgba(1, 1, 24, .96) 0%, rgba(6, 5, 38, .88) 42%, rgba(10, 8, 50, .5) 100%),
        url("../images/adullam/adullam-hero.png") center 38% / cover no-repeat;
}

.adullam-hero-pattern {
    opacity: .025;
}

.adullam-session-card {
    background: rgba(7, 5, 37, .7);
}

#programme-focus {
    scroll-margin-top: 80px;
}

@media (max-width: 700px) {
    .adullam-hero {
        background:
            linear-gradient(90deg, rgba(1, 1, 24, .94), rgba(7, 6, 40, .72)),
            url("../images/adullam/adullam-hero.png") 58% center / cover no-repeat;
    }
}
