.btn:hover {
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #08aff1e6;
  border-color: #d9eb0fe8;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 700;
}

header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 2rem;
  text-align: center;
  /* color: #fff;
  background-image: url("https://unsplash.com/photos/6J--NXulQCs"); */
  /* background-image: radial-gradient(
    circle,
    #eafffe,
    #d5ebeb,
    #c0d7d9,
    #acc4c7,
    #98b1b5
  ); */
  background-image: url("/images/alex.jpeg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
}

header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 2px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000;
  /* Fallback for older browsers */
  color: rgba(0, 0, 0, 0.7);
}

.header.masthead .masthead-heading {
  color: #000;
  /* Fallback for older browsers */
  color: rgba(0, 0, 0, 0.7);
}

.vertical-filler-200 {
  height: 240px;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }

  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }

  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 7rem;
    color: #000;
    /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.7);
  }
}