.md-header__button.md-logo img {
  height: 75px;
  width: auto;
}

.md-header__title {
  visibility: hidden;
}

.hero-image {
  position: relative;
  height: calc(100vh - 6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}

.hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../media/header_jumbotron.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(4px);
  z-index: 0;
}

.hero-text {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  max-width: 800px;
  width: 90%;
  padding: 2rem;
}

.hero-text h1 {
  font-size: 3.0rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-text p {
  font-size: 1.25rem;
  line-height: 1.5;
}
