@media (min-width: 1200px) {
  .footerInner {
    width: 100%;
    max-width: 1268px;
  }
}
.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}
.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
}
.footer-dark .item.text {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}
.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}
.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c700e6;
  border-color: #c700e6;
  border-radius: 10px !important;
}
* {
  font-family: 'Nunito Sans';
}
.btn:active {
  transform: translateY(1px);
}
.underline {
  text-decoration: none;
}
.underline:hover {
  color: #d3d3d3;
}
