/* Add here all your CSS customizations */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}
.language-switcher {
    position: fixed;
    top: 15px;
    right: 15px;
    color: white;
    padding: 15px;
    border-radius: 5px;
}
.language-switcher select {
    background-color: #333;
    color: white;
    border: none;
    padding: 5px;
}
section {
    padding: 20px;
}
.language-selector {
    display: flex;
    margin: 20px;
    margin-top: 15px;
    width: 25px;
    height:25px;
    
}
.language-selector2{
    display: flex;
    align-items: center;
    margin: 25px;
    margin-top: 20px;
    width: 25px;
    height:25px;
}
.language-selectors {
    display: none;
    margin: 25px;
    margin-top: 12px;
    width: 25px;
    height:25px;
}
@media screen and (max-width: 991px) {
    .language-selectors {
        display: flex;
        margin-left: 300px;
        margin-top:13px
    }
}
    .flag {
        margin-right: 5px; 
    }
.flag:last-child {
    margin-right: 0;
}
@media screen and (max-width: 991px)
{
    header.navbar .navbar-brand a{
    width:250px;
    height:45px;
    margin-top: -12px;
    margin-left:-25px;
    background:url(../images/smartsport.png) no-repeat;
    display:block;
}
}
html {
    scroll-behavior: smooth;
}
header.navbar.affix {
    width: 100%;
    background: #050c2f;
}