/* 
	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 
*/

#mainHeader {

    background-color: white;
}

/* Adds background colour behind Article Headings in CB (for Newsletter layout) */
.cbContent .articleHeader {
    

    /* Adjustable colours */
    background-color: #06739b;
    color: #FFFFFF;
    
    /* No touchy */
    position: relative;
    left: -45px;
    padding: 5px 45px;
    width: calc(100% + 45px);
}


.cbContent h3 {
    color: #0785b3;;
}
.cbContent h4 {
    color: #0785b3;;
}