/* Hide PKP/OJS logos in footer */
.pkp_brand_footer img,
footer a img,
#immersion_content_footer .col-2 a img {
    display: none !important;
}

/* Compact footer */
footer,
.main-footer,
.site-footer {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 0.9em !important;
}

/* -----------------------------------------------
   MAKE HEADER BACKGROUND BLACK
----------------------------------------------- */

/* Main header container */
.site-header,
.pkp_site_name,
.pkp_structure_head {
    background-color: #000 !important; /* pure black */
}

/* Navbars used by OJS Bootstrap 3 */
.navbar,
.navbar-inverse,
.navbar-default {
    background-color: #000 !important;
    border-color: #000 !important;
}

/* Navbar links */
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
    color: #fff !important;
}

/* -----------------------------------------------
   INCREASE LOGO SIZE IN HEADER
----------------------------------------------- */

/* Desktop logo size */
.site-header .journal-logo img,
.pkp_site_name .is_img img {
    max-height: 150px !important;   /* increase height */
    width: auto !important;
}

/* Mobile scaling */
@media (max-width: 768px) {
    .site-header .journal-logo img,
    .pkp_site_name .is_img img {
        max-height: 120px !important;
        width: auto !important;
    }
}
