/* The visible design is supplied by the original UT Knoxville Advancement stylesheets
   linked in app/layout.tsx. These rules only adapt the WordPress shell to React. */
body { margin: 0; }
.voh-nav-link { cursor: pointer; }
.voh-photo { position: relative; }
.voh-photo .voh-logo-overlay {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  width: min(24%, 280px);
  height: auto;
  pointer-events: none;
}
#masthead .site-logo a img { width: 280px; height: auto; }
@media (max-width: 768px) {
  .site-header .header-image,
  #masthead .site-logo a img { width: 200px; height: auto; }
  .voh-photo .voh-logo-overlay { right: 12px; bottom: 10px; width: 28%; }
}
@media (max-width: 1140px) {
  #site-navigation .main-nav { display: none; }
  #site-navigation.toggled .main-nav {
    display: block;
    width: 100%;
  }
}
