@import url('https://fonts.googleapis.com/css2?family=Lato:ital@0;1&display=swap');

body {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
}

a {
    color: #017d7f !important;
}

div.pkp_structure_main {
   width: 85%;
   max-width: 900px;
   padding-left: 2rem !important;
   padding-right: 2rem !important;
   padding-top: 1rem;
   margin-right: 0;
}
div.pkp_structure_main::before {
   display: none;
}
div.pkp_structure_main::after {
   display: none;
}
div.pkp_structure_content {
   width: 100%;
  max-width: 1300px;
   margin: 0% auto;
   padding:0;
}

div.heading {
    /*max-height: 500px;*/
}
.cover {
    height: 100% !important;
    max-width: 90% !important;
    max-height: 100% !important;
    width: 100% !important;
}
.cover img {
    height: 100% !important;
    max-width: 100% !important;
    max-height: auto !important;
    width: auto !important;
}

span.label, span.value {
    display: none;
}
div.section::before {
    display: none;
}
div.section {
    margin: 0 !important;
    padding-bottom: 1% !important;
    padding-top: 1% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
div.current_issue_title {
    display: none;
}
div.homepage_image {
    padding-left: 2%;
    padding-right: 2%;
}
/*@media (min-width:900px) {
    body {
        font-size: 0.9rem;
    }
div.pkp_structure_main {
   width: 98% !important;
   padding-left: 0rem !important;
   padding-right:0rem !important;
   margin-right: 0;
   margin-left: 0;
}
div.heading {
    height: 400px !important;
}
div.pkp_structure_content.has_sidebar {
  width: 8%;
   margin: 0% auto;
}
.cover {
    height: 500px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: 300px !important;
}
a.cover > img {
    max-height: 100% !important;
    width: auto !important;
}
.obj_issue_toc .cover img {
    display: block;
    max-height: 400px;
    width: auto;
}

}*/
header {
  box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
}
section.current_issue  h2 {
    display: none;
}

.obj_issue_toc .cover img {
    display: block;
    max-height: 700px;
    width: auto;
}
a.cover {
    max-width: 60% !important;
}