@media (max-width: 800px) {
  header.masthead .masthead-content .masthead-heading {
    filter: blur(0px) grayscale(94%);
    opacity: 1;
    margin-top: -200px;
    font-size: 50px;
  }
}

@media (min-width: 801px) {
  header.masthead .masthead-content .masthead-heading {
    filter: blur(0px) grayscale(94%);
    opacity: 1;
    margin-top: -200px;
    font-size: 78px;
  }
}

@media (max-width: 800px) {
    header.masthead .masthead-content .masthead-subheading {
        font-size: 26px;
        /*text-shadow: 5px 5px 6px var(--gray-dark);*/
        color: rgb(255,255,255);
        font-family: Catamaran, sans-serif;
        opacity: 1;
    }
}

@media (max-width: 800px) {
  .text-center {
    font-size: 18px;
    color: rgb(0,0,0);
  }
}

.masthead.text-center.text-white {
    /*background-image: url("/assets/img/pond/pond_cover.png");*/
    background-image: url("/assets/img/pond/pond_cover3.png");
    padding-top: 430px;
    padding-bottom: 327px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

