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

.nav li {
  display: inline;
}

.jumbotron {
  background-image: url('../images/bg_banner_antennaview.jpg');
  height: 600px;
  width: auto;  
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.jumbotron .logo {
    position:relative;
    left:850px;
    top:-100px
}

.jumbotron .banner {
    position:relative;
    }

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

.sports-banner h1 {
    font-size:40px;
    font-family:'Shift', sans-serif;
    font-weight:bold;
    color:#4B0080;
    position:relative;
    left:600px;
    top:50px
}