/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Bootstrap 5 removed .jumbotron; restore the BS3 styling for index.html */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  background-color: #eee;
  border-radius: 6px;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 60px;
  }
}
