.jumbotron {
     color: white;
     text-shadow: #444 0 5px 5px;
     background:transparent;
     background: url('http://picjumbo.com/wp-content/uploads/HNCK2574-1300x866.jpg') no-repeat center center;
	 margin-bottom: 0;	
}

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

.jumbotron h1 a {
	color: #FFFAF0;
}

.jumbotron h2 {
  font-size: 20px;
  color: #FFFAF0;
  text-align: center;
}

.jumbotron p {
  font-size: 15px;
  color: #FFFAF0;
  text-align: center;
}

.jumbotron p a {
	color: #FFFAF0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-align: center;
}

li {
	display: inline;
	text-align: center;
}

.learn-more {
	background-color: #000000;
	text-align: center;
}

.learn-more h3 {
	font-weight: bold;
	font-size: 18px;
	color: #FFFAF0;
}

.learn-more p {
	color: #FFFAF0;
}

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