.footer-dark {
  color: #888888;
  background-color: rgb(14,14,14);
  padding: 30px 15px 20px 15px;
}

.footer-dark h3 {
  color: #ffffff;
  margin-top: 0;
  text-align: center;
}

.footer-dark h4 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 576px) {
  .footer-dark h4 {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
  }
}

.footer-dark h5 {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

.footer-dark ul {
  padding: 0;
  color: #888888;
  list-style: none;
  line-height: 2.0;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-dark ul {
    line-height: 2.1;
    font-size: 15px;
  }
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
}

.footer-dark ul a:hover {
  color: #ff0000;
}

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

.footer-dark .item.social > a {
  font-size: 30px;
  text-shadow: 0px 0px 2px black;
  width: 48px;
  height: 48px;
  line-height: 49px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 8px;
  color: #b70000;
  background-color: #1e2528;
  transition: all .3s;
  box-shadow: .5px .5px 1px rgb(0,0,0);
}

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

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

.footer-dark .dedicate {
  background-color: rgb(20,20,20);
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

@media (min-width: 768px) {
  .footer-dark .dedicate {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .nav-border-right {
    border-right: 1px solid #1c1c1c;
    height: 100%;
  }
}

