/* 
	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: Luke O
	Date: 01/09/23
	Descriptoin: Slider text white
*/

.slider-caption:not(.dark) h2 {
    color: #fff;
}

.slider-caption p {
   color: #fff; 
}

.slider-caption.slider-caption-center {
    max-width: 70%;
}

