﻿/*
$yellow-color: #FFCD00; //Logo Yellow
$yellow-official-color: #ffc700; //Official Style Guide Yellow
$blue-color: #222155; //Send Relief Web Blue
$blue-official-color: #C9942B; //Official Style Guide Blue
$light-blue-color: #3e8ede; //Send Relief Web Light Blue
$light-blue-official-color: #579CD0; //Official Style Guide SEND Network Blue
$tan-color: #E0D9C7; //Official Style Guide Tan
$red-color: #C95453; //Official Style Guide TERTIARY Red color
$green-color: #87B16E; //Official Style Guide TERTIARY NAMB Green color
*/
/*nav.navbar-send-relief.fixed-top {
    background-color: $dark-blue-primary;
    height: 80px;
    @include box-shadow-light;
    //@include animate(.3s);

    .navbar-brand {
        img {
            width: auto;
            height: 50px;
        }
    }

    .navbar-collapse.collapse {

        .navbar-nav {
            a.nav-link {
                padding: .5rem 1rem;
                letter-spacing: .05rem;
                color: #fff;

                &.active {
                    background-color: $dark-blue-primary;

                    & > a {
                        color: #fff;
                    }
                }
            }
        }

        &.show {
            background-color: $dark-blue-primary;

            .navbar-nav {
                a.nav-link {
                    color: #fff;

                    &.active {
                        background-color: $dark-blue-primary;

                        & > a {
                            color: #fff;
                        }
                    }
                }
            }
        }
    }

    .navbar-toggler-icon {
        color: $grey-medium;
    }
}

*/
