.social A {
  font-size: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

footer A {
  color: #afafaf;
  text-decoration: none;
}

.footer-dark::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 45px;
  background-repeat: repeat-x;
  top: -1px;
  z-index: 1;
  transform: rotate(180deg);
}

.footer-dark {
  padding: 80px 0 50px;
  color: #f0f9ff;
  background-color: #282d32;
  position: relative;
  margin-top: 100px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
}

.footer-dark .item:not(.social) {
  padding: 10px 10px 0;
}

.footer-dark h3 {
  font-family: 'Anton';
  color: var(--bs-primary);
  text-shadow: 1px 1px 4px black;
}

.footer-dark .copyright img {
  width: 25px;
  height: auto;
  vertical-align: bottom;
}

.footer-dark .copyright p {
  text-align: center;
  margin-bottom: 0;
}

.footer-dark .item:not(.social) i {
  margin-right: 6px;
}

