.fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
}
.fixed-top .navbar {
  border: none;
  margin-bottom: 0;
  background: none;
}