@mixin fix-narBar {
  position: fixed;
  z-index: $zindex-navBar;
  top: 0;
  left: 0;
  width: 100%;
}
