.nav a {
  color: #5a5a5a;
  font-size: 15px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

.jumbotron {
  background-image:url('fondo.jpg');
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
  position: relative;
  top:30px;
}

.jumbotron h1 {
  color: #FFFF00;
  font-size: 50px;  
  font-family: 'Shift', Broadway;
  font-weight: bold;
}

.jumbotron p {
  font-size: 25px;
  font-family: 'Shift', Aharoni;
  color: #C50050;
}

.learn-more {
  background-color: #f7f7f7;
}

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.learn-more a {
  color: #00b0ff;
}
.neighborhood-guides{
  background-color:#efefef;
  border-bottom:50px solid #dbdbdb;
}
.neighborhood-guides h2 {
  color:#393c3d;
  font-size:24px;
}
.neighborhood-guides p {
  font-size:15px;
  margin-bottom: 13px;
}