/* WordPress-specific overlays. Does not change the static-site design. */

body.admin-bar #siteHeader {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #siteHeader {
    top: 46px;
  }
}

#wpadminbar,
#wpadminbar * {
  box-sizing: content-box;
}

#wpadminbar img {
  display: inline-block;
}

.custom-logo-link img,
img.custom-logo {
  height: 2rem;
  width: auto;
}

@media (min-width: 640px) {
  .custom-logo-link img,
  img.custom-logo {
    height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .custom-logo-link img,
  img.custom-logo {
    height: 2.5rem;
  }
}

.current-menu-item > a.nav-link::after,
.current_page_item > a.nav-link::after {
  width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
