.footer-links {
  font-size: 13px;
}

.footer-links a {
  color: white;
  font-weight: bolder;
  text-decoration: initial;
}

.footer-links a:hover {
  color: rgb(182,182,182);
}

.footer-logo {
  max-height: 28px;
  margin-top: -6px;
  margin-right: 6px;
}

.text-white {
  color: #fff!important;
}

.border-info {
  border-color: #17a2b8!important;
}

.bg-dark {
  background-color: #343a40!important;
}

