.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; 
  height: 30px;
}

/* Navigation background color */
.top-bar, .top-bar ul {
    background-color: white;
} 
