.post-categories a {
	color: #ce202a;
}

.top-nav {
	background: #ce202a;
}

.entry-author .author-bio, .site-description, .post-author .description, .header-top-menu ul a, .header-top-menu > li > a, .social-menu a, .credits .attribution, .credits .attribution a {
	color: #fff;
}

.sidebar {
	background-color: #fff;
}

body {
	background: #fff;
}

.wrapper {
	background: #fff;
}

.fa {
	color: #fff;
}

body {
	color: #616160;
}

.site-footer {
	background: #444445;
}

.to-the-top .fa {
	color: #fff;
}

.single-post .post-meta a {
	color: #ce202a;
}

.single-post .post-image-caption {
	color: #a9a9a9;
}

.entry-author.author-avatar-show {
	display: none;
}

.post-categories a:hover {
	color: #ce202a;
}

body a, body a:hover, body a:active, .post-content a, .post-content a:hover, .post-content p.intro, .post-content blockquote:after, .post-categories, .single-post .post-meta a, .single-post .post-image-caption .fa, .search-container .search-button:hover, .comments-title .fa, .comment-reply-title .fa, .comments-title-link a, .comment-meta .vcard a, .no-comments .fa, .comment-header h4 a, .pingbacklist a:hover, .comments-nav a:hover, .page-edit-link, .related-post .category, .nav-links > div a:hover span, .credits .copyright a:hover, .wrapper .search-button:hover, .archive-nav a:hover, #wp-calendar thead th, #wp-calendar tfoot a:hover, .widget-content a:hover, .widget-content a:hover::before, .widget-content li a:hover, .widget-content li a:hover::before, .widget_flickr #flickr_badge_uber_wrapper a:last-of-type {
	color: #ce202a;
}

.post-title a {
	color: #616160;
}

.post-meta a {
	color: #b4b4b4;
}

/* Change the font color of button text to white */
.wp-block-button__link,
.button,
a.button,
a.btn,
.btn {
	color: #ffffff !important;
}

@media print {
	/* Force accessible sans-serif font */
	body, * {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 12pt !important;
	/* Improves readability */
	}
	
	/* Ensure links are underlined and colored */
	a {
		color: #ce202a !important;
		text-decoration: underline !important;
	}
	
	.post-categories a,
	  body a,
	  .post-content a {
		color: #ce202a !important;
		text-decoration: underline !important;
	}
}