.fixed-nav-bar {
  min-width: 320px;
  max-width: 980px;
  position: fixed;
  z-index: 1;
  background: #FFFFFF repeat-x;  
}

/* Example responsive navigation menu  */
.fixed-nav-bar li, .fixed-nav-bar a { 
  height: 50px;
  line-height: 50px;
}
