#footer-dark {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  background-color: rgb(0,0,0);
  padding: 30px 15px 20px 15px;
}

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

#footer-dark a {
  color: #cccccc;
}

#footer-dark a:hover {
  color: #ffffff;
}

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

#footer-dark ul a:hover {
  opacity: 1;
  transition: all .3s;
}

#footer-dark .social a {
  opacity: 1;
  text-align: center;
  font-size: 30px;
  text-shadow: 0px 0px 2px black;
  width: 50px;
  height: 50px;
  line-height: 1.7;
  display: inline-block;
  border-radius: 30px;
  margin: 0 8px;
  color: #cccccc;
  background-color: #2c2c2c;
  transition: all .3s;
  border: solid 1px #3b3b3b;
}

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

#footer-dark .copyright {
  text-align: center;
  color: var(--bs-gray-600);
  padding-top: 24px;
  font-size: 13px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #footer-dark .nav-border-right {
    border-right: 1px solid #333333;
  }
}

@media (min-width: 992px) {
  #footer-dark .nav-border-left {
    border-left: 1px solid #333333;
  }
}

#footer-dark h2 {
  font-size: 24px;
  color: #ff8000;
  line-height: 1.4;
}

@media (min-width: 576px) {
  #footer-dark h2 {
    font-size: 28px;
  }
}

#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: #ff8000 !important;
}

