
/* JNDH Theme Custom CSS */

.pkp_structure_head {
    background: linear-gradient(90deg,#002820,#004537,#002820) !important;
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #8b6f2a;
}

.pkp_site_name a {
    color: #d4af37 !important;
    font-size: 46px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pkp_site_name {
    text-align: left;
}

.pkp_navigation_primary_wrapper {
    background: #001a15 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.pkp_navigation_primary > li > a {
    color: white !important;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

.pkp_navigation_primary > li > a:hover {
    color: #d4af37 !important;
}

.page_index_journal .current_issue,
.page_index_journal .cmp_announcements,
.page_index_journal .additional_content {
    background: white;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    margin-bottom: 30px;
}

.pkp_structure_sidebar {
    background: transparent;
}

.pkp_block {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
    margin-bottom: 25px;
}

.block_make_submission a {
    background: #00533f !important;
    color: white !important;
    padding: 15px 25px;
    display: block;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
    transition: .3s;
}

.block_make_submission a:hover {
    background: #00755a !important;
}

h2, h3, h4 {
    color: #12382f;
    font-weight: 700;
}

body {
    background: #f6f4ef !important;
    font-family: "Times New Roman", serif;
}

.obj_issue_toc img,
.cover img {
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}
