﻿.secondary, #support-banner {
    background-color: var(--secondary-color);
}

.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;
    bottom: 1rem;
    width: 74% !important;
}

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

.backgroundColor {
    background-color: white;
}

.score-ticker-border {
    border-left-color: var(--secondary-color) !important;
}

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

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

.score-ticker-card {
    border-right-color: var(--secondary-color) !important;
}

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

.shadow-right {
    box-shadow: 13px 0 27px -4px rgba(0, 0, 0, 0.5);
}

.shadow-top {
    box-shadow: 0px -13px 22px 0px rgba(0, 0, 0, 0.8);
}

#news {
    height: 210vh !important;
}

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

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

    .large-news {
        height: 83vh !important;
    }
    
    #news {
        height: 152vh !important;
    }

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

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

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