body {
    background: white;
    color: #333;
    font: 24px/1.5 'IM Fell DW Pica', serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

article {
    margin: 1em auto;
    width: 26em;
}

footer {
    font-size: 80%;
}

h1 {
    font-size: 2em !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
    a:hover {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

hr {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    border: 0;
    height: 1px;
    margin: 1em -2em;
}

.coat-of-arms {
    background: url(img/hedges-coat-of-arms.svg) center center;
    background-size: cover;
    height: 0;
    margin: 1em auto;
    padding-bottom: 60%;
    width: 100%;
}

.map-embed {
    border: none;
    height: 67vh;
    width: 100vw;
}

.photos.side-by-side a {
}
    .photos.side-by-side a:first-child {
        margin-right: 1em;
    }
    .photos.side-by-side a:hover {
        border: none;
    }

.photos.side-by-side img {
    width: 42%;
    box-shadow: rgba(0,0,0,0.33) 0 5px 10px;
}
