/*
 * Bright Future School — breadcrumb / page hero band
 * Taller area + padding so data-bg-src / background-image photos read clearly on all pages.
 */

.breadcumb-wrapper {
  min-height: 300px;
}

@media (min-width: 576px) {
  .breadcumb-wrapper {
    min-height: 320px;
  }
}

@media (min-width: 768px) {
  .breadcumb-wrapper {
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  .breadcumb-wrapper {
    min-height: 400px;
  }
}

.breadcumb-wrapper.background-image,
.breadcumb-wrapper[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Theme default --space: 142px; more vertical room for title + trail */
.breadcumb-wrapper .breadcumb-content {
  --space: 180px;
}

@media (max-width: 1199px) {
  .breadcumb-wrapper .breadcumb-content {
    --space: 155px;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper .breadcumb-content {
    --space: 130px;
  }
}

@media (max-width: 575px) {
  .breadcumb-wrapper .breadcumb-content {
    --space: 115px;
  }
}
