a.link-muted {color:inherit; text-decoration: underline}
a.link-muted:visited {color:inherit; text-decoration: inherit}
a.link-muted:hover {color:inherit; text-decoration: underline}
a.link-muted:active {color:inherit; text-decoration: inherit}

a.link-invisible {color:inherit; text-decoration: inherit}
a.link-invisible:visited {color:inherit; text-decoration: inherit}
a.link-invisible:hover {color:inherit; text-decoration: underline}
a.link-invisible:active {color:inherit; text-decoration: inherit}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333;
}

.container {
    max-width: 70rem;
}

.header-image {
    max-height: 10rem;
    margin: 10px;
}

.about p {
    margin-bottom: 0.5rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: none;
}

/*
* Blog name and description
*/

.header {
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
    border-bottom: .05rem solid #eee;
}
.post-title small {
    color: #999;
}

.title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: normal;
}
.description {
    font-size: 1.1rem;
    color: #999;
}

@media (min-width: 40em) {
    .title {
        font-size: 3.5rem;
    }
}


/*
* Main column and sidebar layout
*/

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 1rem;
    /*margin: 0 -1rem 1rem;*/
}
.sidebar-module-inset {
    padding: 1rem;
    background-color: #f5f5f5;
    border-radius: .25rem;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}


/*
* Blog posts
*/

.post {
    margin-bottom: 4rem;
}
.post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}
.post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}
.post-images {
    width: 100%;
    display: flex;
    align-items: center;
}
.post-images div {
    flex: 1;
    margin-right: 1em;
}

/*
* Footer
*/

.footer {
    padding: 0.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}
.footer p {
    margin-bottom: 0.25rem;
}
.footer p:last-child {
    margin-bottom: 0;
}
