@font-face {
    font-family: 'Verdana Bold';
    src: url('/Verdana Bold.ttf') format('truetype') ;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Verdana';
    src: url('/Verdana.ttf') format('truetype') ;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 


:root {
    --body-font-family: 'Verdana', sans-serif;
    --bs-font-sans-serif: 'Verdana', sans-serif;
    --bs-body-font-family: 'Verdana', sans-serif;
    --heading-font-family: 'Verdana Bold', sans-serif; 
}

section.section.sec-more.news {display: none}
.section.sec-sponsors {
    background-color: var(--bs-secondary) !important
}
footer#site-footer,
.footer-logos.py-4,
.site-header {
    background: white;
}
#site-footer .text .fs-2.fw-bold.title {
    font-size: 1.4rem !important;
    font-weight: bold !important;
}
.site-header .site-title {
      font-weight: 400;
}
.component-headlines.layout-stacked-carousel .aside-carousel .carousel-indicators .item .card-body a {
    font-weight: 900;
}

/*.sec-players-of-the-week .player-details .player-name:hover {*/
/*    text-decoration: underline;*/
/*    color: var(--bs-primary);*/
/*}*/

main#site-main {
    background: url(/images/setup/texture.png);
}


.section.sec-sponsors .component-banner.layout-slider .slick-arrow-controls .slick-arrow:hover {   color: var(--bs-tertiary);}

#heading-sponsors{background:#000; color:#fff;}
.section.sec-sponsors .component-banner.layout-slider .slick-arrow-controls .slick-arrow {   color: #fff;}

@media only screen and (min-width: 1200px) {
    .component-aotw.layout-dual .component-image img {
        max-height: 5rem;
    }
}

@media only screen and (max-width: 992) {
   .component-headlines.layout-stacked-carousel .carousel-caption {
background: var(--bs-primary) !important
    }
}