<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
CTC Separate Stylesheet
Updated: 2021-01-27 13:53:06
*/

.author-description .author-link, .comment-metadata, .comment-reply-link, .comments-title, .comment-author .fn, .discussion-meta-info, .entry-meta, .entry-footer, .main-navigation, .no-comments, .not-found .page-title, .error-404 .page-title, .post-navigation .post-title, .page-links, .page-description, .pagination .nav-links, .sticky-post, .site-title, .site-info, #cancel-comment-reply-link, h1, h2, h3, h4, h5, h6 {
    font-family: 'Alfa Slab One', cursive;
}
.main-navigation, .page-description, .author-description .author-link, .not-found .page-title, .error-404 .page-title, .post-navigation .post-title, .pagination .nav-links, .comments-title, .comment-author .fn, .no-comments, .site-title, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.03em;
}
.main-navigation {
    font-size: 80%;
}
.main-navigation .main-menu &gt; li &gt; a:hover, .main-navigation .main-menu &gt; li &gt; a:hover + svg {
    color: #009ce7;
}
.site-header {
    background-color: #212020;
}
.site-header.featured-image {
    min-height: 70vh;
}
.site-title a {
    color: #e6e3e3;
}
.site-title a:link, .site-title a:visited {
    color: #e4f2f9;
}
.site-title a:hover {
    color: #fff;
}
#colophon .widget-column {
    margin-top: 100px;
}
.widget {
    margin-bottom: 0;
}
.site-footer {
    margin-bottom: 1%;
}
@media only screen and (min-width: 768px) {
#colophon .widget-area, #colophon .site-info {
    margin: 1px 10px 10px 195px;
}
.site-header {
    padding-top: 1em;
    padding-bottom: 1em;
}
.site-header.featured-image {
    min-height: 70vh;
}
}
</pre></body></html>