/* Custom styles for dfw-dragevents */
body { padding-bottom: 60px; }
footer { position: fixed; left: 0; right: 0; bottom: 0; }

/* Hero Banner */
.hero-banner {
  position: relative;
  overflow: hidden;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-banner .position-absolute {
  z-index: 2;
}

.text-shadow {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
