/* ===== Logo Image ===== */
.pkp_site_name .is_img img {
    max-height: 200px;
    max-width: 100%;
}

/* ===== Text Justification ===== */
.obj_article_details .abstract,
.obj_article_details .author_bios,
.pkp_structure_main p {
    text-align: justify;
}

/* ===== Header (Desktop + Mobile) ===== */
.pkp_structure_head {
    background-color: #DCB566 !important;
    border-bottom: 1px solid #ddd;
}

/* ===== Primary Navigation Wrapper ===== */
.pkp_navigation_primary_wrapper {
    background-color: #DCB566 !important;
}

/* ===== Mobile Navbar & Hamburger Menu ===== */
.navbar,
.navbar-default,
.navbar-collapse {
    background-color: #DCB566 !important;
    border-color: #DCB566 !important;
}

/* ===== Mobile Menu Links ===== */
.navbar-nav > li > a {
    color: #000000 !important;
}

/* Hover */
.navbar-nav > li > a:hover {
    background-color: rgba(0,0,0,0.1) !important;
}

/* ===== Sidebar Blocks (Optional) ===== */
.pkp_block {
    background-color: #DCB566;
    padding: 2.143rem;
}

/* ===== Footer ===== */
.pkp_structure_footer_wrapper {
    background-color: #DCB566;
}