div.post-meta {
    display: none;
}

main.main {
    background-image: url("/img/logo2.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 30%;
}

header.post-header {
    background-image: url("/img/stripe.png");
    background-repeat: repeat;
    background-size: 4px 4px;
    padding: .25rem .5rem;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

h1 {
    display: block;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

.features {
    color: #777;
    display: flex;
    flex-wrap: wrap;
}

.feature {
    width: 7.5rem;
    margin: .75rem 2.5rem .75rem 0;
    font-weight: bold;
    text-align: center;
}

.feature i {
    font-size: 4.5rem;
    margin-bottom: .7rem;
    display: block;
}

.languages a {
    display: inline;
}

.languages a:not(:first-child)::before {
    content: " | ";
}

.blog-summary {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}

.blog-summary p {
    text-align: center;
    margin-bottom: inherit;
}

.blog-summary ul {
    margin: 0;
    list-style: none;
}

.blog-summary ul li {
    text-align: center;
}

/* override the "flex" property of the blog post title (the date should be shown below instead of next to it) */
header.post-header { display: inherit; }
