body {
  font-family: "Segoe UI", sans-serif;
}

.hero-section {
  background: #121212;
  color: white;
  padding: 100px 20px;
  text-align: center;
}

.site-logo {
  height: 80px;
  width: auto;
}

.site-banner {
  background-color: rgb(26, 0, 0);
  /* Light background (can be changed) */
  border-bottom: 1px solid #ddd;
}

.site-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fafafa;
}

.site-tagline {
  font-size: 1.2rem;
  color: #fafafa;
}

/* .glass-navbar {
  background: rgba(255, 255, 255, 0.6); 
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
  font-weight: 400;
  color: #222 !important; 
  font-size: 1rem !important;
}

.navbar-brand {
  color: #111 !important;
}


.dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


.navbar-toggler {
  border: none;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  color: #222;
}

.navbar-toggler:focus {
  box-shadow: none;
}

 .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    } 

.navbar-collapse .nav-link,
.dropdown-item {
  font-size: 1rem;
  padding: 0.5rem 1rem;
} */

#pagecontent {
  min-height: 450px;
}
