/* 
 Theme Name: HWDSB Athletics
 Theme URI:    https://www.hwdsb.on.ca/athletics/
 Desciption: This is the child theme for HWDSB.
 Author: Webmaster
 Version: 1.0.0
 Template: HWDSB
*/
@import url("../HWDSB/style.css"); /*Import the School css which also has a link to the board css. */
/* ---------------------------------------------------- */
/* Tags and classes
/* ---------------------------------------------------- */
#logo{
    font-size: 1.8rem;
}
#logo img {
	max-height: inherit;	
}
.schoollogo{
    width: 50px;
    height: 50px;
    background-position: 50% 25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	margin-right: 10px;
}
.score{
    justify-content: left;
	border:none;
}
.slider{
	height: 300px;	
}
.slider .masthead {
    padding: 2% 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    display: block;
    float: left;
    padding: 18px;
    color: #000;
    font-weight: 500;
    font-size: 1rem !important;
    text-decoration: none;
}