/* === Header / Navbar Background === */
.site-header,
.navbar-custom {
    background-color: #fffff9;
}

/* Navbar links: default highlight */
.navbar-custom .navbar-nav .nav-link {
    color: #b23e3e !important; /* override navbar-dark */
}

/* Navbar link hover */
.navbar-custom .navbar-nav .nav-link:hover {
    color: #eb6e6e !important;
    text-decoration: underline;
}

/* Active page link */
.navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #b23e3e !important;
}

/* Primary buttons */
.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:hover {
    background-color: #b23e3e;
    border-color: #b23e3e;
    color: white;
}

/* Journal name */
.journal-name {
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
  	margin-top: 0.5rem;
  	font-size: 1.35rem;
  	
}

/* Optional small inline highlights */
a.highlight,
span.highlight {
    color: #b23e3e;
}

.index-header {
  font-size: 2rem;
  margin-top: 0.5rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "DM Serif Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.navbar-custom {
    margin-top: 0.5rem;
}