/* Hero Carousel */
header.events { background-color: #531f45; }
header div.words { color: #ffffff; background: none; }
.hero { width: 100%; height: 100%; display: flex; justify-content: center; align-items: start; background-color: #531f45; }
.hero::before { content: ""; position: absolute; bottom: 0; width: 100%; height: 80%; background: linear-gradient(to top, rgba(83, 31, 69, 1) 10%, rgba(83, 31, 69, 0) 100%); z-index: 2; pointer-events: none; }
main { background: #531f45; }

/* Logos */
.event-mon-logo { width: 200px !important; }
.event-logo { width: 450px !important; }
@media (max-width: 576px) {
  .event-mon-logo { width: 150px !important; }
  .event-logo { width: 300px !important; }
}

/* Fix for mobile */
@media (max-width: 575.98px) {
  header { height: 70vh; }
}

/* Enquire button */
.eqre { color: #6f1a53; }

/* Links */
a { color: #db66b4; }