/* 
	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 
*/


#logo img {
    max-height: 150px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 120px;
}




#header {
     border-bottom: 0; 
}




@media only screen and (max-width: 991px)
{
  #logo, #header.full-header #logo {
    height: 120px;
  }
}


@media only screen and (max-width: 576px){
#logo {
    text-align: center;
}
    
}

/* 
    Added by: Luke O
    Date: Date 05/10/23
    Description: Underline on hyperlinks
*/

.sz-user-link {
    text-decoration: underline !important;
}