.navRight
{
    float: left;
}

.aLanguage
{
    font-size: 14px;
    position: relative;
    top: 5px;
    margin-left: 12px;
}

.navbar-brand img
{
    bottom: 0;
}

.aLogout
{
    position: relative;
    bottom: 2px;
}

.navbar-dark .navbar-nav .nav-link
{
    font-size: 18px;
}

.navbar-brand
{
    margin-right: 0px !important;
    margin-left: 1rem !important;
}

@media screen and (max-width: 991px) and (min-width: 100px)
{
    .aLang 
    {
        top: 9px !important;
    }
}

@media screen and (max-width: 450px) and (min-width: 100px)
{
    .aLang 
    {
        top: 5px !important;
    }
}