/* default */
body{
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
#content a:link {
    text-decoration: none;
    color: #7ebfbe;
    font-weight: bold;
}

/* ===== spans ====*/
.page-heading {
    font-weight: bold;
    color: #7a7b7e;
    font-size: 35px;
    font-family: 'NexaRust', sans-serif;
    margin-top: 0;
}

.yellow-heading {
    font-weight: normal;
    color: #ffc600;
    font-size: 35px;
}

/* ==== rule ==== */
hr {
    width:100%;
    background: #5fb1af;
    height: 1px;
    border:0;
}

/* =======================================================
   Media Queries
 ====================================================== */
@media only screen and (max-width:1200px){
    .page-heading {
        font-size: 24px;
    }
    .yellow-heading {
        font-size: 24px;
    }

}