/* === BODY TEXT: SET TO BLACK FOR READABILITY === */
body,
.entry-content,
.entry-content p,
.page-content,
.post-content,
.site-content,
article,
section,
div,
span {
  color: #000000 !important;
}

/* === NAV BAR LINKS (MEMOIR, BLOG, ETC.): KEEP BLACK === */
.main-navigation a {
  color: #000000 !important;
}

/* === FIX WORDPRESS ADMIN BAR TEXT COLOR (TOP STRIP) === */
#wpadminbar *,
#wpadminbar a,
#wpadminbar .ab-item,
#wpadminbar .ab-label {
  color: #cccccc !important;
}

#wpadminbar a:hover {
  color: #ffffff !important;
}
