a, a:hover, a:visited {
    color: #555;
    text-decoration: none;
}

section {
    width: 990px;
    margin: 0 auto;
}

article {
    margin: 30px 0;
}

    article h2 {
        border-top: solid 2px #555;
        border-bottom: solid 2px #555;
        margin: 40px 0 20px 0;
        padding: 10px;
    }

    article h2, article h3, article p {
        color: #555;
        font-family: 'Cartogothic Bold';
        text-align: center;
        text-transform: uppercase;
    }

    article p {
        font-family: 'Dejavu Sans Condensed';
    }


@media screen and (max-width: 992px) {

    section {
        width: 100%;
    }
}