h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
p,
ol,
ul {
    font-family: Arial, sans-serif;
}



/* 
	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: 26-7-21
	Descriptoin: A breif description of the change 
*/

@media only screen and (max-width: 768px) {
    
   .portfolio-notitle .portfolio-item .portfolio-desc, .portfolio-notitle .iportfolio .portfolio-desc {
bottom: 0 !important;
} 

}

#primary-menu ul li > a {
    color: #4D3E2B; }

#primary-menu ul li > a:hover {
    color: #b8bf33; }
    
#primary-menu.style-5 > ul > li > a i {
    right:auto;
}


@media only screen and (max-width: 990px) {
  .portfolio-full.portfolio-notitle .portfolio-desc, .portfolio-nomargin.portfolio-notitle .portfolio-desc{
        bottom:0;
    }
}

#accessibilityBar.d-none{
    display:block !important;
}