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

.top-bar {    /* Blue bar under navigation */
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #0c97a9;
	position: relative;
    background-color: white;
}

.top-bar ul {
    background-color: white;
} 

  