/* Offset content for the fixed-top navbar */
body {
  padding-top: 3.5rem;
}

/* Replacement for Bootstrap 4 .jumbotron (removed in v5) */
.mi-hero {
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

.mi-hero .display-3 {
  margin-bottom: 1rem;
}

.mi-hero img {
  margin-bottom: 1rem;
}
