/* Make OJS logo bigger */
.pkp_site_name .is_img img {
    max-height: 80px; /* Adjust height as needed */
    width: auto;        /* Keep aspect ratio */
}

@media (max-width: 767px) {
    .pkp_site_name .is_img img {
    max-height: 90px; /* Adjust height as needed */
    width: auto;        /* Keep aspect ratio */
}
}

.has_site_logo .pkp_head_wrapper {
    height: auto;
}

@media (max-width: 767px) {
   .has_site_logo .pkp_head_wrapper {
    height: 100px !important;
}
} 

.pkp_site_nav_toggle {
    height: 100px !important;
}

