.article h1 {
    font-size: 2em;
    line-height: 1.333334em;
    /* padding: 20px 0 42px */
}

.article h2 {
    font-size: 1.5em;
    padding-bottom: .3em;
    line-height: 1.334;
    border-bottom: 1px solid #eee;
}

.markdown-body h2 {
    padding-bottom: .3em;
    font-size: 1.5em;
    line-height: 1.334;
    border-bottom: 1px solid #eee;
}

.article h3, .article h4 {
    font-size: 1.25em;
}

.article {
    font-size: 16px;
    line-height: 1.6em;
}

.navbar-brand-center
{
    position: absolute;
    left: 50%;
    top: 7px;
    margin-left: -40px;
}

.logo {
    margin-top: -8px;
}

section.section-heading {
    padding: 50px 0 0;
}

.btn-notransform {
    text-transform: none !important;
}