/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--sage-deep);
  color: var(--taupe-pale);
}

.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  font-size: .78rem;
  color: var(--taupe-pale);
  opacity: .5;
  text-align: center;
}
.footer__bottom a {
  color: var(--taupe-pale);
  text-decoration: underline;
  transition: opacity .2s;
}
.footer__bottom a:hover { opacity: 1; }
