.nav-main, aside {
    display: none;
} /* Then remove all of the navigation rules */

a:after { 
     content: " ( " attr(href) " ) ";
}

footer :not(:first-child) {
    display: none;
}

footer {
        margin-top: 40px;
}
footer p {
    text-align: center;
}

/**
 * Fancy Box
 * - Remove the fancy box container 
 */
.fancybox-container {
    display: none;
}
.wrapper {
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
    background: #fff;
}

.card {
    margin-bottom: 20px;
}
