/* Upload through OJS Website > Appearance. Intended for the default theme. */
.pkp_structure_head,
.pkp_site_nav_menu {
    background: #152547;
}
.pkp_site_name a,
.pkp_navigation_primary > li > a,
.pkp_navigation_user > li > a {
    color: #fff;
}
.pkp_structure_footer_wrapper {
    background: #0f1e4a;
    border-top: 4px solid #f4b400;
    color: #b4bdd0;
}
.pkp_structure_footer_wrapper a {
    color: #f4b400;
}
.pkp_structure_footer_wrapper a:hover,
.pkp_structure_footer_wrapper a:focus {
    color: #fff;
}
.pkp_brand_footer img {
    filter: brightness(0) invert(1);
}
