@media (max-width: 576px) {
  .masthead h1.page-title {
    font-size: 3.2rem;
  }
  .masthead {
    padding: 6rem 0;
  }
  .masthead .event h1, .masthead .event .h1 {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
}
@media (min-width: 992px) {
  .masthead {
     height: auto;
  }
  .masthead .event h1, .masthead .event .h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead .event h2, .masthead .event .h2 {
    max-width: 30rem;
    font-size: 2.25rem;
  }
}
.masthead {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 25rem;
}
img.agical-heart {
  filter: invert(1);
  position: absolute;
  right: 1rem;
}

@media(max-width: 992px) {
  .masthead-small {
    display: none;
  }
}

.masthead-small .page-title {
  font-size: 3rem;
  margin-top: 2rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.masthead-small .post-meta {
  font-size: 1.5rem;
  color: rgba(255,255,255,0.5);
}

.masthead-small img {
  width: 620px;
  border-radius: 8px;
}

a.masthead-calendarButton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border-radius: .5rem;
  background: black;
  color: white;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

a.masthead-calendarButton:hover {
  background: #333;
  color: white;
  box-shadow: 0 0 15px rgba(0,0,0,0.7);
}

img.masthead-calendarIcon {
  position: relative;
  top: -1.5px;
  margin-right: .5rem;
}

@media(max-width: 992px) {
  a.masthead-calendarButton {
    font-size: 1.2rem;
    padding: 0.75rem 1.5rem;
  }
}