/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2025 | 13:31:56 */
#navMenu {
  transition: top 0.4s ease, opacity 0.4s ease;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

#navMenu.hidden {
  top: -100px; /* moves it out of view */
  opacity: 0;
}

#navMenu.visible {
  top: 0;
  opacity: 1;
}