/* ============================================================
   GREYCREATURE — HEADER MOBILE FIXES ONLY
   These fixes are confirmed working — do not modify
   ============================================================ */

@media (max-width: 991px) {

  .main-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 999;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body {
    padding-top: 65px;
  }

  #sidebarMenu {
    top: 65px;
  }

  .logo-link img {
    height: 50px;
  }
}