img.footer-brand-image {
    display: none;
}

footer.site-footer {
    background-color: black;
}

.main-header {
    background-color: #000000;
}

ul#primaryNav {
    width: 63%;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-item {
    color: #fffefe;
}

#userNav .nav-link, .language-toggle .dropdown-toggle
 {
        color: #ffffff;
}

#primaryNav .nav-link, #primaryNav .dropdown-item 
{
    text-transform: capitalize;
}

#primaryNav .nav-link:hover, #primaryNav .nav-link:focus {
        background: transparent;
        color: #ffffff;
        border-color: #ffffff;
    }


.homepage-additional-content .col-lg-10, .col-lg-9 {
        flex: 0 0 auto;
        width: 50%;
    }

.navbar-toggler {
    background: white;
}

.navbar-brand img {
    max-height: 2em;}







/* ====== Premium Journal Style — Two Column Layout ====== */

.section {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 18px;
  font-family: Georgia, serif;
}

/* Section Heading */
.section h2 {
  font-size: 24px;
  border-left: 4px solid #444;
  padding-left: 12px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* Two-column grid */
.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* Individual profile block */
.person-box {
  padding: 14px 18px;
  border-left: 4px solid #444;
  background: #fafafa;
  border-radius: 4px;
}

/* Bold name */
.person-box .name {
  font-weight: bold;
  font-size: 17px;
  color: #222;
}

/* Text lines */
.person-box div {
  margin: 2px 0;
  font-size: 14.5px;
}

/* Email formatting */
.person-box a {
  color: #004f9f;
  text-decoration: none;
}
.person-box a:hover {
  text-decoration: underline;
}

/* Mobile responsive */
@media (max-width: 720px) {
  .two-column {
    grid-template-columns: 1fr;
  }
}
