/* nav-index */
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.81);
    color: rgba(255, 255, 255, 1.00);
    font-weight: 500;
    transition: all 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.81);
    color: rgba(255, 255, 255, 0.81);
    /*font-weight: 300;*/
    /*font-weight: 400;*/
    /*letter-spacing: 0.025rem;*/
    transition: all 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 1) !important;
    transition: all 0.3s ease;
}

nav.navbar.bg-nbrc {
    background-color: #fad5d7 !important;
    background-color: #fad5d7 !important;
    background-color: #099866 !important;
    transition: all 0.4s ease;
}

nav.navbar a.nav-link {
    /*padding: 0.5rem 1rem 0.4rem 1rem;*/
    transition: all 0.3s ease;
}


.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, .81);
    border-color: rgba(0, 0, 0, .21);
    color: rgba(255, 255, 255, .81);
    border-color: rgba(255, 255, 255, .21);
}

.navbar-dark .navbar-toggler-icon {
    /*background-image: url(../images/navbar-toggler-icon2.svg);*/
}

/* is-fixed */
/*scrool*/
nav.navbar.bg-nbrc.is-fixed {
    /*background-color: #820236 !important;
    background-color: #cef2d5 !important;
    background-color: #099866 !important;
    transition: all 0.4s ease;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;*/
    /*opacity: 0.95;*/
}

.navbar.navbar-dark.bg-nbrc.is-fixed .nav-link {
    /*color: rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, 0.81);
    color: rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, 0.81);*/
    /*font-weight: 300;*/
    /*letter-spacing: 0.025rem;*/
    /*transition: all 0.3s ease;*/
}

.navbar.navbar-dark.bg-nbrc.is-fixed .nav-link:focus,
.navbar.navbar-dark.bg-nbrc.is-fixed .nav-link:hover {
    /*color: rgba(255, 255, 255, 1) !important;
    color: rgba(0, 0, 0, 1) !important;
    transition: all 0.3s ease;*/
}

.navbar.navbar-dark.bg-nbrc.is-fixed a.nav-link {
    /*padding: 0.6rem 1rem 0.4rem 1rem;*/
    /*transition: all 0.3s ease;*/
}

.navbar.navbar-dark.bg-nbrc.is-fixed .navbar-brand,
.navbar.navbar-dark.bg-nbrc.is-fixed .navbar-brand:focus,
.navbar.navbar-dark.bg-nbrc.is-fixed .navbar-brand:hover {
    /*transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.81);*/
}

.navbar.navbar-dark.bg-nbrc.is-fixed .navbar-toggler-icon {
    /*transition: all 0.3s ease;
    background-image: url(../images/navbar-toggler-icon1.svg);*/
}

.navbar.navbar-dark.bg-nbrc.is-fixed .navbar-toggler {
    /*transition: all 0.3s ease;
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);*/
}
