a.up-link {
    text-decoration: none;
}

h1 {
    margin: 35px 0 25px 0;
    text-align: center;
    transition: ease-in 0.1s;
}

h1>a {
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    padding: 25px 0 0;
    font-family: 'Lora', serif;
}

hr {
    margin: (5*$spacer);
}

textarea {
    font-family: monospace;
}

textarea#post_content {
    height: 50vh;
}

.admin-tools {
    display: inline-block;
    margin: 0 10px;
}

.admin-tools > * {
    align-self: center;
    padding: 5px;
    margin: 0 10px;
    font-size: 1em;
}

.blog-post img {
    max-height: 300px !important;
    display: block;
}

.card {
    background-color: var(--bs-light);
    margin-bottom: 15px;
}

.codehilite {
    margin: 0 -12px 12px;
    padding: 12px 12px 0px;
    overflow-x: auto;
}


.comment-created {
    text-align: right;
    color: gray;
}

.comment-meta {
    display: flex;
}

.comment-meta > * {
    flex-grow: 1;
}

.img-kitten {
    z-index: -1;
}

.md-image {
    display: block;
    margin: 0 auto;
    height: 300px;
}

.flashes {
    left: 50%;
    opacity: 80%;
    position: fixed;
    bottom: 50px;
    transform: translateX(-50%);
    width: 50%;
}

.navbar-text {
    font-size: 0.8em;
}

.post-content {
    margin: 30px 0;
}

.publication-date {
    font-family: 'Lora', serif;
}

p.author {
    display: inline-block;
    margin-right: 10px;
    font-family: 'Lora', serif;
}

.tags {
    margin: 0 0 12px 0;
}

.welcome {
    display: flex;
}

.welcome > * {
    margin: 0 5px;
    flex-grow: 1;
}

#comments {
    margin-top: 20px;
}
