/* 
	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 
*/


.slider-caption:not(.dark) h2 {
text-transform: none;
    font-weight: 500;
line-height: 120%;
}


.slider-caption.slider-caption-center {
    max-width: 70%;
}

#logo:after {
    content: "OLHC Primary School, Murtoa";
    font-size: 16px;
    width: 170px;;
    display: block;
    line-height: normal;
    font-weight: normal;
}

#logo{
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width:1320px){
    #logo:after{display:none;} 
    #primary-menu ul li > a{
        font-size:13px;
    }
    #header.full-header #logo{
        padding:0;
        margin:0;
    }
}
@media (max-width:1020px){
    #primary-menu ul li > a{
        font-size:12px;
        padding:53px 5px;
    }
}
@media (max-width:991px){
   
   #primary-menu{float:none;}
}

 .ipost .entry-title h4 a:hover {
    color: #0a2540;
}

.table-hover tbody tr:hover {
    background-color: #e4e7f4;
}

@media screen and (min-width: 768px) {
#staffTable.table {
    width: 70%;
    max-width: 70%;
}
}