/* Homepage hero. Replaces the HugoBlox `hero` widget. */
.hero-banner {
  background: linear-gradient(135deg, #4bb4e3 0%, #2b94c3 100%);
  color: #fff;
  padding: 4rem 2rem;
  margin-bottom: 3rem;
  border-radius: 0.5rem;
  text-align: center;
}

.hero-banner h1 {
  color: #fff;
  border-bottom: none;
  margin-bottom: 1rem;
}

.hero-banner p {
  font-size: 1.15rem;
  max-width: 46rem;
  margin: 0 auto 1.75rem auto;
}

.hero-banner .btn {
  margin: 0 0.35rem;
}

/* Homepage feature row. Replaces the HugoBlox `featurette` widget. */
.feature-grid {
  margin-bottom: 3rem;
}

.feature-grid h3 {
  margin-top: 0;
  border-bottom: none;
}

.feature-grid i {
  margin-right: 0.4rem;
}

/* Schedule table: keep dates from wrapping. */
.schedule-table td:first-child {
  white-space: nowrap;
}
