







/* ___________________ program-specific stylesheet for hockey activity leader ______________________ */


#header-banner {
    background-image: url('/koala_final/contents/images/en/caha-youth/header-banner.jpg');
}

#header.post-login #header-banner {
    background-image: url('/koala_final/contents/images/en/caha-youth/header-banner.jpg');
}

#header-banner-text-small {
    background-image: url('/koala_final/contents/images/en/caha-youth/header-banner-text-small.png');
}


#header-banner-text-large,
#header-banner-text-small,
#header-banner-text-small-lower {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

/* Responsive styling for header elements */
@media (max-width: 720px) {	
    #header-banner-text-large {
        font-size: 40px !important;
    }
}
@media (max-width: 640px) {	
    #header-banner-text-large {
        font-size: 35px !important;
    }
}
@media (max-width: 550px) {	
    #header-banner-text-large {
        font-size: 30px !important;
    }
}
@media (max-width: 465px) {	
    #header-banner-text-large {
        font-size: 25px !important;
    }
}
@media (max-width: 410px) {	
    #header-banner-text-large {
        font-size: 20px !important;
    }
}
@media (max-width: 330px) {	
    #header-banner-text-large {
        font-size: 15px !important;
    }
    #header-banner-text-small-lower  {
        font-size: 20px !important;
        line-height: 20px !important;
    }
}
@media (max-width: 250px) {	
    #header-banner-text-large {
        font-size: 10px !important;
    }
    #header-banner-text-small-lower {
        font-size: 20px !important;
        line-height: 20px !important;
    }
}

#header-banner-text-small-lower {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
}

#header .nav-item.active .nav-link {
    color: yellow !important;
	font-weight: bold !important;
}

#content h1 {
    color: #000;
}

#content-top-hr, .primary-hr {
    background-color: #24337a;
}

.question-box {
    background: #24337a;
}

#header-top, #header-bottom {
    background: #24337a;
}

#header-top {
    border-bottom: unset;
}

#footer-top {
	background-color: #3f3f3f;
}

a:not(.btn),
a:not(.btn):active,
a:not(.btn):visited {
	text-decoration: none;
	color: #d02030;
	font-weight: bold;
}

a:not(.btn):hover {
    color: #24337a;
}

a:not(.btn):focus {
    color: #425bd2 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fc293c;
}

/* .btn-secondary {
	color: #fff;
	background-color: #24337a;
	border-color: #9f9f9f;
}*/

.btn-secondary:hover {
	background-color: #00a757;
} 

.btn-neutral {
	background-color: #008445;;
	border-color: #9f9f9f;
}

.btn-neutral:hover,
.btn-neutral:focus {
	background-color: #00a757;
	border-color: #9f9f9f;
}

#content.handouts .nav-item:last-of-type {
    display: none;
}