/* Increase header logo size */
.pkp_site_name .is_img img {
  max-height: 180px !important;
  width: auto !important;
}

/* Give the header more vertical breathing room */
.pkp_site_name {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Prevent the navigation from crowding the enlarged logo */
.pkp_navigation_primary_wrapper {
  margin-top: 10px !important;
}
