/* 
	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:Sean Barlow
	Date: 20/07/21
	Descriptoin: A breif description of the change 
*/

#primary-menu ul li > a {
color: #2d8149;}

#primary-menu ul li > a:hover {
color: #9bc46e;}

.accessibilityActive a:focus, .accessibilityActive div:focus, .accessibilityActive .top-search-trigger:focus, .accessibilityActive #top-search a:focus {
    outline: 2px solid #9bc46e !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #2D8149;
}

#footer.dark, .dark #footer {
    background-color: #2D8149;
}