/* EuroPython modifications of the Attila CSS */

:root {
    --font-primary: 'Gentium Book Basic', serif;
    --font-secondary: 'Gentium Book Basic', serif;
}

.blog-header.has-cover {
    padding-top: calc(12rem + 8vw);
}

.post-title {
    font-size: 4em;
    font-weight: 400;
}

.post-excerpt {
    font-size: 2em;
    line-height: 1.75em;
}

.post-header, .post-header.has-cover {
    padding: calc(2rem + 8vw) 0 calc(0rem + 1vw);
}

.post-header .post-title {
    font-size: 5em;
    font-weight: 400;
}

.post-meta {
    margin-bottom: 2em;
}

.post-content {
    font-size: 2em;
    line-height: 1.5em;
}

.post-content p {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}

.post-content img {
    margin: auto;
}

.post-content iframe {
    margin: auto;
    display: block;
}

.post-content figure figcaption {
    text-align: center;
}

.post-content ul > li::before {
    margin-top: -0.25em;
    content: '•';
}

.post-content blockquote * {
    margin: 0;
}

.center {
    text-align: center;
}

.post-footer {
    margin: 6rem 0 6rem;
}

.nav-footer {
    padding-top: 2rem;
    margin-top: 5em;
    border-top: solid #eee;
}

.nav-copy {
    text-align: center;
}
