/* Change hero/cover image height */
header.intro-header {
  height: 100% !important; /* adjust to taste */
  background-size: cover !important;
}

/* Change central hero title font size */
header.intro-header .site-heading h1 {
  font-size: 5.5rem !important; /* default ~2.5rem */
}

/* Optional: adjust subtitle size */
header.intro-header .site-heading .subheading {
  font-size: 2.0rem !important;
}

/* Home page hero title */
@media (max-width: 768px) {
  header.intro-header .site-heading h1 {
    font-size: 42px !important;   /* pick your size */
    line-height: 1.15;
    margin-top: 70px;
  }
  header.intro-header {
    background-image: url("/img/header-mobile.jpg") !important;
    height: 100% !important; /* adjust to taste */
    background-size: cover !important;
}
  header.intro-header .site-heading .subheading {
    font-size: 16px;
  }
  /* Optional: tighten vertical space on mobile */
  header.intro-header .site-heading {
    padding: 60px 0 40px;
  }
}

