section.pages {
    background: url(../img/textured-bg.png) repeat-y;
    background-size: cover;
}
section.pages .page-block-holder {
    margin-bottom: 1.8rem;
}
section.pages .page-block {
    border: 1px solid #bebebe;
    margin-bottom: 1.8rem;
}
section.pages .page-block .img-holder {
    background: #050307;
}
section.pages .page-block .img-holder img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
section.pages .page-block .page-block-title {
    font-family: "Miserable", serif;
    font-size: 3.75rem;
}
section.pages .page-block .page-block-subtitle {
    font-family: "Miserable", serif;
    font-size: 2.375rem;
}
section.pages .page-block .page-block-content {
    padding: 1.8rem 2rem;
    color: #323232;
}
section.pages .pages-post-word {
    margin-top: 2rem;
    font-size: 1.375rem;
}
@media all and (min-width: 576px) {
    section.pages .page-block .page-block-content {
        padding: 1.8rem;
        color: #323232;
    }
}



section.blankcanvas {
   position: relative;
   top: 250px;
   min-height: 400px;
}