/* 
	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: Luke O
	Date: Date 11/4/22
	Descriptoin: Adjust tile height to suit Icons
*/

#tiles_9 .main-tiles .tile {
height: 255px;
}
#tiles_9 .main-tiles .tile h2{
    border-bottom:none;
}
/* 
	Added by: Luke O
	Date: Date 12/7/22
	Descriptoin: Add bottom-line to headings on website
*/


#content01 h1, #content01 h2 {border-bottom: 2px solid #1b1919;}

.slider-caption h2{margin-bottom:0;}





@media screen and (min-width: 992px) {
    #header.full-header{
        border-top: 1px solid #D5BD51;
    }
    #header.full-header #logo {
        padding-left: 30px;
    }
    body.stretched #header.full-header .container {
        background: #232F60;
        border-bottom: 1px solid #D5BD51;
        padding: 0 30px 0 0;
    }
    #primary-menu ul li > a{
        color:#ffdd46;
    }
    #primary-menu ul li > a:hover, 
    #primary-menu ul li:hover > a{
        color:#ffdd46;
    }
    #header.full-header #primary-menu > ul{
         border:none;
    }
    #top-search a{
        color:#fff;
    }
    #header.full-header #logo{
        background:#fff;
    }
}




/* Settings change */

.section.dark {
    background-color: #232f60;
}
#footer.dark, .dark #footer {
    background-color: #232f60;
}

h1, h2, h3, h4, h5, h6 {
color: #D5BD51;
}