/* site.css — loaded on every page */

/* Footer: always same look */
.site-footer {
  font-size: 1.075rem;
  background: #f8f9fa; /* matches bg-light */
  border-top: 1px solid rgba(0,0,0,.1);
  margin-top: .75rem;          /* small, consistent gap */
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* left padding so it never hugs the edge */
@media (min-width: 1200px){ .site-footer { padding-left: 3rem; } }
@media (min-width: 768px) and (max-width: 1199.98px){ .site-footer { padding-left: 2rem; } }
@media (max-width: 767.98px){ .site-footer { padding-left: 1rem; } }

/* optional: tighten link line-height a touch */
.site-footer a { line-height: 1.4; }

/* prevent page CSS from shrinking the copyright */
.site-footer .copyright { font-size: 0.95rem; }

/* keep the grid neat on the homepage too */
.site-footer .container { max-width: 1140px; }
