
.quarto-title-block .quarto-title-banner {
  padding-top: 5rem;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica     Neue", Arial, sans-serif;
  background-image: none !important;
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(
      rgba(33, 39, 75, 0.8),
      rgba(33, 39, 75, 0.8)
    ),
    /* bottom, image */
    url(meggyn-pomerleau-2SGDohBsYPg-unsplash-2.jpg) no-repeat center center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size:cover !important;
  background-position-y: -10rem !important;
}
