a:link {
    text-decoration: none;
}

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

.nav li {
  display: inline;
}

.jumbotron {
  background-image: url("skyline.jpg");
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
  position: top;
  top: 100px;
}

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

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

.jumbotron a {
color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Impact, Charcoal", sans-serif;	
}
.jumbotron h4 {
	color: #fff;
	font-size: 12px;
}

.learn-more {
  background-color: gainsboro;
}

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.learn-more h2 {
  font-family: 'Shift', sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.learn-more a {
  color: #000000;
}

.info-area {
    background-color: #efefef;
    border-bottom: 1px solid #dbdbdb;
}
.info-area h2 {
    color: #393c3d;
    font-size: 24px;
}  
 .info-area h4 {
    color: #393c3d;
    font-size: 18px; 
 }
 .info-area p {
	 font-size: 15px;
    margin-bottom: 13px;
 }
 
