/* ==========================================
   FOOTER
========================================== */

.site-footer {
  margin-top: 60px;

  padding: 40px 20px;

  border-top: 1px solid #22384d;

  text-align: center;
}

.footer-links {
  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 25px;

  margin-bottom: 20px;
}

.footer-links a {
  color: #9eb3bf;

  text-decoration: none;

  transition: 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copy {
  color: #6f8796;

  font-size: 14px;
}
