/* JSIA custom stylesheet (Settings > Website > Appearance > Journal style sheet).
   Remove this file to restore the theme defaults. */

/* 1. Primary menu: transparent on desktop so it sits on the header image */
@media (min-width: 992px) {
  .pkp_site_nav_menu {
    background: transparent;
  }
  .pkp_navigation_primary_row {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
}

/* 2. Justified body text in the main content column only (not headings, sidebar, forms or article lists) */
.page_index_journal .homepage_about p,
.page_index_journal .additional_content p,
.page_index_journal .additional_content li,
.pkp_structure_main .page > p,
.pkp_structure_main .page > ul > li,
.pkp_structure_main .page > ol > li,
.pkp_structure_main .page .description p,
.pkp_structure_main .page_submissions p,
.pkp_structure_main .page_submissions li,
.pkp_structure_main .page_privacy p,
.pkp_structure_main .page_contact .address p,
.pkp_structure_main .cmp_announcements .description p,
.pkp_structure_main .page_announcement .description p {
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
