/* ===============================
   Pedagogy of Humanity — Footer
   =============================== */

.site-footer {
  width: 100%;
  text-align: center;
  color: #313647;
  font-family: Garamond, serif;
  font-style: italic;
  font-size: 16px;
  padding: 20px 16px;    /* compact footer, no forced scroll */
  margin-top: auto;
  background: none;
}

/* Links inside footer */
.site-footer a {
  color: #2c7a7b;        /* brand teal */
  text-decoration: underline;
  margin: 0 8px;
  font-style: normal;
  font-size: 15px;
}

.site-footer a:hover {
  color: #014d4e;        /* darker teal hover */
}

/* Mobile tweak: a little extra breathing room */
@media (max-width: 640px) {
  .site-footer {
    padding-bottom: 28px;
  }
}
