﻿.secondary {
    background-color: var(--secondary-color) !important;
}

.primary-background {
    background-color: var(--primary-color) !important;
}

.news-title {
    display: inline;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--secondary-color);
    box-shadow: 5px 6px 12px #00000045;
    opacity: 0.9;
    width: 13rem !important;
    text-wrap: wrap;
}

#support-banner {
    background-color: var(--primary-color) !important;
}

#header-title {
    position: absolute;
    left: 16vw;
    width: auto;
    margin-top: 4px;
}

#header-background {
    background-color: var(--secondary-color);
    height: 5rem; 
    width: 100%;
    left: 0; 
    z-index: -10; 
    overflow: hidden;
}

.photos-social-icon {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

.nav-item {
    font-size: 13px;
    margin-top: 6px;
}

.photos-social-icon > .bi {
    font-size: 22px;
}

.photos-social-icon > .bi::before {
    vertical-align: middle;
}

.photos-social-icon > img {
    vertical-align: middle;
    width: 100%;
}

.nav-item {
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
}

.round-left {
    border-bottom-left-radius: 4rem;
    background-color: red; 
}

.header-photo {
    position: relative;
    z-index: 1;
    width: 100% !important;
}

.border-color {
    color: var(--secondary-color);
}

.backgroundColor {
    background-color: white;
}

.btn-color, .btn {
    background-color: var(--secondary-color) !important;
    border-radius: 40px !important;
}

.text-white {
    color: #FFFFFF;
}

.btn:hover, btn:focus {
    background-color: var( --secondary-tinted10-color) !important;
}

.white-background {
    background-color: #FFFFFF !important;
}

.sponsors-title {
    background: #EBEBEB;
}

.timeline-height {
    height: 510px;
}

#sponsor-category {
    color: var(--primary-color) !important;
}

.section-container {
    padding-bottom: 3rem !important;
}

.text-black, .text-black:hover, .text-black:focus {
    color: #000000 !important;
}

.score-ticker-card {
    border-right: 2px solid !important;
}

.fs-3-5 {
    font-size: 3.5rem;
}

.small-news, .large-news {
    height: 31vh !important;
}

.section-header {
    height: 6rem;
    background-color: var(--primary-color);
    opacity: 90%;
}

.text-primary-dynamic {
    color: #FFFFFF !important;
}

.text-primary-dynamic > .nav-item > a {
    color: #FFFFFF !important;
}

.text-secondary-dynamic > .nav-item > a {
    color: #FFFFFF !important;
}

.size-img-news {
    height: 100%;
    width: auto;
}

.box {
    border-radius: 0 !important;
}

.link:hover, .link:focus {
    color: unset !important;
}

@media (min-width: 992px) {
    .col-lg-30 {
        flex: 0 0 auto;
        width: 32% !important;
    }

    .large-news {
        height: 31vh !important;
    }

    .show-on-full-page {
        display: none;
    }
}

#calendar-day {
    background-color: var(--primary-color) !important;
    color: white;
}

.splide__track--nav > .splide__list > .splide__slide {
    border: 2px black solid !important;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 2px var(--primary-color) solid !important;
}

#score-ticker {
    height: 82px !important;
}

.small-news {
    height: 49vh !important;
}