@charset "utf-8";
/* CSS Document */

/* Sticky top menu */
.bg-navBarBg {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background-color: #605f4b !important;
}

/* Push page content below fixed menu 
body {
  margin-top: 80px !important;
} */

/* Make sure header/nav stays above page content */
header {
  position: relative !important;
  z-index: 999999 !important;
}
