html, body {
    font-family: Montserrat;
    font-size: 16px;
    color: #000000;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.content img {
    padding-right: 7px;
}

.nav-item {
    font-family: Montserrat;
    font-size: 14px;
}

.custom_nav-link {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
}

.custom_nav-link:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.btn-p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.fa_fam {
    font-family: 'Font Awesome 6 Free';
}

.large_icon {
    width: 120px !important;
}

.align_top {
    vertical-align: top;
}

.footer {
    width: 100%;
    height: 200px;
    /*line-height: 150px;*/
    font-size: 14px;
}

.video-container,
.sponsor-video-container {
    position: relative;
    margin-top: -50px;
    width: 100%;
    height: auto;
    overflow: hidden;
}


@media screen and (min-width: 2560px) {
    .video-container,
    .sponsor-video-container {
        max-height: 1000px; /* Increase height by 300px */
    }
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.video::before {
    content: ''; /* Empty content */
    position: absolute; /* Position it on top of the image */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Darken the image with a semi-transparent black */
    pointer-events: none; /* Ensure the overlay doesn't interfere with clicks */
}

.overflow {
    overflow: hidden;
    z-index: 1;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_title {
    font-weight: bold;
    font-size: 45px;
    color: #ffffff;
    text-shadow: 0 3px 5px rgb(0, 0, 0, 0);
}

.slogan_title {
    color: #ffffff;
    text-shadow: 0 2px 5px rgb(0, 0, 0, 0);
}

.image-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.wallpaper {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wallpaper::before {
    content: ''; /* Empty content */
    position: absolute; /* Position it on top of the image */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Darken the image with a semi-transparent black */
    pointer-events: none; /* Ensure the overlay doesn't interfere with clicks */
}

.wallpaper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    overflow: hidden;
}

/*.overlay-text {*/
/*    position: relative;*/
/*    padding: 10px;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    flex-direction: column; !* Stacks content vertically *!*/
/*    justify-content: center; !* Ensures content within text block is centered *!*/
/*    align-items: center; !* Centers items horizontally *!*/
/*}*/

    .overlay-text {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px;
        text-align: center;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .overlay-text {
            width: 100%;
        }
    }

    .overlay-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .overlay-text-mobile {
        position: relative;
        padding: 10px;
        text-align: center;
    }

/*.overlay-mobile {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.3);*/
/*    display: flex;*/
/*    justify-content: center; !* Centers horizontally *!*/
/*    align-items: center; !* Centers vertically *!*/
/*    overflow: hidden;*/
/*}*/

/*.overlay-text-mobile {*/
/*    position: relative;*/
/*    padding: 10px;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    flex-direction: column; !* Stacks the content vertically *!*/
/*    justify-content: center; !* Ensures content within text block is centered *!*/
/*    align-items: center; !* Centers items horizontally *!*/
/*}*/


.block_padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.block_padding_alt {
    padding-top: 50px;
    padding-bottom: 10px;
}

.block_padding_second_alt {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom {
    position: absolute;
    bottom: 0;
}

.shadow {
    border-top: 1px solid #ececec;
    box-shadow: 0 3px 3px rgb(0 0 0 / 0.2);
}

.no_radius {
    border-radius: 0px;
}

.logo {
    max-width: 180px;
    max-height: 90px;
}

.sponsor_logo {
    max-height: 230px;
    max-width: 380px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

.sponsor_logo_alt {
    width: 150px;
    max-height: 140px;
}

.sponsor_logo_alt_2 {
    max-width: 50%;
    max-height: 150px;
}

.event_title {
    display: inline-block;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gold {
    color: #FFD700;
}

.silver {
    color: #C0C0C0;
}

.bronse {
    color: #CD7F32;
}

.vcenter-item{
    margin: auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input_1 {
    border-color: #bfbdbd;
    font-size: 13px;
}

.input_2 {
    border-color: #bfbdbd;
    font-size: 30px;
    height: 40px !important;
    width: 100% !important;
}

.input_3 {
    height: 400px;
}


a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

a.white:link {
    color: #ffffff;
    text-decoration: none;
}

a.white:visited {
    color: #ffffff;
    text-decoration: none;
}

a.white:hover {
    color: #ffffff;
    text-decoration: none;
}

a.white:active {
    color: #ffffff;
    text-decoration: none;
}

.white {
    color: #ffffff;
}

.social_icon {
    font-size: 32px;
    padding-right: 10px;
}

.down_icon {
    font-size: 32px;
}

.media_image {
    border: 8px solid #ffffff;
    box-shadow: 0 3px 3px rgb(0 0 0 / 0.2);
    width: 90%;
}

.event_image {
    border: 5px solid #ffffff;
    width: 100%;
    overflow: hidden;
    height: auto;
}

.event_block {
    background-color: #ffffff;
    height: 200px;
    margin-bottom: 30px;
}

.event_block_mobile {
    background-color: #ffffff;
    height: auto;
    margin-bottom: 30px;
}

.block_styling {
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
}

.block_styling_margin {
    margin: 5px;
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
}

.header_img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.thumbnail_albums {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.thumbnail {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border: 8px solid #ffffff;
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.thumbnail:hover {
    opacity: 1;
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}


.marquee__content {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    animation: marquee 36s linear infinite;
}

.marquee__content li {
    margin-right: 50px;
    display: inline-block;
}


@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.vertical_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control:focus {
    outline: none;
    border-color: #bfbdbd;
    box-shadow: 0 0 3px #ff0000;
}

.fc-event,.fc-event-daygrid,.fc-event-list {
    border-radius: 0px !important;
}


@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 1rem));
    }
}

.bounce:hover {
    transform: translateY(-5px);
    -webkit-animation: bounce 1s infinite;
    -moz-animation: bounce 1s infinite;
    -o-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes zoom {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    width: auto;
    max-width: 90vw;
    height: auto;
    max-height: 80vh;
    border-radius: 0px;
    box-shadow: 0 0 5px #000000;
    object-fit: contain;
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

.close {
    position: absolute;
    top: 12px;
    right: 35px;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.hover-hand:hover {
    cursor: pointer;
}

.image-container {
    display: flex;
    align-items: center;
}

#prevBtn {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 120px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}


#nextBtn {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 80px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.font-shadow {
    text-shadow: 0 5px 5px rgb(0 0 0 / 0.8);
}

.hide {
    display: none !important;
}

h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.img {
    max-width: 100%;
}

.break-out {
    position: relative;
    background-repeat:no-repeat;
    background-size:cover;
    display:flex;
    align-items:center;
    justify-content:center;
    width: 100vw;
    height: auto;
    min-height: 400px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}




