/* Hybrid Human Science - custom styles */

/* Journal logo size in the site header */
.pkp_site_name .is_img img {
  max-height: 120px !important;
  max-width: 100% !important;
  height: auto;
  width: auto;
}

/* Horizontal position of the logo */
.pkp_site_name {
  margin-left: -20px;
}

/* Narrow screens: smaller logo so it fits inside the header bar */
@media (max-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 70px !important;
  }
  .pkp_site_name {
    margin-left: 10px;
  }
}
