body > div > div.pkp_structure_content > div > div > section.current_issue > h2 {
  visibility: hidden;
}
body > div > div.pkp_structure_content > div > div > section.current_issue > h2:after {
  content:'Latest Issue'; 
  visibility: visible;
  display: block;


 
}

#navigationPrimary > li:nth-child(1) > a {
font-size:1px !important;
}
#navigationPrimary > li:nth-child(1) > a:after {
  content:'Latest Issue'; 
  visibility: visible;
  display: block;
      padding-bottom: 6px;
    border-bottom-width: 4px;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;


 
}

#navigationPrimary a:hover, #navigationPrimary a:focus {
    color: #1B538A !important;
}

.pkp_site_nav_menu a {
color: #1B538A !important;
}

 section.item.abstract > h2{
    display:inline !important;
    margin-bottom:10px;
}
 section.item.abstract > h2::after {
    content:"\a";
    white-space: pre;
        margin-top:10px;
        padding-top:10px;
}

.pkp_page_index .homepage_image img {
    display: block;
    padding-top:50px;
    margin:auto;
    width: 60%;
    height: auto;
}