/* ===================================================
   Footer
=================================================== */
footer#siteFooter {
  background: var(--bg);
  color: var(--text);
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
  border-top: 1px solid #eee;
  font-size: 1rem;
  z-index: 1;
  position: relative;
}

.footer-links {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: var(--accent);
  margin: 0 1rem;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--text);
}



/* Let main content expand and push footer down */
main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  margin: auto;
  padding: 2rem 1rem;
}

/* Footer should stay at bottom */
#siteFooter {
  margin-top: auto;
  padding: 1rem;
}
