.footer-dark {
  padding: 50px 0;
  color: #000304;
  background-color: rgb(153, 209, 57);
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.2rem;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: inherit;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #000406;
}

.footer-dark ul a {
  color: #000000;
  opacity: 0.6;
  text-decoration: underline;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: left;
    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.6;*/
  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:hover {
  opacity: 0.9;
}

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

.footer-dark.link-dark:focus, .link-dark:hover {
  /*color: #f0f3f5!important;*/
  /*background-color: #0047bb;*/
  /*margin: inherit;*/
  /*padding: inheri;*/
  /*border: outset;*/
  text-decoration: underline;
}

