/* 
	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 
*/

/*.main-footer-wrapper .item-header.main-txt, .main-footer-wrapper .item-content {color: #2f2f2f !important;}*/

/*.footOne img {filter: brightness(0);}*/

/*footer.bg-main {background-color: rgb(225, 229, 242) !important;}*/

footer.bg-main {background-color: rgb(103, 103, 103) !important;}

@media screen and (min-width: 770px) and (max-width: 980px) {
    body#tasDoe .main-nav li a {
        padding: 0 11px;
    }
    .school-logo {
        top: 60px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

@media screen and (max-width: 769px) {
    body#tasDoe .swiper-container {
        padding-top: 60px;
    }
}

.school-logo {background: transparent; border-bottom: none;}

@media screen and (min-width: 981px) {
    body#tasDoe .school-logo {
        top: 0px;
    }
}

.school-logo {
    position: relative !important;
    line-height: 1;
    display: inline-block;
    width: 50px;
    top: 0px;
}

@media screen and (max-width: 769px){
body#tasDoe .school-logo {
    float: none;
    top: -24px;
    right: 0px;
}

.school-name.txt-main {
    display: inline-block;
}

}