body {
  padding-top: 120px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #f8f9fa;
  margin: 0;
  overflow-x: hidden;
}

#top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 45px;
  background-color: #222;
  color: #fff;
  z-index: 1050;
  padding: 10px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#top .offer .btn {
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 10px;
}

#top ul.menu {
  list-style: none;
  padding-left: 0;
}

#top ul.menu li {
  display: inline;
  padding: 0 10px;
}

#top ul.menu li a {
  color: #eee;
  font-weight: bold;
  text-decoration: none;
}

#navbar {
  position: fixed;
  top: 45px;
  width: 100%;
  z-index: 1040;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar-brand img {
  max-height: 50px;
}
