.site-logo {
    max-height: 220px;
}

.gh-head-logo img {
    max-height: 60px;
}

.has-cover .site-description {
    color: #8B1E2D;
    letter-spacing: -0.005em;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.3);
}

html.dark-mode .page-template .article-title,
html.auto-color .page-template .article-title,
.page-template .article-title {
    color: #F3EBDD;
}

@media (max-width: 767px) {
    .site-logo {
        max-width: 75%;
    }

    .site-description {
        font-size: 1.9rem !important;
    }
}