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

/* Navigation background color */
.top-bar{
    background-color: white;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color:#0c97a9;
} 

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

.menu a {
    color: #5f716e;
    font-weight: 700;
}

/* Down arrow to the right of a drop-down menu item */
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #5f716e transparent transparent;
}

