/* 
	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 
*/


.bg-app {
background: url(https://pimpalaps.schoolzineplus.com/_image/media/20/181211123654233/240.jpg);

}

.bg-app {
opacity: 1;
    background-size: cover;
}

#app-tile a {color: #fff;}

@media screen and (max-width: 980px) and (min-width: 770px) {
    .main-header {
        height: 391px;
    }
}

@media screen and (max-width: 769px) and (min-width: 450px) {
    .main-header {
        height: auto;
    }

    .swiper-container {
        padding-top: 40px;
    }
}


.main-footer{
		padding:0;
		margin:0;
}

#logo img {
    max-height: 140px;
    height: 140px;
    width: auto;
}