body {
    font-size: 15px;
}

.center {
    text-align: center;
}

.title {
    font-size: 2.5em;
}

a.title, a.title:hover {
    color: #333;
}

.header {
    margin: 1.5em 0;
}

.content {
    text-align: justify;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 1em
}

.content p, .content ol {
    margin: 1.25em 0
}

.content img {
    width: 100%
}

.fa {
    font-size: 1.6em;
}

.post {
    margin: 1.5em 0;
}

.post-desc {
    margin-top: 0.25em;
}

.post-list {
    margin-top: 2em;
}

.post-info {
    margin-bottom: -0.25em;
}

.post-info .post-title {
    font-size: 2em;   
} 

.post-info .post-meta {
    font-size: 1em;
    line-height: 3.5em;
}

.wet-asphalt, .wet-asphalt a, .wet-asphalt a:visited {
    color: #2c3e50;
}

.wet-asphalt a:hover {
    color: #34495e;
}

.links {
    padding-top: 0.4em;
    padding-right: 0.4em;
    font-size: 1em;
}

.links span {
    margin: 0 0.3em;
}

p {
    line-height: 1.4em;
}

@media (min-width: 400px) {
    p {
        line-height: 1.5em;
    }

    .content {
        padding: 0 3em;
    }
}

@media (min-width: 700px) {
    p {
        line-height: 1.6em;
    }
}

@media (min-width: 900px) {
    p {
        line-height: 1.7em;
    }
}
