/**
 * Styles for the Jumbo-Tron page layout.
 */
h1 {
    font-size:30px;
}
h2 {
    font-size: 25px;
}
.homepage-lead {
  height: 385px;
  overflow: hidden;
}

.homepage-lead, .homepage-lead .row, .homepage-lead .container {
    width: 100%;
    padding: 0;
    margin-left: 0;
}

.homepage-lead .span8 {
    
}

.homepage-about {
    width: 700px;
    height: 175px;
    background-color: #5f5f5f;
    margin-top: 95px;
    border: 1px solid white;
    opacity: .95;
    overflow: hidden;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    padding: .75em;
    margin-left: auto;
    margin-right: auto;

    z-index: 20;
}

.homepage-about h1 {
    color: white;
    font-size: 30px;
}

.homepage-about .lead {
    color: #d7d7d7;
}

.jumbo-tron {
  position: absolute;
}

#overview {
  background-color: #d7d7d7;
}

#overview .container {
    position: absolute;
    z-index: 10;
}

ul > li > h2:first-child {
    display:   none;
}

footer {
    text-align: left;
    margin-bottom: inherit;
}