body {
    font-family: "Jost", "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0;
}

.entry-title {
    font-family: "Oleo Script", "serif";
}

footer {
    background-color: #eee;
}

blockquote {
    font-style: italic;
}

.navigation {
    display: block;
    max-width: 100%;
    z-index: 1;
    background-color: #eee;
    padding-left: 1.6rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

.banner {
    min-height: 5.2rem;
    width: 100%;
    margin-bottom: 2rem;
    background: url(/assets/ddb_lights_composite.jpg);
    background-attachment: fixed;
    background-position: top;
}

.banner-content {
    padding: 8rem 0 10rem;
    text-align: center;
    color: white;
    text-shadow: 0 2px 1px rgba(0,0,0,0.67) !important;
}

.banner-content .title {
    font-family: "Jost", "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-style: normal;
}

.banner-content .tagline {
    font-family: "Oleo Script", "serif";
}

.navigation a {
    color: #ccf;
}

.navigation ul {
    list-style: none;
    margin: 0
}

.menu {
    float: right;
}

.menu>li {
    position: relative;
    float: left;
    margin: 1rem;
}

.navigation .submenu {
    position: absolute;
    top: 2.5rem;
    left: -1.2rem;
    background-color: black;
    display: none;
}

.menu>li:hover .submenu {
    display: inline;
    white-space: nowrap;
}

.navigation .submenu li {
    margin: .8rem 1.2rem;
}

.navigation .logo {
    display: inline-block;
    margin: 1rem 1rem 0;
}

.navigation .logo img {
    max-height: 2.5em;
    margin-top: -.5rem;


}

.art-meta {
    margin-bottom: 1.5rem;
}

.content {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem;
}


figure {
    margin: 0 2rem .6rem;
}

@media screen and (max-width: 36rem) {
    .menu>li {
        float: none;
    }

    figure {
        float: none!important;
    }
}

figcaption {
    font-size: 1rem;
    font-style: italic;
}

figure.constrain {
    max-width: 30rem;
}

.bio-img {
    max-width: 250px;
    float: left;
    margin-left: 0;
}

.bio-img figcaption {
    display: none;
}

.hide-caption figcaption {
    display: hidden;
}

body>footer {
    padding: 4rem 0 1rem;
    background: url(/assets/ddb_lights_composite_inv_crop_dim.jpg);
    background-attachment: fixed;
    background-position: center bottom;
}

.footer-title {
    text-align: center;
}
