/**
 * Header OJS
 */
body{
    height: 50% !important;
  background-image: url('bg2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/**
.pkp_structure_content{
  height: 100%;
  background-image: url('public_html/ojs/templates/images');
  background-repeat: repeat;
  background-position: left top;
}*/

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
/*.pkp_structure_page {*/
/*    padding: 20px !important;*/
/*}*/
.pkp_brand_footer {
  display: none;
  }
  
.pkp_structure_page {
    position: relative;
    top: 20px;
    margin-top: 0px !important;
}

@media (max-width: 1156px) {
    .pkp_structure_page {
        top: 0px;
    }
        
}

@media(max-width: 1024px) {
    .list-journals {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media(max-width: 598px) {
     .list-journals {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media(max-width: 375px) {
     .list-journals {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}


.list-journals {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 10px;
    padding-bottom: 20px;
}

.list-item-journals {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.list-item-journals img {
    display: block;
    max-height: 20em;
}

.list-item-journals a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-item-journals {
    display: flex;
    justify-content: center;
    height: 100%;
}

.btn-item-journals a button {
    background-color: blue;
    color: white;
    border: none;
    padding: 5px 10px 5px 10px;
    cursor: pointer !important;
}

.btn-item-journals a {
    margin: 0px !important;
}

.list-journals-img {
    display: flex;
    justify-content: center;
}

.btn-item-journals-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}