
#fixed > nav a {
  border-bottom: 5px solid transparent;
  background-color: white;
  color : rgb(0,25,56);
  border-left : none;
  text-decoration : none;
  text-align: center;
  padding: .5em;
}

#fixed .menu-button{
    background-color : white;

}

.menu-button .touch-button{
     height: auto;    
     
}
.flexnav .touch-button{
   background-color : transparent; 
}



#fixed .nav li span {
  display: block;
}


@media screen and (max-width: 800px) {

    #fixed .nav{
      overflow-y: scroll;
      max-height: 300px;
    }
}
