/*
  PIXELLENCE DESIGN - GLOBAL SITE FIXES
  This stylesheet is loaded LAST on every main HTML page.
  Put shared/global CSS changes in this file so they work across the whole site.
*/

/* Match the header logo dimensions used by index.html. */
.header .logo {
    width: 100%;
    padding: 9px 0;
}

.header .logo > a {
    display: inline-block;
    line-height: 0;
}

.header .logo img.white-logo,
.header .logo img.black-logo,
.header .logo img {
    width: 140% !important;
    max-width: 150px !important;
    height: auto !important;
    object-fit: contain;
}
