/* 
	This CSS file contains the custom css styles for the Schoolzine Website template 
	When adding to this file use the following comment example:
*/

/* 
	Added by: Your Name
	Date: Date Added
	Descriptoin: A breif description of the change 
*/

/* Adds background colour behind Article Headings in CB (for Newsletter layout) */
.cbContent .articleHeader {
    

    /* Adjustable colours */
    background-color: #67080f;
    color: #FFFFFF;
    
    /* No touchy */
    position: relative;
    left: -45px;
    padding: 5px 45px;
    width: calc(100% + 45px);
}


.cbContent h3 {
    color: #2c5033;;
}
.cbContent h4 {
    color: #2c5033;;
}