body {
  font-family: "Modern Antiqua", serif;
}

.metalfont {
  font-family: "Metal Mania", serif;
}

h2 {
  font-family: "Metal Mania", serif;
}

.jumbotron {
  background-image: url(media/banner.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 9.375rem 0 3.125rem 0;
  height: 80%;
  text-align: center;
  margin-bottom: 0;
}

.jumbotron-text {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  color: #fff;
  max-width: 25rem;
}

@media (max-width: calc(25rem / 0.75)) {
  .jumbotron-text {
    max-width: 100%;
    border-radius: 0;
  }
}

.section {
  padding: 50px 0;
  font-family: "Modern Antiqua", serif;
}
