.footer-dark h3 {
  text-transform: uppercase;
  color: #8f8f8f;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark {
  padding: 3vw 7vw 0vw 7vw;
  color: #fff;
  background-color: #101820;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: #fff;
  text-decoration: none;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social > a {
  font-size: 17px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 8px;
  color: #fff;
  background: #282f36;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  font-size: 3vw;
  border-top: 1px solid #40464d;
  padding: 2vw 0 2vw;
  color: #8f8f8f;
}

@media (min-width: 300px) {
  .item {
    text-align: center;
    margin-bottom: 4vh;
  }
}