.thumbnail{
  background-color: #f7f7f7;
}

.fab-bot{
    background-color : #ffffff;
    border-bottom : 1px solid #dbdbdb;
}


.fab-bot h1 {
  color: #0055aa;
  font-size: 40px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
  text-align: center;
}

.fab-bot h2{
    color : #393c3d;
    font-size : 30px;
    font-weight: bold;
}

.fab-bot ul{
    margin-bottom : 30px;
}

.fab-info {
  background-color: #efefef;
}

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

.fab-info p {
  text-align: justify;
  font-size: 12px;
}

.fab-info a {
  color: #00b0ff;
  text-decoration: underline;
}

.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;
}
