/* last updated June 2024 */
/* header background override */
.or-header { background-image: url('/rea/Style%20Library/Images/mckenzie-river-sm.jpg'); }

/* header overlay override */
.or-header .or-header-overlay { background: #0f506f; }

/* navbar overlay override */
.or-navbar { background: #0f506f; }
/* .or-navigation-list > li > a { color:#ffffff; } */
.or-navbar-search-input { background: #ffffff; }

/* side-navigation color override */
.or-side-navigation ul .or-side-navigation-current > a {
    border-left: solid 3px #137FAA;
    color: #137FAA;
}

/* taskbox backgroud override */
.or-taskbox-title { background: #0f506f; }

/* Header size override */
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}