#section-footer {
  background-color: rgb(250,240, 195);//#fcf9eb;
  border-top: 4px solid #c5af71;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 8pt;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #474B4E;
  margin-top: 0rem;
}

#section-footer a {
  text-decoration: underline;
  font-size: 8pt;
}

#section-footer img {
  display: block;
  margin: 0 auto 0.5rem auto;
}

body a:not(.center-nav a) {
  color: #9d1b1b;             /* Creative Agni Red */
  text-decoration: underline;
  transition: color 0.3s ease, font-style 0.2s ease;
}

body a:not(.center-nav a):hover {
  color: #b04927;             /* Rust on hover */
  font-style: italic;
}

body a:not(.center-nav a):visited {
  color: #906090;             /* Mauve when visited */
}