/* Font Awesome sizing */
.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

/* Bootstrap dropdown hover fix */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Prevent Bootstrap offset jump */
.dropdown-menu {
  margin-top: 0;
}

/* Mobile off-canvas tweak */
.offcanvas-collapse {
  transition: all 0.3s ease;
}

/* Hide menu on mobile */
.offcanvas-collapse {
  display: none;
}

/* Show when toggled */
.offcanvas-collapse.open {
  display: block;
}

/* Optional animation */
.offcanvas-collapse {
  transition: all 0.3s ease;
}



            
            body,
            html {
                overflow-x: hidden;
            }
            body {
                padding-top: 0;
                font-family:
                    Fjalla One,
                    Franklin Gothic Medium,
                    Arial Narrow,
                    Arial,
                    sans-serif;
            }
            h1 {
                margin: 0.5em 0;
            }
            .lcj-color,
            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                color: #2e3699;
            }
            .lcj-bgcolor {
                background-color: #2e3699;
            }
            .lcj-border {
                border-color: #2e3699;
            }
            .navbar-brand img {
                height: 80px;
            }
            .nav-container {
                background-color: #2e3699;
            }
            #header-social {
                float: right;
                color: #2e3699;
                font-size: 1.2rem;
                margin-top: 0.6rem;
            }
            #header-social a {
                color: #2e3699;
            }
            #header-social svg {
                margin: 0 0.5rem;
            }
            .navbar-nav li.nav-item {
                margin-left: 0.5rem;
                margin-right: 0.5rem;
            }
            .navbar-nav li.nav-item a {
                color: #fff;
            }
            ul.dropdown-menu {
                border-radius: 0;
                margin: 0;
            }
            ul.dropdown-menu li a.dropdown-item {
                color: #2e3699;
            }
            .navbar-header .club-name {
                float: right;
                text-align: right;
                font-weight: 700;
                border-right: 3px solid #ccc;
                margin-right: 1em;
                padding-right: 1em;
                margin-top: 0.5em;
            }
            .navbar {
                padding-top: 0.1em;
                padding-bottom: 0.1em;
            }
            .navbar-header .club-name .club-name-lcj {
                color: #2e3699;
                font-size: 1.5rem;
                line-height: 1.2rem;
            }
            .navbar-header .club-name .club-name-est {
                color: #999;
                font-size: 0.75rem;
            }
            .container-menu {
                margin-top: -30px;
            }
            @media (min-width: 992px) {
                .nav-link-social,
                .navbar-header .navbar-toggler {
                    display: none;
                }
            }
            @media (max-width: 991.98px) {
                #header-social {
                    display: none;
                }
                .navbar-brand img {
                    height: 60px;
                }
                .navbar-header .navbar-toggler {
                    margin-top: 0.6rem;
                    font-size: 1.5rem;
                }
                .navbar-header .navbar-toggler:focus {
                    outline: none;
                    box-shadow: none;
                }
                .navbar-header .club-name {
                    border-right: 3px solid #ccc;
                    margin-right: 0.5em;
                    padding-right: 0.5em;
                }
                .navbar-header .club-name .club-name-lcj {
                    font-size: 1.2rem;
                    line-height: 1rem;
                    padding-top: 0.2rem;
                }
                .navbar-header .club-name .club-name-est {
                    font-size: 0.6rem;
                }
                .container-menu {
                    min-height: 15px;
                    margin-top: -10px;
                }
                .offcanvas-collapse {
                    text-align: center;
                    font-size: 1.2rem;
                    position: fixed;
                    top: 65px;
                    bottom: 0;
                    left: 100%;
                    width: 100%;
                    overflow-y: auto;
                    visibility: hidden;
                    background-color: #2e3699;
                    transition:
                        transform 0.3s ease-in-out,
                        visibility 0.3s ease-in-out;
                    z-index: 100;
                }
                .offcanvas-collapse.open {
                    visibility: visible;
                    transform: translateX(-100%);
                }
                ul.dropdown-menu {
                    font-size: 1.2rem;
                    text-align: center;
                }
                .navbar-nav li.nav-item {
                    margin-left: 0;
                    margin-right: 0;
                }
                .nav-link-social svg {
                    color: #fff;
                    margin: 0 0.5rem;
                }
            }
            .nav-scroller {
                position: relative;
                z-index: 2;
                height: 2.75rem;
                overflow-y: hidden;
            }
            .nav-scroller .nav {
                display: flex;
                flex-wrap: nowrap;
                padding-bottom: 1rem;
                margin-top: -1px;
                overflow-x: auto;
                color: hsla(0, 0%, 100%, 0.75);
                text-align: center;
                white-space: nowrap;
                -webkit-overflow-scrolling: touch;
            }
            .nav-underline .nav-link {
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
                font-size: 0.875rem;
                color: #6c757d;
            }
            .nav-underline .nav-link:hover {
                color: #007bff;
            }
            .nav-underline .active {
                font-weight: 500;
                color: #343a40;
            }
            footer {
                margin: 1em 0;
                font-size: 0.9em;
                text-align: center;
            }
            footer,
            footer a {
                color: #aaa;
            }
            footer span {
                margin-right: 1em;
            }
            footer svg {
                margin: 0 0.5em;
            }
            .carousel {
                margin-bottom: 4rem;
            }
            .carousel h1 {
                color: #fff;
            }
            .carousel-caption {
                bottom: 3rem;
                z-index: 10;
            }
            .carousel-item {
                height: 32rem;
            }
            .carousel-item > img {
                position: absolute;
                top: 0;
                left: 0;
                min-width: 100%;
                height: 32rem;
                -o-object-fit: cover;
                object-fit: cover;
            }
            @media (max-width: 991.98px) {
                .carousel {
                    margin-bottom: 2rem;
                    font-size: 0.9rem;
                }
                .carousel-item,
                .carousel-item > img {
                    height: 24rem;
                }
                .carousel-caption {
                    bottom: 1rem;
                    z-index: 10;
                }
                .btn {
                    padding: 0.2rem 0.5rem;
                }
            }
            img.center {
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 50%;
            }
            div.thefa-table h3 {
                margin: 0.5em;
                color: #2e3699;
            }
            div.thefa-table > div {
                width: 100% !important;
            }
            div.thefa-table table tbody tr[style] {
                height: 40px !important;
                border-bottom: 1px solid #e0e2e4 !important;
                padding: 0 !important;
            }
            div.thefa-table table tr td {
                background-color: #fff !important;
                font-size: 1.3em;
            }
            div.image-card img {
                max-height: 200px;
            }
            img.object-fit-cover {
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }
            img.object-fit-contain {
                -o-object-fit: contain;
                object-fit: contain;
            }
            img.inner-page-hero {
                max-height: 220px;
            }
            img.inner-page-hero,
            img.team-page-hero {
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }
            img.team-page-hero {
                max-height: 440px;
            }
            iframe.google-map {
                height: 450px;
                width: 100%;
            }
            div.official-card {
                text-align: center;
            }
            div.official-card div.card-body {
                justify-content: center;
                align-items: center;
                height: 8rem;
            }
            div.carousel-sponsors div.carousel-item img {
                min-width: 0;
                max-height: 14rem;
                width: auto;
                max-width: 100%;
                position: relative;
                -o-object-fit: contain;
                object-fit: contain;
            }
            div.carousel-sponsors div.carousel-item {
                height: 14rem;
            }
            div.carousel-sponsors #carouselSponsors {
                margin-bottom: 0;
            }
