body h1, body h2, body h3, body h4, body nav {
    font-family:   Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif;
}

.site-page-home ul.resource-list {
max-width: 60rem; margin: 0 auto;
}

body.item.resource.show  div#content {
max-width: 75rem; margin: 0 auto;
}

body {
background-color: rgb(252, 238, 217);
background-color: #fdf5e8;
}

ul.resource-list .resource .description::after {
background: linear-gradient(to top, #fdf5e8, rgba(248, 248, 248, 0))
}