/* Top Bar Styling */

a {
  text-decoration: none;
}
.top-bar {
  background-color: #2c3e50;
  font-size: 0.9rem;
}

/* Navbar Styling */
.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-brand img {
  max-height: 40px;
}

.nav-link {
  font-weight: 500;
  color: #333;
}

.nav-link:hover {
  color: #0056b3;
}

.btn-link {
  color: #333;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
  color: #0056b3;
}

@media (max-width: 992px) {
  .top-bar {
    font-size: 0.8rem;
  }
}

/* Footer Styling */
.footer {
  background-color: #101010;
  color: #ffffff;
  font-size: 14px;
}

.footer .text-orange {
  color: #ffa500;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer ul li a:hover {
  color: #ffa500;
  text-decoration: underline;
}

.footer .footer-bottom {
  border-top: 1px solid #444;
}

.footer .footer-bottom a {
  color: #ffa500;
  font-size: 14px;
  text-decoration: none;
}

.footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer .footer-bottom p {
  margin-bottom: 5px;
}

.footer .footer-bottom .d-block {
  font-size: 14px;
}

.footer .container {
  max-width: 1200px;
}

.footer .fas {
  color: #ffa500;
  margin-right: 8px;
}
