﻿
nav.app-custom-header {
    background-color: #d6be9f;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

nav.app-custom-header > .container {
    max-width: 1600px;
    width: 100%;
}

nav.app-custom-header > .container .app-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.app-custom-header > .container .app-nav-container .app-top-menus a {
    color: #47496d;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 18px;
    margin-right: 18px;
    font-family: 'Figtree', sans-serif;
}

nav.app-custom-header > .container .app-nav-container .app-top-menus a:hover {
    opacity: 0.8;
}

nav.app-custom-header > .container .navbar-brand img {
    max-height: 68px;
    display: inline-block;
}

nav.app-custom-header .navbar-brand {
    height: auto;
}


@media (max-width:991px) {
    nav.app-custom-header > .container .navbar-brand img {
        max-height: 52px;
    }

    nav.app-custom-header > .container .app-nav-container .app-top-menus a {
        margin-left: 0px;
        margin-right: 0px;
    }
}


@media (max-width:767px) {
    nav.app-custom-header > .container .navbar-brand img {
        max-height: 44px;
    }

    nav.app-custom-header > .container .app-nav-container {
        flex-direction: column;
    }

    nav.app-custom-header > .container .app-nav-container .navbar-header {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    nav.app-custom-header > .container .app-nav-container .navbar-header .navbar-toggle {
        color: #47496d;
        padding: 1px 4px 4px;
        background-color: transparent !important;
        border: none !important;
    }

    nav.app-custom-header > .container .app-nav-container .navbar-header .navbar-toggle .icon-bar {
        width: 28px;
        height: 3px;
        margin-top: 6px;
        background-color: #47496d;
    }

    nav.app-custom-header > .container .app-nav-container .navbar-header::before, nav.app-custom-header > .container .app-nav-container .navbar-header::after {
        content: none;
    }


    nav.app-custom-header > .container .app-nav-container .header-center {
        width: 100%;
    }

    nav.app-custom-header > .container .app-nav-container .app-top-menus a {
        text-align: center;
    }
}
