.typography .onepage article {
    padding: 2em;
}

.typography .onepage article * {
    color: inherit;
}
.typography .onepage h2 {
    max-width: 1100px;
    margin: 0 auto;
}
.typography .onepage .content {
    max-width: 1100px;
    margin: 0 auto;

}

.onepage .img-holder {
    min-height: 500px;
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
