@media only screen and (min-width: 1025px) {
    #mainContent {
        max-width: 60em;
        margin: 0 auto;
        padding: 3em;
        background-color: rgba(238, 237, 236, 0.9);
        position: relative;
        top: -184px;
    }
}

#pageTitle h1 {
    text-align: center;
    margin-bottom: 30px;
}

blockquote p {
    color: #575047;
    font-family: tradegothicltcom-boldobl, sans-serif;
    font-size: 1.1em;
    line-height: 1.5;
}