/* 
	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 
*/

h1#schoolName {
    font-size: 22px;
    display: inline-block;
    padding-top: 16px;
}

#footer.dark, .dark #footer {
background-color: #213970;
}


.footer3.dark .policies {
color: #fff !important;
}

h1, h2, h3, h4 {
color: #213970;
}