/* -- General tag styling for content -- */
.blog-post-content p {
    font-size: 20px !important;
}

.blog-post-content strong {
    font-weight: bold;
}

/* -- Other stuff -- */

.blog-collection {
    margin-top: -50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

#blog-header {
    padding-bottom: 50px;
}

.blog-main-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blog-posts {
    max-width: 70%;

}

.post {
    padding-bottom: 20px;
}

.nag-pagination {
}

.post-description {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.blog-image {
    display: inline-block;
    position: relative;
    width: 150px;
    min-width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

.blog-image img {
    width: auto;
    height: 100%;
}

.post-details {
    margin-left: 16px;
    max-width: 500px;
}

.blog-date-and-name {
    font-size: 17px;
    font-weight: 500;
}

.blog-date-and-name b {
    color: #FFAA00;
}


#blog-pagination {
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.blog-post-header {
    margin-top: -190px;

    flex-direction: column;
    justify-content: center;

    min-height: 500px;

    background-position: center;
    background-size: cover;

}

.blog-post-title {
    padding-top: 190px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    color: white;
    font-size: 30px;
}

.blog-post-title-white {
    color: white;
    text-shadow: 0px 0px 30px #222B5E;
}

.blog-post-title-black {
    color: black;

}

.blog-post-preamble {
    width: 80%;
    margin-right: auto;
    margin-left: auto;

    padding-bottom: 30px;

    font-size: 23px;
}

.blog-post-preamble-white {
    color: white;
    text-shadow: 0px 0px 30px #222B5E;
}

.blog-post-preamble-black {
    color: black;
}

.blog-post-content {
    min-height: 500px;

    font-family: "Noto Serif", serif;
    font-size: 20px;
    color: #302F33;
    line-height: 35px;

    width: 60%;
    margin-left: auto;
    margin-right: auto;

    padding-bottom: 100px;
}

.blog-post-content img {
    max-width: 100%;
}

.blog-post-content code, .blog-post-content pre {
    font-family: 'Roboto Mono', monospace;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #F0F0FD;
    border-radius: 4px;
    font-size: 15px;
    overflow: scroll;
}

.blog-post-content h1, 
.blog-post-content h2, 
.blog-post-content h3, 
.blog-post-content h4 {
    margin-block-start: 1.83em;
    margin-block-end: -0.5em;
}

.blog-post-content p {
    margin-top: 40px;
}

#first-published-link {
    font-style: italic;
}

.social-button {
    text-decoration: none;
}

.twitter-button {
    color: #00aced;
}

.twitter-button:hover {
    color: #0084b4;
}

.email-button-white {
    color: white;
}

.email-button-white:hover {
    color: lightgray;
}

.email-button-black {
    color: #555;
}

.email-button-black:hover {
    color: #888;
}

.linkedin-button {
    color: #2867B2;
}

.linkedin-button:hover {
    color: #0b5e86;
}

