/* Justify abstract text */
.abstract {
  text-align: justify;
}

/* Justify description text */
.description {
  text-align: justify;
}

/* Justify keywords text */
.keywords {
  text-align: justify;
}

/* Justify homepageAbout text */
.homepageAbout {
  text-align: justify;
}

/* Justify homepageAbout text */
.page_index_journal {
  text-align: justify;
}

.pkp_structure_footer_wrapper {
    background-color: #57b9a838; /* Change to desired color */
}

.pkp_site_name .is_text {
    color: white !important;
}



.pkp_navigation_primary > li > a:hover {
    color: #cccccc !important; /* Light gray on hover */
}

.pkp_navigation_primary > li > a,
.pkp_navigation_search_wrapper a,
.pkp_site_nav_menu a {
    color: rgba(0,0,0,0.84) !important;
}



img {
    max-width: 185%;
    width: auto;
    height: auto;
}

li.about_journal, 
a[href*="about"] {
    display: none !important;
}


.pkp_navigation_user>li>a:focus {
       
        background: #aaa;
            }

.pkp_navigation_primary > li > a:focus {
    background: #aaa !important; /* Light gray on hover */
}