/* Beginning of Ticket 25330631499 - Steve */

/* https://app.intercom.io/a/apps/uinqovrx/inbox/inbox/3396359/conversations/25330631499 */

/* To move site menu popup down when viewing on
mobile so tap-zone does not interfeer wirht logo graphic */

@media screen and (max-width: 767px) {
  .menu.overlay-active .main-menu {
    /* padding: 50px 0 0 70px; */
    padding: 100px 0 0 70px!important;
  }
}

/* End of Ticket 25330631499 */

/*

.header {
  background: white;
}

.gallery {
  position: relative;
  top: 80px;
}


.gallery-slider {
 height: 200vh;
}
  
  
.menu {
 position: absolute;
 top: 52px;
 right: 0;
}

.hamburger {
 position: absolute;
 top: 56px;
 right: 0;
}
*/