.slideshow {
    height: 500px;
    object-fit: cover;
}
@media (max-width: 1400px) {
    .slideshow {
        height: 430px;
    }
}
@media (max-width: 768px) {
    .slideshow {
        height: 230px;
    }
}
.text-glow {
    text-shadow: 0 0 10px #808080cc, 
                 0 0 5px #7b7b7bf6;
}

.text-shadow-dark {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.online dl{
    background-color: #F10215 !important;
}
.bg-info{
    background-color: #F10215 !important;
}
.navbar-nav{
    gap: 40px
}
.navbar-nav .nav-link{
    transition: all 0.3s ease;
    color:black !important;
    /* padding: 5px !important; */
    padding: 0 !important;
    padding-bottom: 0px !important;
}
.navbar-nav .nav-item::after{
    content:"";
    height: 2px;
    width: 100%;
    display: block;
    background-color: transparent;
    margin-top: 3px !important;
    transition: all 0.3s ease;
}
.navbar-nav .nav-item:hover .nav-link{
    color:#F10215 !important;
    cursor: pointer;
}
.navbar-nav .active>.nav-link{
    /* color:#F10215 !important; */
    font-weight: 600;
}
.navbar-nav .active::after,.navbar-nav .nav-item:hover::after{
    content:"";
    height: 1px;
    width: 100%;
    display: block;
    background-color: #F10215 !important;
    margin-top: 3px !important;
    font-weight: 600;
}
.footer{
    background-color: #262626 !important;
    color: #9f9f9f;
    font-size: 13px;
}
.footer a{
    color: white;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 16px !important;
}
.navbar-toggler, .navbar-toggler-icon{
    color: white !important;
}