.footer-dark {
  background-color: #42165c;
  text-align: center;
}

.footer-dark h2 {
  font-size: 26px;
}

.footer-dark .phone-links {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
}

.footer-dark li {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #edceff;
}

@media (min-width: 576px) {
  .footer-dark li {
    font-size: 17px;
  }
}

.footer-dark li a {
  color: inherit;
  text-decoration: none;
  transition: all .3s;
}

.footer-dark li a:hover {
  color: #ffffff;
  transition: all .3s;
}

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

.footer-dark .item.social {
  text-align: center;
  padding-top: 28px;
}

.footer-dark .item.social > a {
  font-size: 27px;
  text-shadow: 0px 0px 2px #000;
  width: 48px;
  height: 48px;
  line-height: 51px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 2px 6px;
  color: #be8adc;
  background-color: #310b47;
  transition: all .3s;
  box-shadow: .5px .5px 1px #000;
}

.footer-dark .item.social > a:hover {
  opacity: 1;
  box-shadow: 0 0 8px 3px #e8ab11;
  transition: all .3s;
  color: #fff;
}

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

@media (min-width: 768px) {
  .nav-border-right {
    border-right: 1px solid #4f2465;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-border-right-none {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .nav-border-left {
    border-left: 1px solid #2e0f3e;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-border-left-none {
    border-left: none;
  }
}

