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

.nav li {
  display: inline;
}

.jumbotron {
  background-image:url('source/1/main.jpg');
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron2 {
  background-image:url('source/1/finalproject.jpg');
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.jumbotron2 .container {
  position: relative;
  top:100px;
}

.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', arial;
  font-weight: bold;
}

.jumbotron2 h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', arial;
  font-weight: bold;
}

.jumbotron p {
  font-family: 'Shift', arial;
  font-size: 20px;
  color: #fff;
}

.jumbotron2 p {
  font-family: 'Shift', arial;
  font-size: 20px;
  color: #fff;
}

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

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

.learn-more a {
  color: #00b0ff;
}

.neighborhood-guides{
    color:#5a5a5a;
    border-bottom: 1px, solid #dbdbdb;
}

.neighborhood-guides h2 {
    color:#5a5a5a;
    font-size: 24px;
}

.neighborhood-guides p {
    font-size:18px;
    margin-bottom: 13px;
}
