body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.lead-font {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.header,
.footer {
    padding-right: 15px;
}

.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

.container-narrow > hr {
    margin: 30px 0;
}

.header-image {
    background-color: #eeeeee;
    border-radius: 6px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px;
    margin-bottom: 30px;
}

.header-image img {
    width: 100%;
}

.navbar-toggle {
    border-color: #333;
    margin-top: 3px;
    margin-right: 0;
    margin-bottom: 0;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

#index p {
    text-align: justify;
}

#index blockquote footer {
    float: right;
}
