#base {
background-color: #dad1c8;
}

#side_navigation nav li.active {
background-color:#c36230;
}

#mainnav>ul>li:first-of-type {
border-top: #c36230 solid 5px;
}
#mainnav>ul>li:last-of-type {
border-bottom: #c36230 solid 5px;
}
.caption p {
font-family: Georgia, serif;
font-style:italic;
font-size:18px;
}

.item-showcase .resource.item:not(:only-child) img {
max-height: 30rem;
}

.left .item.resource img, .right .item.resource img {
/*max-width:75%;*/
}

.item.resource .caption * {
    margin: 0px 1.8em 1em 0px;
}
.left .item.resource, .right .item.resource {
margin:0;
}

.file {
border-top: none;
border-bottom: none;
}

.left .item.resource:first-of-type {
padding-top:0 !important;
}

.quote {padding:2em;background-color:#e1e7ed;font-size:1.5em;display:flex;}





