.nav a {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

.jumbotron {
  background-image:url('./images/bg_home.jpg');
  height: 475px;
  background-repeat: no-repeat;
  background-size: cover;
 
}

.jumbotron .container {
  position: relative;
  top:50px;
  }
.jumbotron h1 {
  color: #fff;
  font-size: 46px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
}
.jumbotron h4 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
}
.jumbotron p {
  font-size: 20px;
  color: #fff;
}

.jumbotron .but a {
   color: #fff;
}

.panel-heading a {
    color:#393c3d;
	font-size: 18px;
	text-decoration: underline;
}
.panel-heading a:hover {
    color:#393c3d;
	font-size: 18px;
	text-decoration: none;
}

.panel-heading h4 {
    color:#393c3d;
	font-size: 20px;
	text-align: center;
}
.col-lg-8 .midtext{
padding-top: 0px;
text-align: justify;
}
.col-lg-8 .midtext h1{
text-align: center;
}

.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:1px solid #dbdbdb;
    }
.neighborhood-guides h2 {
    color:#393c3d;
    font-size: 24px;
    }
.neighborhood-guides p {
    font-size:15px;
    margin-bottom: 13px;
	}   
	  
    