.jumbotron {
  background-image:url('http://i.imgur.com/rAs3DqD.jpg');
  height: 500px;
}

.jumbotron .container {
  position: relative;
  top:100px;
}
.jumbotron h1 {
  color: #fff;
  font-size: 52px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
}

.jumbotron p {
  font-size: 30px;
  color: #fff;
}

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

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.noun{
    position: relative;
    left: 10px;
}
.definition{
    position: relative;
    left: 20px;
}
.learn-more a {
  color: #00b0ff;
}

.neighborhood-guides {
  background-color: #efefef;
  border-bottom:1px solid #dbbbdb;
}

.neighborhood-guides h2 {
  color: #393c3d;
  font-size: 25px;
  font-style: italic;
  margin-bottom: 20px; 
}

.neighborhood-guides p {
  margin-bottom: 100px;
  font-size: 15px;
}
.link {
    color: gray;
    }
.noun {
    font-style: italic
}

.definition p {
    padding: 2px 25px;
}