.footer-dark {
  background: #000;
  color: #ccc;
  font-size: 14px;
  padding-top: 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-top {
  border-bottom: 1px solid #111;
  padding: 0px 0 15px;
  text-align: center;
}

.footer-nav a {
  color: #ccc;
  text-decoration: none;
  margin: 0 5px;
  font-weight: 500;
}

.footer-nav .dot {
  margin: 0 6px;
  color: #555;
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  color: #ccc;
  margin: 0 8px;
  font-size: 18px;
  transition: color 0.2s;
}

.footer-social a:hover {
  color: #fff;
}

.footer-bottom {
  background: #0b0b0b;
  padding: 15px 0;
  text-align: center;
}

.footer-bottom small {
  display: block;
  color: #777;
}

.footer-by img {
  margin-top: 10px;
  opacity: 0.8;
}
