/* 
  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: Jordan
  Date: 11/04/2023
  Descriptoin: Full Width Header
*/

/* ============= Full Width Header ===================== */
.header-img {
 display: none;
}
.is-mobile .main-header {
 background: none;
}
.is-mobile .header-img {
 display: block;
}




/* ============= Full Width Header Change ===================== */
.main-header {
 background: url(/2023twbbackground.jpg) no-repeat top center transparent;
 border-bottom: 1px solid #fff;
 height: 325px;
}



/* ================ Other Options ================&nbsp; */

.transp-bg-left {
 display: none;
}
.transp-bg-right {
 display: none;
}