/* Only the visible header occupies space before the welcome screen. */
html body#top.design-master.home-page {
  padding-top:var(--master-header-h,98px)!important;
  padding-bottom:var(--welcome-footer-height,var(--actual-footer-height,40px))!important;
}
/* Every overview fills the area between chapter navigation and footer. */
html body#top.design-master.home-page .home-sections > .home-section {
  min-height:var(--welcome-info-height,var(--master-home-height))!important;
}

/* Mobile section titles begin 10 mm below the colour boundary. */
@media (max-width:980px) {
 html body#top.design-master.home-page .home-sections > .home-section {
  padding-top:10mm!important;
  padding-bottom:10mm!important;
  box-sizing:border-box!important;
 }
 html body#top.design-master.home-page .home-section > .home-section-inner {
  padding-top:0!important;
 }
 html body#top.design-master.home-page .home-section-copy > h2:first-child {
  margin-top:0!important;
 }
}
