.navbar-custom {
    /*background-color: #2b221acc;*/
    /*background-color: #b3a89f8a;*/
    /*background-color: transparent;*/
    background-color: #ffffff;
    transition: background-color 0.3s;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2px 15px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 15px;
}

.navbar-brand img {
    width: auto;
    height: 36px;
}

.navbar-phone {
    order: 3;
    margin-left: 10px;
}

.navbar-title {
    color: #b8552b;
    font-size: 1.2rem;
    font-weight: bold;
    order: 1;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*margin-left: -15px;*/
}

.navbar-phone a {
    /*color: #ebc181;*/
    /*color: #ffd596;*/
    color: #935801;
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none;
    /*text-shadow: 0 0 2px black;*/
}

@media (max-width: 768px) {
    .navbar-title {
        font-size: small;
    }

    .navbar-custom {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 2px 0;
    }
    .navbar-custom .container-fluid {
        padding: 0 3px;
    }

    .navbar-brand, .language-switcher {
        flex: 0 0 auto;
    }

    .navbar-brand {
        margin-right: -7px;
    }

    .navbar-brand img {
        height: 28px;
    }

    .contact-info {
        order: 0;
        text-align: left;
        /*margin-right: -70px;*/
        margin-left: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: small;

    }

    .navbar-center.change-name {
        order: 0;
        margin-left: auto;
        text-align: right;
        margin-right: -20px;
    }

    .navbar-phone, .navbar-title {
        flex: 1 100%;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .language-switcher {
        flex: 0 0 auto;
        text-align: right;
        margin-left: auto;
    }


    .navbar-center.change-name {
        font-size: 0.8rem;
        line-height: 1.2;
        word-wrap: break-word;
    }


    .language-switcher > .language-link, .language-switcher > .language-current {
        padding: 3px 5px;
        font-size: 0.7rem;
    }
}

@media (max-width: 400px) {
    .navbar-phone a {
        font-size: 0.9rem;
    }
}

.navbar-center.change-name {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.navbar-center.change-name img {
    max-width: 100px;
    height: auto;
}

.language-switcher {
    display: inline-block;
}

.language-link, .language-current {
    /*color: #ebc181;*/
    /*color: #ffd596;*/
    color: #935801;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
    background: none;
    border: none;
    text-decoration: none;
    /*text-shadow: 0 0 2px black;*/
}

.language-current {
    cursor: not-allowed;
    font-weight: bold;
}

#appNavbarTitle {
    flex-grow: 1;
    text-align: center;
    color: #323131;
    left: 50%;
    transform: translate(-50%, 0);
    /*z-index: -1000;*/
}

.nav-blk-right {
    margin-right: 10px;
}
