:root {
    --light-dark: #151515;
    --light-blue: #E6F4FF;
    --accent-blue: #0079d6;
    --off-white: #e1e1e1;
    --white: #fff;
}

html {
    font-size: 14px;
    color: var(--bs-cody-color) !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@font-face {
    font-family: "TheanoDidotRegular";
    src: url("/fonts/theano-didot.regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Open Sans';
    /*border-bottom: 4px solid #d6000e;*/
    background-color: var(--light-dark);
    color: var(--bs-cody-color) !important;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer-menu-group {
    gap: 20px;
    flex-wrap: wrap;
    flex-grow: 1;
    display: flex;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.page-wrapper {
    background-color: #ffffff;
    min-height: 500px;
}

.navbar {
    background-color: #d6000e !important;
    background: linear-gradient(to right, #B5000E 0%, /* dark red start */
    #d6000e calc(50% - 600px), /* peak red in the middle */
    #d6000e calc(50% + 600px), /* peak red in the middle */
    #B5000E 100% /* dark red end */ );
}

header {
    position: sticky !important;
    top: 0;
    z-index: 1030;
}

* {
    scroll-margin-top: 70px;
}

.navbar-panel.show {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-link-smash {
    text-transform: uppercase;
    
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
}


    .navbar-toggler {
        padding: 0 .25rem;
        border: none;
    }


.navbar-toggler:focus {
    padding: 0 .25rem;
    border: none !important;
    box-shadow: none;
}

.navbar-brand img {
    max-height: 40px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    font-family: Roboto;
    font-weight: 700;
    border-bottom: 4px solid transparent;
    margin-bottom: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 4px solid #ffffff;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
    border-bottom: 4px solid #ffffff;
}

.navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}

.navbar-light .navbar-toggler .material-symbols-outlined {
    color: #ffffff;
    font-size: 30px;
}

.navbar-nav {
    margin-top: 32px;
    margin-bottom: 32px;
}

.navbar-social-icon {
    margin-right: 10px;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
}

    .navbar-social-icon:last-child {
        margin-right: 0;
        font-size: 34px;
    }

.navbar-social-icon:hover {
    color: #fff;
}

.social-icons-items {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.splash-banner-home {
    background-image: url(/images/smash-gatineau-banner-mobile.jpg);
    background-size: cover;
    background-position: right;
    background-color: var(--light-dark);
    min-height: 200px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0 0 2px #000, 0 0 2px #000, 1px 1px 2px #000;
    font-family: 'Roboto Condensed';
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.splash-banner-home.no-title-banner {
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    margin-bottom: 32px;
}

.splash-subtitle {
    font-weight: 400;
}

.mobile-break {
    display: block; 
}

.title-banner {
    display: flex;
    align-items: center;
    height: 60px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    margin-bottom: 32px;
}

.title-banner .container {
    display: flex;
    align-items: center;
    height: 60px;
    gap: 8px;
}

.title-banner .material-symbols-outlined {
    color: #0079d6;
    font-size: 40px;
}

.title-banner h1 {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

main h2 {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: 700;
}

.accordion-button {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}


.accordion-button .date {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
}

main h3 {
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 700;
}


.fb-embed {
    height: 750px;
}

footer {
    background-color: var(--light-dark);
    color: #e1e1e1;
    font-size: 14px;
    padding-top: 32px;
    padding-bottom: 32px;
    line-height: 12px !important;
}

.footer {
    position: relative !important;
}
footer .copyright {
    margin-top: 24px;
    text-wrap: wrap;
    line-height: 20px;
    font-family: 'Roboto Condensed';
}

.footer-nav {
    display: flex;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    margin-bottom: 36px;
}

.footer-nav a {
    text-decoration: none;
    color: #e1e1e1;
}

.footer-nav a:hover {
    color: #e1e1e1;
    text-decoration: underline;
}

.footer-menu {
    margin-right: 16px;
    min-width: 130px;
}

.footer-menu ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-menu ul li {
    margin-top: 12px;
}

.footer-menu-header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-external {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-social-icons {
    margin-right: 10px
}

a[role="button"]:hover {
    text-decoration: none;
}

.modal-header {
    background-color: #0079d6;
    color: #fff;
    font-weight: 700
}

.modal-body {
    text-align: left;
}

.modal-header h5, .modal-body h5 {
    font-weight: 700;
}

.icon-link {
    display: flex;
}

div.fa-icon {
    color: #0079d6;
    font-size: 24px;
    margin-right: 12px;
}

div.fa-title-icon {
    color: #0079d6;
    font-size: 30px;
    margin-right: 12px;
}

.icon-link .material-symbols-outlined {
    margin-right: 6px;
}

.icon-contact {
    margin-right: 12px;
    font-size: 30px;
    color: #1877F2;
}

.external-link.material-symbols-outlined {
    font-size: 14px;
    line-height: inherit;
    text-align: inherit;
    margin-top: -4px
}

main a {
    text-decoration: none;
    color: #0079d6;
}

main a:hover {
    text-decoration: underline;
}

.icon-contact-wrapper {
    display: flex;
    line-height: 30px;
}

.icon-contact-wrapper .material-symbols-outlined {
    color: #0079d6;
    font-size: 30px;
    margin-right: 12px;
}

ul.articles {
    list-style: none;
    padding-left: 0;
}

ul.articles .material-symbols-outlined {
    color: #0079d6;
    font-size: 30px;
    margin-right: 12px;
    margin-left: 8px
}

ul.articles li {
    display: flex;
    align-items: center;
    background-color: #FCFcFc;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
}

ol.lettered {
    padding-left: 1.5rem;
}

ol.lettered > li {
    margin: 0.5rem 0;
}

p.intro {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}

ol.decimal {
    padding-left: 1.5rem;
}

ol.decimal > li {
    margin: 0.4rem 0;
}

.team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 24px;
    flex-basis: 33%;
}

    .team .person {
        display: block;
        min-width: 325px;
        max-width: 100%;
        flex: 1 0 20%;
    }


    .team .player, .team .boardMember, .team .coach {
        display: flex;
        background-color: #FCFcFc;
        /*background: linear-gradient(180deg, #F5F5F5 0%, #FEFEFE 100%);
        background: radial-gradient(ellipse at center, #FEFEFE 0%, #FCFCFC 50%, #F5F5F5 100%);*/
        background: radial-gradient(ellipse at center, #FFFFFF 0%, #FCFCFC 50%, #F9F9F9 100%);
        padding: 8px;
        border-radius: 5px;
        border: 1px solid #dfdfdf;
    }

    .team .player {
        min-height: 112px;
    }

    .team .boardMember {
        align-content: center;
        align-items: center;
        gap: 6px;
    }

.boardMember .team-year {
    display: inline-block;
    background-color: #0079d6;
    color: #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.team .coach {
    gap: 6px;
}
.coach .coach-info {
    flex-grow: 1;
}
.coach .coach-tags {
    margin-top: 8px;
    margin-bottom: 8px;
}
.coach .head-coach {
    display: inline-block;
    background-color: #d6000e;
    color: #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


.coach .special-tag {
    display: inline-block;
    background-color: #0079d6;
    color: #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.coach .certification-level {
    display: inline-block;
    background-color: #d6000e;
    color: #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
    .coach .certification-level.level-3 {
        background-color: #EFBF04;
    }
    .coach .certification-level.level-2 {
        background-color: #C4C4C4;
    }
    .coach .certification-level.level-1 {
        background-color: #CE8946;
    }
.coach .accordion-button {
    font-size: 16px;
    font-family: 'Open Sans';
    padding: 10px;
}

.coach .accordion {
    margin-top: 16px;
    width: 100%;
}

.player .player-tags {
    display: flex;
    gap: 5px;

}

.player .player-category {
    display: inline-block;
    background-color: #0079d6;
    color: #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.player .player-rating-container {
    background-color: #d6000e;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.player-rating-container .player-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.player-rating .player-rating-org {
    font-size: 10px;
    line-height: 10px;
}

.player-badges {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 10px;
}

.player .player-badge.best-rating .material-symbols-outlined {
    color: #d6000e;
}

.player .player-badge {
    position: relative;
    z-index: 1;
}

.team .material-symbols-outlined {
    color: #0079d6;
    font-size: 30px;
}

.player .player-badge .material-symbols-outlined,
.player .player-badge .fa-brands,
.player .player-badge .fa-solid
{
    color: #0079d6;
    font-size: 30px;
}

.player-badge .badge-club-years {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 10;
    color: #fff;
    width: 30px;
    text-align: center;
}

.player-badge.best-medal.gold .material-symbols-outlined {
    color: #EFBF04;
}

.player-badge.best-medal.silver .material-symbols-outlined {
    color: #C4C4C4;
}

.player-badge.best-medal.bronze .material-symbols-outlined {
    color: #CE8946;
}

.player-badge .badge-rating {
    position: absolute;
    top: 7px;
    left: 4px;
    z-index: 10;
    color: #fff;
    width: 30px;
    text-align: center;
    font-size: 10px;
}

    .player-badge.badge-rating.rating300 .fa-solid {
        color: #EFBF04;
    }

    .player-badge.badge-rating.rating200 .fa-solid {
        color: #C4C4C4;
    }

    .player.junior .fa-icon {
        margin-top: 6px;
    }

.team .team-name {
    font-weight: 700;
}

.player-legend-launcher {
    cursor: pointer;
}

#playerLegendModal .player-badge {
    display: flex;
    gap: 10px;
}
    #playerLegendModal .player-badge :first-child {
    }
    #playerLegendModal .player-badge .material-symbols-outlined {
        font-size: 30px;
        color: #0079d6;
    }
    #playerLegendModal .player-badge .fa-brands, #playerLegendModal .player-badge .fa-solid {
        color: #0079d6;
        font-size: 30px
    }

    .photo-album .accordion-body {
        padding: 0;
    }
.photo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
}

.album-info {
    display: flex;
}

.album-info .material-symbols-outlined {
    color: #0079d6;
    font-size: 30px;
    margin-right: 12px;
}

.photo-list .photo {
    min-width: 150px;
    max-width: 50%;
    height: 90px;
    margin: 3px;
    text-align: center;
    overflow: hidden;
}

.photo-list .photo img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.no-transition {
    transition: none !important;
}

.modal-fullscreen .carousel-item {
    overflow: auto;
    max-height: 100vh;
}

.modal-fullscreen .carousel-item img {
    object-fit: contain;
    max-height: 100vh;
    width: auto;
    overflow: auto;
}

.carousel-item img.fullsize {
    object-fit: unset;
    cursor: zoom-out;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    margin: auto;
    z-index: 2;
}


.modal-fullscreen .carousel-control-next,
.modal-fullscreen .carousel-control-prev {
    max-height: 100vh;
    position: fixed;
}

    .modal-fullscreen .carousel-control-next.fullsize {
        right: 20px
    }


.modal-fullscreen .carousel-indicators {
    position: fixed;
}

.modal-fullscreen .carousel-item img {
    cursor: zoom-in;
    transition: all 0.2s;
}

.modal-fullscreen .modal-body {
    padding: 0;
    align-items: center;
    align-content: center;
}

.modal-carousel-close {
    position: fixed;
    right: 16px;
    top: 16px;
    font-size: 24px;
    z-index: 1234;
    background-color: #212529;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-bg);
    color: var(--bs-accordion-color);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

p.mission {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 16px;
}

.map-link {
    display: flex;
    align-items: center;
    margin-bottom: 16px;

}
.map-link .material-symbols-outlined {
    color: #0079d6;
    font-size: 30px;
    margin-right: 12px;
}

.calendar-details-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

    .calendar-details-item .material-symbols-outlined {
        color: #0079d6;
        font-size: 30px;
        margin-right: 12px;
    }

.category-session {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

    .category-session .material-symbols-outlined {
        color: #0079d6;
        font-size: 30px;
        margin-right: 12px;
    }

    .category-session h3 {
        margin-bottom: 0;
        line-height: 30px;
    }
.category-info th:first-child {
    border-top-left-radius: 5px;
}

.category-info th:last-child {
    border-top-right-radius: 5px;
}

.category-info {
    border: 0px solid #0079d6;
    width: 100%;
    margin-bottom: 32px;
}
.category-info td.plain {
    background-color: #ffffff;
}

    .category-info th {
        background-color: #0079d6;
        color: #ffffff;
    }


    .category-info tbody tr {
        border-bottom: 1px solid var(--bs-accordion-bg);
    }

        .category-info tbody tr td:first-child {
            width: 33%;
        }

        .category-info tbody tr td {
            background-color: #E6F4FF;
        }

        .category-info .btn {
            margin-top: 6px;
        }
.category-schedule {
    display: flex;
    gap: 8px;
}

    .category-schedule .date {
        background-color: var(--bs-accordion-bg);
        border-radius: 5px;
        padding: 5px;
        text-align: center;
        border: 1px solid #dfdfdf;
    }
    .category-schedule .date .day {
        font-weight: 700;
    }

.calendar-month {
    table-layout: fixed;
    page-break-after: always;
}
.calendar-month .month-name {
    background-color: #0079d6;
    padding: 8px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.calendar-month .day-names th {
    background-color: #E6F4FF;
    padding: 8px !important;
}

.calendar-month td {
    vertical-align: top;
    width: 14%;
}

.calendar-month .day {
    min-height: 148px;
    background-color: #fff;
    border-radius: 5px;
    padding: 4px;
}

    .calendar-month .day-number {
        margin-bottom: 4px;
    }

    .calendar-month .table-warning .day-number {
        background-color: var(--accent-blue);
        color: #fff;
        border-radius: 5px;
    }

.calendar-month .month-name h2 {
    color: #fff;
    margin-bottom: 0;
}

    .calendar-month td {
        background-color: var(--light-blue);
    }

.calendar-month .table > :not(caption) > * > * {
    border-bottom-width: 0;
    padding: 2px;
}

.calendar-month .time {
    display: none;
}

.calendar-legend {
    margin-bottom: 16px;
}

.calendar-legend .audience {
    text-align: center;
    font-size: 14px;
}

.calendar-legend .legend-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.event-wrapper {
    background-color: #f5f5f5;
    border-radius: 13px;
    min-width: 25px;
    height: 25px;
    font-size: 14px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: left;
    margin-bottom: 3px;
}

.event-wrapper.tournament {
    background-color: #EFBF04;
    font-weight: 700;
}    

.event[data-bs-toggle] {
    cursor: pointer;
}

.event[data-bs-toggle] .time {
    text-decoration: underline dotted;
}

.legend-audience {
    display: flex;
    flex-direction: row;
}

.legend-audience .material-symbols-outlined {
    font-size: 20px;
    padding-top: 3px
}
.audience .material-symbols-outlined {
    font-size: 20px;
    padding-top: 3px
}
.audience {
    width: 25px;
    height: 25px;
    border-radius: 13px;
    line-height: 25px;
    margin-right: 5px;
    color: #fff;
    font-weight: 700;
}

.audience.audience-comp {
    background-color: #d6000e;
}
.audience.audience-dev {
    background-color: #0066cc;
}
.audience.audience-rec {
    background-color: #ffc107;
}
.audience.audience-adults {
    background-color: #339933;
}
.audience.audience-tournament {
    background-color: #EFBF04;
}
.audience.audience-other {
    background-color: var(--light-dark);
}

.calendar-month .events {
    display: flex;
    flex-direction: column;
}
.event-wrapper.tournament .time {
    color: #fff;
}

.btn-theme-toggle {
    background-color: #1c1c1c;
    color: var(--off-white);
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 5px;
    display: flex;
    gap: 8px;
}

    .btn-theme-toggle:hover {
        background-color: rgba(255,255,255,0.06);
    }

.v-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.v-timeline li {
    position: relative;
    padding-left: 40px;
}

/* vertical line */
.v-timeline::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 9px;
    bottom: 9px;
    width: 4px;
    background: #0066cc;
}

/* bullets */
.v-timeline li::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0066cc;
}

.btn-primary {
    background-color: #0079d6;
}

.page-alert {
    display: flex;
    align-items: center;
}

.page-alert .material-symbols-outlined {
    font-size: 30px;
    margin-right: 12px;
}

p.lead {
    font-size: 22px;
    font-family:TheanoDidotRegular;
}

.lead::first-letter {
    float: left;
    font-size: 3em;
    line-height: 1;
    padding-right: 6px;
    font-weight: 700;
    font-weight: bold;
}

.card {
    margin-bottom: 14px;
}

.card-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-img img {
    border-bottom: none;
}

.card-img-top {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-carousel {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-carousel .carousel {
    display: flex;
    height: 276px;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}


.card-carousel .carousel-inner {
    
}

    .card-carousel .carousel-inner .carousel-item {
        height: 244px;
        width: 100%;
        text-align: center;
    }

.carousel-item {
    text-align: center;
}

    .carousel-item .center {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 241px;
        max-width: 382px;
        margin-left: auto;
        margin-right: auto;
    }

.card-img img {
    display: block;
    width: 100%;
    height: auto;
}

.card-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 121, 214, 0.0);
    z-index: 2;
    pointer-events: none;
}

.card-cta {
    /*text-align: center;*/
}

.countdown {
    text-align: center;
    font-size: 24px;
}

.more-news {
    text-align: center;
    padding: 8px;
}

.more-news .fa-brands  {
    margin-right: 8px;
    font-size: 24px;
}

.partner-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 32px;
    justify-content: center;
}
.partner-list .partner {
    min-height: 200px;
    text-align: center;
    font-weight: 700;
    align-content: center;
}
.partner-list .logo {
    width: 400px;
    max-height: 400px;
    text-align: center;
    align-content: center;
}
.partner .partner-logo {
    max-width: 400px;
    max-height: 400px;
    object-fit: contain;
    object-position: center;
}

.pub-tournoi {
    margin-left: 40px;
    border: 1px solid #000;
}

.link-tournoi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.panorama-frame {
    border: 1px solid #dfdfdf;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

@media (min-width : 768px) {
    .team .person {
        max-width: 50%;
    }

    .person .coach.featured {
        min-height: 320px;
    }

    .coach .coach-info {
        min-height: 128px;
    }

    .photo-list .photo {
        min-width: 100px;
        max-width: 50%;
        height: 90px;
        flex-grow: 1;
    }
}

@media (min-width : 992px) {

    * {
        scroll-margin-top: 110px;
    }

    header .navbar {
        transition: padding 0.3s ease, background 0.3s ease;
    }

    header.shrink .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
        transition: padding 0.3s ease, background 0.3s ease;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

    header.shrink .navbar-brand img {
        max-height: 40px;
    }

    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        gap: 30px;
    }

    .navbar-brand img {
        max-height: 60px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-bottom: 0;
    }

    .social-icons-items {
        margin-bottom: 0;
    }

    .splash-banner-home {
        background-image: url(/images/smash-gatineau-banner-1920.jpg);
        background-position: center;
        font-size: 48px;
        font-weight: 700;
        line-height: 54px;
        min-height: 260px;
        height: 260px;
    }

    .photo-list .photo {
        min-width: 20%;
        max-height: 163px;
    }

    .calendar-month .time {
        display: inline-flex;
        overflow-x:  hidden;
        text-wrap: nowrap;
    }

    .calendar-legend .legend-items {
        flex-direction: row;
    }

    .legend-audience {
        margin-right: 16px;
    }

    .fb-embed {
        text-align: right;
    }

    .footer-external {
        display: flex;
        flex-direction: row;
        gap: 30px;        
    }

    .card-body-content {
        min-height: 230px;
        max-height: 230px;
        overflow-y: auto;
        margin-bottom: 10px;
    }

    

    .mobile-break {
        display: none;
    }

    .card {
        margin-bottom: 0;
    }

    .photo-list .photo {
        min-width: 120px;
        max-width: 25%;
        flex-grow: 1;
    }

    .carousel-item .center {
        height: 164px;
    }

    .card-carousel .carousel {
        height: 197px;
    }
    .card-carousel .carousel-inner .carousel-item {
        height: 164px;
    }
}

@media (min-width : 1200px) {
    .team .person {
        max-width: 33%;
    }
        .team .person.wide {
            min-width: 500px;
            max-width: 50%;
        }
    .photo-list .photo {
        min-width: 150px;
        max-width: 18%;
        min-height: 110px;
        flex-grow: 1;
    }

    .carousel-item .center {
        height: 204px;
    }

    .card-carousel .carousel {
        height: 236px;
    }

    .card-carousel .carousel-inner .carousel-item {
        height: 204px;
    }
}

@media (min-width : 1400px) {
    .team .person {
        max-width: 33%;
    }

    .photo-list .photo {
        min-width: 150px;
        max-width: 18%;
        min-height: 135px;
        max-height: 220px;
        flex-grow: 1;
    }

    .carousel-item .center {
        height: 241px;
    }

    .card-carousel .carousel {
        height: 277px;
    }

    .card-carousel .carousel-inner .carousel-item {
        height: 244px;
    }
}

@media print {
    .footer, header {
        display: none;
    }

    .accordion-collapse.collapse:not(.show) {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        overflow: visible !important;
    }

    .title-banner {
        box-shadow: none;
    }

    .splash-banner-home {
        background-image: none;
        background-color: #fff;
        min-height: unset;
        color: #000;
        text-shadow: none;
        height: unset;
    }

    .calendar-month .table > :not(caption) > * > * {
        padding: 0;
        border: 2px solid #000;
    }

    .col-print-12 {
        width: 100%;
    }
}