/* 
	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 
*/

/*
.school-info .school-logo {top: 210px;}

@media screen and (min-width: 770px) and (max-width: 980px) {
    .school-info .school-logo {top: 160px;}
    .main-header {height: 391px;}
    .school-logo img {max-width: 80%; max-height: 80%;}
    .school-logo {
        width: 160px;
        height: 160px;
        line-height: 150px;
    }
    
}
*/

.school-logo {
    border-bottom: none;
    background: none;
    max-width: 150px;
    max-height: 150px;
}

@media screen and (max-width: 769px) {
    .school-info .school-logo {top: 40px;}
    .swiper-container {padding-top: 40px; height: auto;}
    .main-header {height: auto;}
    body#bathurstTemp .footer-social {text-align: center;}
    body#bathurstTemp .footer-social, body#bathurstTemp .footer-logo {
        float: left !important;
    }
    .main-footer-wrapper .footer-social:nth-child(4) {width: 100% !important; text-align: center !important;}
}