﻿.left-logo {
    height: 40px;
    float: left;
}

.right-menu {
    display: inline-block;
    font-family: 'Century Gothic', sans-serif;
    float: right;
    white-space: nowrap;
    position: relative;
    -ms-transform: translateY(50%);
    top: 50%;
    margin-left: 5px;
}

    .right-menu a {
        color: white;
    }

@media screen and (min-width: 473px) {
    .right-menu {
        position: sticky;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 473px) {
    .right-menu {
        font-size: calc(10px + 0.3vw);
    }
}

.site-languages {
    padding-right: 5px;
    color: white;
    display: inline-block;
    float: left;
    border-right: solid;
}

.user-menu {
    padding-left: 5px;
    display: inline-block;
    float: right;
}

.signIn {
    font-weight: bold;
}

.signOut {
    font-weight: bold;
}

.currentLanguage {
    font-weight: bold;
}
