.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: rgba(96, 153, 59,1);
}

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

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

#footer {
  color: white !important;
}

.footer-dark {
  color: white;
}

