/****** PLACE YOUR CUSTOM STYLES HERE ******/
nav.fixed{ opacity: 1 !important; visibility: visible !important; transform: none !important; }
.nav-container{
  position: sticky;
  top: 0;
  z-index: 9999;
}
