.bg-wrapper {
  background: url('../imgs/roadthrougmountains.jpg') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5); /* Darken for readability */
  min-height: 100vh;
}

.video-wrapper {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  overflow: hidden;
}

.form-label {
  color: #f3f3f3;
}

/* “Watch Now” tiny text button */
.sermon-item { position: relative; }
.watch-now {
  font-size: 0.875rem;          /* small */
  font-weight: 600;
  color: var(--bs-primary);      /* matches your theme */
  text-decoration: none;
}
.list-group-item:hover .watch-now {
  text-decoration: underline;
}
