/* 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;
}
