/*-------GLOBAL-------*/
html, body, .contentTitle {
    font-family: "trilby", serif;
    font-weight: 900;
    font-style: normal;
}
.contentTitle {
    padding-bottom: .1em;
}
@media only screen and (min-width: 768px) {
    .fullBleed .noSecondaryContent .primaryAndSecondaryContent {
        max-width: 500px;
        margin-left: 0;
        background-color: #FFF4E8;
        height: 100vh;
    }
}