body .fixed-top {
  padding: 0;
  background-color: transparent;
  transition: height 0.2s, transform 0.5s, background-color 0.3s;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100vw;
  height: 200px;
}
body .site-branding .custom-logo {
  transition: transform 0.5s;
}
body.main-menu-visible .fixed-top {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  height: 120px;
}
body.main-menu-visible .fixed-top .site-branding .custom-logo {
  transform: scale(0.5);
}
/*# sourceMappingURL=main.css.map */