h1, h2, h3 {
    font-family: 'Ultra', serif;
    letter-spacing: .1em;
    font-weight: normal;
    text-transform: uppercase;
}

h3 a {
    text-decoration: none;
    color: white !important;
}

p {
    line-height: 110%;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    height: 80px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    background-color: #000;
    text-align: center;
}

#header h1 {
    color: red;
    font-size: 40px;
}

#spacer {
    height: 120px;
    width: 100%;
}

#logo {
    height: 60px;
    /* float: left; */
    margin-right: 20px;
    vertical-align: middle;
}

.single {
    grid-column: 2 / span 2;
}

.single .photothumb {
    height: 100px;
    object-fit: cover;
    object-position: 50% 15%;
}