/*New CSS 07/27/2023 to fix user menu colors, navigation menu on top of app-header*/

 #app-header {
    background-color: #00264d;
}

/* fix the spacing of the topnavbar so you can see the text on the dark blue background*/

#topnavbar > div[style] {
  margin-bottom: -50px !important;}

/* move header down a bit from the topnavbar */
.StickyHeader__Title  {
margin-top:15px;}

/*fix the link color for the user dropdown */
#app-header .Dropdown__ToggleIcon--header:after {color:white;}
#app-header .Dropdown__ToggleTextWrapper {color:white;}

/*fix the color of the user-nav login link on front end of the site */
#user-nav > a {
color: white;}

.search-form-container {
background-color: #00264d;
}

.feature-region {
    background-image: none;
    background-color: #ffcd00;
}

/* Fix the font weight for listings */
#badges-container {
    font-weight: normal;
}

/* OLD CSS RETIRED 07/27/2023
#app-header {
    background-color: #00264d;
}
#app-header .Dropdown__ToggleIcon--header:after {color:white;}

#app-header .Dropdown__ToggleTextWrapper {color:white;}
#app-header .dropdown-menu>li>a {color:#000000;}
#app-header a {color:#ffffff;}

.search-form-container {
background-color: #00264d;
}

.header-nav {
color: #ffffff;
}

.feature-region {
    background-image: none;
    background-color: #ffcd00;
}
END OLD CSS REPLACED*/

