/* Ensure footer never overlays content */
footer, .site-footer, .copyright, .copyright-bar {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100%;
  z-index: 1;
  margin-top: 24px;
}
body { padding-bottom: 0 !important; }
