 body {
  font-family: 'Oswald', sans-serif;
 }
 h4 {
  font-size: 24px;
 }
 h2, h3 {
  text-align: left;
 }
 #main_content p {
     text-align: left;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    }
.jumbotron#three h1 {
  font-size: 2.5em;
  color: #000;
 font-family: 'Oswald', sans-serif;
}

.jumbotron#three p {
  color: #000;
   font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.jumbotron {
      background-color: #333;
    }

.jumbotron h1{
      color: #fff;
    }

.jumbotron p {
  color: #fff;
   font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.jumbotron#two,.jumbotron#three {
      background-color: #999;
    }

.jumbotron#two h1{
      color: #333;
    }

.jumbotron#two p {
  color: #333;
   font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
div#me {
  min-height:25px;
  line-height:25px;
  text-align:center;
  color:white;
  font-weight:bold; 
}
.inner {
  width:50%;
  max-width:960px;
  margin:0 auto;
}
.footer {
  background:black;
}
.footer .inner {
  background:black;
}
.footer ul {
  margin-bottom: 0;
}
.footer ul li{
  display: inline-block;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  padding: 10px;
  text-decoration: none;
}
.footer ul li a{
  text-decoration: none;
  color: white;
}
.footer ul li a:hover, a:focus {
  text-decoration: none;
  color: #fc6;
}