/*
Theme Name: Bedford Tourism
Author: Mikula-Harris
Author URI:
Version: 1
Description: Custom theme for the Bedford Tourism website
*/
/* Page header image fixes */
.page-header .row {
  display: flex;
  flex-wrap: wrap;
}

.page-header-image {
  background-size: cover;
  background-position: center;
  min-height: 250px;
  position: relative;
  width: 100%;
}

/* For 2 images: equal height */
.page-header-image-left {
  min-height: 300px;
}

/* For 3 images: tall left image */
.page-header-image-tall {
  min-height: 300px;
  height: 100%;
}

/* For 3 images: half-height stacked images on right */
.page-header-image-half {
  min-height: 145px;
  flex: 1;
}

/* Ensure right column fills height for 3-image layout */
.page-header .d-sm-flex.flex-column {
  height: 300px;
}

.page-header .d-sm-flex.flex-column .page-header-image-half {
  flex: 1 1 0;
  min-height: 0;
}