/* GLOBAL */

html,
body,
#page {

    margin: 0;
    padding: 0;

    background: black;

    font-family: 'Source Sans Pro', sans-serif;
}

/* =========================================
   GLOBAL CTA BUTTON SIZING STANDARDS
   ========================================= */
.hero-btn,
.back-to-blog-btn,
.share-profile-btn,
.instructors-btn,
.submit-btn,
.about-btn,
.cta-btn {
    padding: 18px 42px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
}

@media screen and (max-width: 768px) {
    .hero-btn,
    .back-to-blog-btn,
    .share-profile-btn,
    .instructors-btn,
    .submit-btn,
    .about-btn,
    .cta-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}