/*!
 * Start Bootstrap - Blog Home HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

footer p {
    margin: 0;
}

.img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
    object-fit: contain;
    width: 50%;
}

.post-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;
}

.post-content figure.image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.post-content figure.image img {
    max-width: 100%;
    height: auto;
}

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

.post-content .text-tiny {
    font-size: 0.7em;
}

.post-content .text-small {
    font-size: 0.85em;
}

.post-content .text-big {
    font-size: 1.4em;
}

.post-content .text-huge {
    font-size: 1.8em;
}

.post-content .marker-yellow {
    background-color: #fdfd77;
}

.post-content .marker-green {
    background-color: #63f963;
}

.post-content .marker-pink {
    background-color: #ff7eb9;
}

.post-content .marker-blue {
    background-color: #72ccff;
}

.post-content .pen-red {
    color: #e00000;
}

.post-content figure.image-style-align-left,
.post-content figure.image-style-inline {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.post-content figure.image-style-align-right,
.post-content figure.image-style-side {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.post-meta {
    display: flex;
    gap: 28px;
    align-items: center;
}

.categories-toggle {
    margin-left: 10px;
}

.categories-panel {
    background: #fff;
    bottom: 0;
    box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
    left: 0;
    max-width: 300px;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 0;
    transform: translateX(-110%);
    transition: transform 0.25s ease;
    width: 80%;
    z-index: 1060;
}

.categories-panel.is-open {
    transform: translateX(0);
}

.categories-panel[aria-hidden="true"] {
    visibility: hidden;
}

.categories-panel[aria-hidden="false"] {
    visibility: visible;
}

.categories-panel-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    overflow: hidden;
}

.categories-panel-header h4 {
    float: left;
    font-size: 22px;
    margin: 0 0 15px;
}

.categories-panel-header .close {
    font-size: 28px;
}

.categories-panel li {
    border-bottom: 1px solid #eee;
}

.categories-panel li a {
    display: block;
    font-size: 17px;
    padding: 10px 0;
}

.categories-overlay {
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}

.categories-overlay.is-visible {
    display: block;
}