.content {
    padding-top: 16px;
    position: relative;
}
.article {
    padding: 4%;
}
.full-width .article {
    padding: 4%;
}
.headline {
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.2;
    margin: 0 0 6px;
    padding: 0 0 6px;
}

.full-width .headline {
    text-align: left;
}
h2 {
    font-size: 1.4em;
    font-weight: 500;
    margin: 6px 0;
    padding: 6px 0;
}
h3 {
    font-size: 1.2em;
    font-weight: 400;
    margin: 6px 0;
    padding: 6px 0;
}
h4 {
    font-size: 1em;
    font-weight: 400;
    margin: 6px 0;
    padding: 6px 0;
}

blockquote {
       font-size: 1em;
 }

.post-area .medium-4 {
    background-image: none;
}
/* applies to Work page */

.flex-centered-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    justify-content: center;
}
.flex-centered-4 figure {
    max-width: 20% !important;
    box-sizing: border-box;
}
/* END WORK PAGE */
