.nav-item {
    width: 100px
}

footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-style: solid;
    border-width: 4px 1px 0px 1px;
}

blockquote {
    border-style: solid;
    border-width: 0 0 0 4px;
    border-color: #f2f2f2;
    padding-left: 1rem;
}

main p,
main blockquote,
main li {
    font-size: 1.05rem;
    font-weight: 300;
}

/* Header */
.masthead {
    height: 50vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: 1px 1px 4px #777;
    position: relative;
}

.masthead a {
    color: #fff;
    text-decoration: none;
}

.masthead p {
    font-size: 1rem;
    font-weight: 400;
}

.dot {
    padding-left: 10px;
    padding-right: 10px;
}

.credit {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: .8rem;
}

ol.content-list>li>a {
    font-size: 1.25rem;
    line-height: 2rem;
}

small, .small {
    font-weight: 300;
}