.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; 
  height: 95px;
}

/* Navigation background color */
.top-bar, .top-bar-left, .top-bar-right, .top-bar ul {
    background-color: #00558C;
} 

.menu a, .menu .button {
    color: white;
    z-index: 10;
}

.is-dropdown-submenu { /* mec 11-10-2025 Dropdown not covered by logo */
    z-index: 10;
}

/* Down arrow to the right of a menu item with a submenu */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #fff transparent transparent;
}

.dropdown.menu > li.is-active > a {
  color: #fff;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent #fff transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #fff;
}

li {
    font-size: 18.3px;
}

.InBloomNav {
    margin-top: 10px;
}

.InBloomBrighter a {
    color: #ffd24d;
}

.topforlogos {
    height: 140px;
}

.ranchologoright {
    position: absolute;
    top: 10px;
    right: 10px;
}

.ranchologoleft {
    margin-top: 15px;
    margin-left: 20px;
}


