body {
    background-color: #d6e2ef;
}

.bg-blue {
    background-color: #0f6674;
}

main {
    margin: 0 10vw;
    width: 80vw;
}

.featuredImage {
    display: block;
    width: 100%;
    align-content: center;
}

#postsList {
    list-style-type: none;
    padding-inline-start: 0;
}

#postsList>div {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px;
    margin-bottom: 20px;
    max-width: 350px;
    background-color: rgb(255, 255, 255);
}

#postsList>div>a {
    display: block;
}

#postsList>div>a:hover {
    text-decoration: none;
}

#postsList>div>a>p.summary, #postsList>div>a:hover>p.summary {
    color: black;
}

#postsList>div>a>p.published, #postsList>div>a:hover>p.published,
#postsList>div>a>p.updated, #postsList>div>a:hover>p.updated{
    color: black;
    text-align: right;
    margin-bottom: 0;
    font-size: .8rem;
}

h1.postTitle {
    font-size: 3rem;
    text-align: center;
}

h2 {
    font-size: 2rem;
    text-align: left;
}

h3 {
    font-size: 1.25rem;
    text-align: left;
}

hr {
    width: 100%;
}

p {
    margin-top: .5rem;
    margin-bottom: 0;
}

p.ql-align-justify {
    text-align: justify;
}

.content-body {
    padding: 0;
    overflow-y: visible;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

div.embedded_image>a>img {
    margin-top: 2em;
}

div.embedded_image[data-layout=wide]>a>img {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

@media screen and (max-width: 1024px) {
    .embedded_image[data-layout=wide] img {
        max-width: 100%;
    }
}

div.embedded_image[data-layout=wide] img {
    max-width: 1024px;
    margin: 0 auto 30px;
}

div.embedded_image>a>img {
    width: 100%;
    height: auto;
    display: block;
}

div.embedded_image>p {
    margin-top: 0.5em;
    text-align: center;
    color: #a0aec0;
    font-size: .9rem;
    font-family: Karla,sans-serif;
}

div.embedded_image[data-layout=wide]>p {
    margin-top: -2.5em;
}

.ql-video {
    display: block;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

div.ql-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
    white-space: pre-wrap;
    border-radius: .5rem;
    padding: 1em;
    margin-top: 2em;
}

footer {
    text-align: center;
}

.social-buttons a {
    margin: 0 10px;
}

.fa {
    font-size: 3em;
    margin-bottom: 25px;
}

.gallery {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.gallery>a {
    height: 25vh;
    margin: 0 5px;
    flex: 0 0 auto;
}

img.gallery-item {
    height: 100%;
}

.video-js {
    width: 100%;
    height: auto;
}
