/* ============================================================
   Footer
   ============================================================ */

.footer {
  padding: 22px 20px;
  font-size: 12px;
  text-align: center;
  color: var(--white);
  background: #000;
}

.footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

.footer strong { font-weight: 700; }
