#banner, .pages {
    text-align: center;
}

.pages {
    margin: 1em 0 1em 0;
}

.navbar {
    background-color: #333;
    overflow: hidden;
    margin-bottom: 1em;
}

label {
    font-style: italic;
    color: #9EABB3;
}

/* Style the links inside the navigation bar */
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 05px 10px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.navbar a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: purple;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.navbar .icon {
    display: none;
}

#pelican, #content > header {
    font-size: .9em; 
}

.article-entry {
    margin-top: 1em;
}

#content > header > time {
    display: block; 
}

a {
    text-decoration: none;
}

#tags > a {
    text-decoration: underline;
}

blockquote {
    margin: .5em 0 .5em 0;
    padding: 1em;
    background-color: hsl(0,0%,50%,.1);
}

/* p {
    margin-bottom: 0;
} */

img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.footnote {
    font-size: .8em;
}

.footnote p {
    display: inline;
}
