/* ==========================================
   THE MKDOCS BLUE-HEADER ASSASSIN
   ========================================== */

.navbar,
.navbar-default,
.navbar-inverse,
.navbar-static-top {
    background-color: #222222 !important;        /* The main bar color */
    background-image: none !important;           /* Kills the native Bootstrap glossy gradient */
    border-bottom: 3px solid #0099cc !important; /* The Neotica Corporate Cyan accent line */
    border-top: none !important;
}

/* Force the Site Title text to be bright white */
.navbar .navbar-brand {
    color: #ffffff !important;
    font-family: "Trebuchet MS", Arial, sans-serif !important;
    font-weight: bold !important;
    text-shadow: 0px 1px 1px #000000;
}

/* Force the top navigation links to be pale gray */
.navbar .nav > li > a {
    color: #cccccc !important;
}

/* When a user hovers over a top link, snap it to Neotica Cyan */
.navbar .nav > li > a:hover,
.navbar .nav > li.active > a {
    color: #0099cc !important;
    background-color: #111111 !important;
}

/* The Mobile "Hamburger" Menu button override */
.navbar .navbar-toggle {
    border-color: #444 !important;
    background-color: #333 !important;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #0099cc !important;
}