/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/
.s-fade-txt h1 {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.content > h2:first-of-type {
    padding-top: 1em;
}

.about-image {
    @media (width >= 64rem) {
        /*float: right;
        margin-top: 0;
        margin-top: -4rem;
        margin-bottom: 0;
        max-width:48%;*/
        max-width:60%;
        margin: 0 auto;
    }
}

.contact-image {
    @media (width >= 64rem) {
        float: right;
        margin-top: 0;
        margin-top: -4rem;
        margin-bottom: 0;
        max-width:50%;
    }
}