.header.container-fluid {
    background-color: #d9c179;
    color: #7b7b39 !important;
}


.header {
    background-color: #b21a00
}

section.journal_summary p,
div.container-page p {
    font-family: sans-serif !important;
}


/* Navigation */
#navigationPrimary {
    justify-content: flex-end;
}


/* Site Footer */
.site-footer {
    background-color: #d9c179;
    color: #333333 !important;
}


.current_issue header {
    margin-bottom: 1px;
}

main.page_index_journal div.container-fluid.container-page {
    padding-top: 5px;
}


.current_issue_title span {
    font-size: 30px;
    font-weight: bold;
}


/* Navigation menu items */

div.navigation-dropdown.dropdown-menu {
    padding: 10px;
    border:  0;
    border-top: 1px solid #b21a00;
    /*background: #eee;*/
    box-shadow: 0 8px 8px -4px lightgrey;
}

div.navigation-dropdown.dropdown-menu a {
    text-align: initial;
    padding: 10px 15px;
    color: rgba(25,0,7,0.77)
}

div.navigation-dropdown.dropdown-menu a:hover {
    color: rgba(25,0,7,0.77);
    opacity: .7;
    background-color: rgba(0,0,0,.03);
}

article.article_summary div.article_summary_body h5.summary_title_wrapper a:hover {
    background-color: none;
    text-decoration: underline;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #8d0000 !important;
    color: white !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #392200 !important;
    font-weight: bold !important;
}

span.current_issue_identification {
    display: none !important;
}

.published{
    display:  none !important;
}