/* Top bar */
#header .top-bar {
    background: #f8f9fa;
    text-align: right;
    padding: 5px 20px;
}

/* Journal title */
#header .journal-title {
    font-size: 28px;
    font-weight: bold;
    color: #003366;
    text-align: center;
}

/* Subtitle */
#header .journal-subtitle {
    font-size: 14px;
    color: #555;
    text-align: center;
}

/* Navigation */
#header .nav-menu {
    background: #003366;
    color: white;
    padding: 10px 0;
}
#header .nav-menu a {
    color: white;
    padding: 0 15px;
}