#footerDark .bg {
  background-color: #000000;
  padding: 30px 15px 20px 15px;
}

#footerDark {
  color: #ffffff;
  background-color: #000000;
}

#footerDark h3 {
  margin-top: 0;
  text-align: center;
}

#footerDark h4 {
  font-size: 20px;
  text-align: center;
}

#footerDark ul {
  padding: 0;
  list-style: none;
  line-height: 2.1;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
}

@media (min-width: 992px) {
  #footerDark ul {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #footerDark ul {
    margin-bottom: 24px;
  }
}

#footerDark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  transition: all .3s;
}

#footerDark ul a:hover {
  opacity: 1;
  transition: all .3s;
}

#footerDark .item:not(.social) {
  text-align: center;
}

#footerDark .item.social {
  text-align: center;
}

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

#footerDark .item.social > a:hover {
  opacity: 1;
  box-shadow: 0 0 8px 1px #2d80ff;
  transition: all .3s;
  color: #eed9ff;
}

#footerDark .copyright {
  text-align: center;
  color: #6190d5;
  font-size: 13px;
  margin-bottom: 0;
}

#btop-but:before {
  position: absolute;
  content: "";
  background: rgb(0,0,0);
  width: 25px;
  height: 25px;
  top: 2px;
  right: 2px;
  z-index: -1;
}

#btop-but {
  position: fixed;
  bottom: 2px;
  right: 5px;
  font-size: 34px;
  line-height: 30px;
  height: 35px;
  z-index: 9999;
  transition: all .3s;
  opacity: .5;
}

#btop-but a {
  color: #6ab7fc !important;
}

