body {
    font-family: Merriweather, 'Times New Roman', serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 0.01rem;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.9rem;
    text-rendering: geometricPrecision;
}

p.small-gap {
    margin-bottom: 0.5rem;
}

strong {
    font-weight: bold;
}

.header {
    margin: 0 0 2.5rem;
    padding: 2rem 0 1rem;
    text-align: center;
    border-bottom: 1px solid #eee;
}

h1, h2, h3, h4 {
    font-family: Roboto, Helvetica, Arial sans-serif;
    color: #333;
}

.header h1 {
    font-size: 2.5rem;
    font-weight: 600;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1.5rem;
}

h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 0.7rem;
}

h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.7rem;
}

p, ul, ol {
    margin-bottom: 1.7rem;
}

li {
    margin-bottom: 0.5rem;
}

li ul {
    margin-top: 0.5rem;
}

img.screenshot {
    -webkit-box-shadow: 2px 2px 8px 4px #ababab;
    -moz-box-shadow: 2px 2px 8px 4px #ababab;
    box-shadow: 2px 2px 8px 4px #ababab;
}

.navbar-nav {
    font-family: Roboto, Helvetica, Arial sans-serif;
}

.navbar {
    padding: 0.5em 0 0;
    border-bottom: 1px solid #eee;
}

.nav-link {
    padding-right: 2rem;
}

/*
########## HOMEPAGE ##########
*/

.subtitle {
    margin-bottom: 2rem;
    color: #aaa;
}

.other-profiles {
    text-align: center;
}

/*
########## POST META ##########
*/

.post-meta {
    padding: 2rem 0;
    border-top: 1px solid #eee;
}

