/* 
	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 
*/
h1, h2, h3, h4, h5, h6, 
#primary-menu ul li > a, 
.heading-block h1, 
.heading-block h2, 
.heading-block h3, 
.heading-block h4, 
.emphasis-title h1, 
.emphasis-title h2, 
.footer3 ul li a,
.swiper_wrapper .slider-caption h2 {
    text-transform:none;
    
}
#primary-menu ul ul li > a{
    font-size:13px;
    font-weight:400;
    color:#333;
}
#top-bar img.tasLogo {
    width: 350px;
    margin-top: -4px;
    margin-left: 10px;
}

a.tasLink {
 z-index: 100; position: relative;
}

a .tasLogo {
    z-index: 100;
    position: relative;
}

@media (max-width:767px){
    .top-links{
        display:none;
    }
    img.tasLogo {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
}

#tiles_9 .main-tiles .tile {
align-items: flex-end;
}


#tiles_9 .tile h2 {
color: white;
background: rgba(6,36,62,0.8);
}

#tiles_9 .dark-tile-bg {
opacity: 0;
}

#tiles_9 .main-tiles .tile:hover .dark-tile-bg,
#tiles_9 .main-tiles .tile:focus .dark-tile-bg{
    opacity: 0.5;
}

#footer.dark, .dark #footer {
background-color: #001947;
}

.footer-strip {
    margin-top: -25px;
}