/* Custom override: give the breadcrumb bar extra top spacing so the nav
   menu (and its dropdown arrows) aren't visually clipped above it. */
.section--breadcrumb {
    margin-top: 40px;
    border-top: 5px solid #3498DB;
}

/* The blue accent line now acts as the breadcrumb bar's own top border
   instead of the header's bottom border, so it sits directly against the
   dark bar rather than floating separately above the spacing gap. */
.header {
    border-bottom: 0;
}

/* Slightly reduce the page-title text size shown inside the dark breadcrumb bar. */
.section--breadcrumb h1 {
    font-size: 28px;
}

/* Remove the page title text from the dark bar entirely, keeping the bar itself. */
.section--breadcrumb h1 {
    display: none;
}

/* Add more breathing room between the "Chat With Us" sidebar button and the
   "Bibles Net. Com Menu" heading below it. */
.aside-left h4.btn-primary.style2 {
    margin-top: 25px;
}

/* Vertically center the page title within the dark bar, keeping it left-aligned
   (matching the logo's horizontal position) rather than sitting near the top. */
.section--breadcrumb .container {
    display: flex;
    align-items: center;
    min-height: 90px;
}
.section--breadcrumb h1 {
    margin-top: 0;
}

/* Reduce the "All Christian Resources" / "Online Bible Resources" style
   page-heading text size by ~15% from the theme's defaults (41px/45px). */
.section-heading h1 {
    font-size: 35px;
}
.section-heading h1:nth-of-type(2) {
    font-size: 38px;
}
