/* V113 — add a bit more real height in the black footer so the Contact anchor
   can scroll fully up under the sticky header. This fixes the visible top gap
   without clipping the copyright area. */

@media (min-width: 1181px) {
  .site-footer {
    padding-top: 14px !important;
    padding-bottom: 52px !important;
  }

  .footer-bottom {
    margin-top: 0 !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(255,255,255,.10) !important;
  }
}

@media (max-width: 1180px) {
  .site-footer {
    padding-top: 14px !important;
    padding-bottom: 22px !important;
  }
}
