.footer-dark {
  padding: 30px 0;
  margin-top: 60px;
  color: rgb(234,168,0);
  background-color: #fff6df;
}

.footer-dark h3 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 20px;
  color: rgb(234,168,0);
  font-size: 20px;
}

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

.footer-dark ul a {
  color: rgb(234,168,0);
  text-decoration: none;
  opacity: 0.7;
  font-size: 20px;
}

.footer-dark ul a:hover:after {
  opacity: 1;
  color: rgba(234,168,0,0.8);
  font-weight: 600;
}

.footer-dark ul a:hover {
  opacity: 1;
  color: rgba(234,168,0,0.8);
  font-weight: 600;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

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

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

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

.footer-dark .copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  color: rgba(65,65,65,0.8);
  margin-bottom: 0;
}

