/* start-page overrides: full-height fixed layout, no body scroll */
html, body { height: 100%; }
body { overflow: hidden; display: flex; flex-direction: column; }
.site-header { flex: 0 0 auto; }
.page-layout { flex: 1 1 0; min-height: 0; height: auto; }
.site-footer { flex: 0 0 auto; }

@media (max-width: 800px) {
  html, body { height: auto; overflow: auto; display: block; }
  .page-layout { height: auto; }
}
