/** Style Sheet for MiDU
ver. 1.2
07.10.2022
**/

/* remove distance between section header and content listing */
.obj_issue_toc .articles {
    margin-top: 0;
}


/* remove cover image */
div.obj_article_summary div.cover {
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

/* re-size logo image in header */
.pkp_site_name .is_img img {
    display: block;
    max-height: 180px;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* limit width of footer content */
.pkp_footer_content {
    width: 75%;
}

/* hide OJS Logo in footer */
.pkp_brand_footer > a:nth-child(1) > img:nth-child(1) {
    visibility: hidden;
}

/* scale footer images */
img.footerlogo {
    max-width: 300px;
    max-height: 100px;
    margin: 10px 50px 0 0;
}

/* remove bg color in footer */
 .pkp_structure_footer_wrapper {
     background-color: #fff;
 }

 /* old link color from site.css */
 a {
     color: #143b4b;
 }

/* correction to display logo for one column settings */
.pkp_site_name_wrapper {
    height: auto;
}
.pkp_site_name {
    position: relative;
}

/* hide back-link on galley page */
.header_view .return {
    display: none;
}
