.navbar {
  margin-bottom: 0;
  border: none;
}

.navbar-brand .glyphicon {
  margin-right: 6px;
}

.hero {
  background: url(city_bg.jpg) no-repeat center;
  background-size: cover;
  border: none;
}

.hero .get-it h1, .hero .get-it p {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  margin-bottom: 40px;
}

.hero .get-it .btn {
  text-shadow: none;
  margin: 20px;
}

.carousel-inner > .item > img {
  margin: 0 auto;
}

