/*
CTC Separate Stylesheet - overwrites the 'app' stylesheet
Updated: 2022-11-26 20:08:38
*/

/* Changes the main text colour to black */
/* WAS   color: rgb(105 105 105 / var(--tw-text-opacity)); */

.entry-content, .entry-content-narrow {
    --tw-prose-links: #059669;
    --tw-prose-invert-links: #10b981;
	margin-right: auto;
	margin-left: auto; 
    --tw-text-opacity: 1;
   color: rgb(0 0 0); 
}


/* Menu text colour */

.main-navigation a {
    --tw-text-opacity: 1;
    color: rgb(245 255 250 / var(--tw-text-opacity)); 
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 0.84375em 1.5em;
}
/* Menu visited link - as site-description, below 
.main-navigation a:hover, a:visited {
--tw-text-opacity: 1;
    color: rgb(255 191 198 / var(--tw-text-opacity));
}
*/

/* Change color and bold 'An affordable alternative to fresh flowers' */
.site-description {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
	font-weight: bold;
}

