.clear
{
	clear:both;
	}
	
.active
{ background-color:rgb(51,204,255);
  border-color:rgb(51,204,255);
  color:rgb(51,204,255);
  }

.logo {
  color: #5a5a5a;
  padding: 20px 20px 20px 20px;
}

.nav a {
  color: #5a5a5a;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 20px 20px 20px;
  text-transform: uppercase;
}

.nav li {

  display: inline;
}


.jumbotron {
  background-image:url('../img/bg.jpg');
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
  position: relative;
  top:0px;
}

<!--font-family: 'Shift', sans-serif;-->
<!--font-family:Arial, Helvetica, sans-serif;-->
.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
}

.learn-more {
  background-color: #f7f7f7;
}

<!--font-family: 'Shift', sans-serif;-->
<!--font-family:Arial, Helvetica, sans-serif;-->
.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: 1px solid #dbdbdb;
    }
    
.neighborhood-guides h2 {
    color: #393c3d;
    font-size: 24px;
    }

.neighborhood-guides p {
    font-size: 15px;
    margin-bottom: 13px;
    }
