body {
  color: #3e2e28;
}

#content h2, h3, h4 {
  /* color: #6e69f8; */
  /* color: #3ebd79; */
  color: #B53E04;
}

body #mainVisual {
  margin-bottom: 5px;
}

body .logoImageWrap {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 5px;
  background: url(../images/hkibo2024/HKIBO_full_whiteBkg_h117.png) no-repeat 0 0;
  background-repeat: no-repeat;  
  background-position: center;
  margin-top: 45px;
}
/* 
body #container {
  background-image: url(../images/hkibo2024/sidestripe.jpg);
} */

#naviLeftHKIBOBar {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  /* min-height: 100vh; */
  height: 100%;
  /* background-image: url(../images/hkibo2024/sidestripe.jpg); */
  background-image: url(../images/hkibo2024/sidestripe_2024_R3.png);
  background-color: #284a7a;
  background-repeat: repeat-y;
  background-position: left;
  
}

#naviLeftNaviBg {
  position: absolute;
  left: 35;
  top: 0;
  width: 164px;
  /* min-height: 100vh;
  height: 100%; */

  /* background-image: url(../images/hkibo2024/bg_hkba_strip.jpg);
  background-repeat: repeat-y;
  background-position: left; */

  /* background: rgb(228,115,38); */
  
}

body #content h2, 
#naviLeftHKIBOBar {
  
  /* filter: hue-rotate(28deg) opacity(80%) ; */
  
}

.entities {
  background-color: white;
}

body #navi {
  position: relative;
  min-height: 100%;
  height: 100%;
  
  /* background: #F7B701; */
  /* background-color: white; */
  /* gradient from top to middle */
  background: linear-gradient(to bottom, #F7B701 0%, white 21%);

}

/*
body #navi ul {
  background: url(../images/hkibo2024/navi_main.jpg) left top no-repeat;
  background: rgb(34,193,195);
  background: linear-gradient(90deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}
*/

body #navi ul li {
  color: #555555;
}

body #navi ul li:hover, 
body #navi ul li a:hover  {
  /* color: #00b0c5; */
  color: #B53E04;
}
body #navi ul li.current {
  /* color: #00b0c5; */
  color: #B53E04;
}

/*
body #naviStrip {
  background: url(../images/hkibo2024/bg_hkba_strip.jpg) repeat-y;

}
*/

body .entities h1 {
  /* background: #fbda7b; */
  width: 140px;
  /* background: #d19762; */
  /* background: darkgreen; */
  background: #B53E04;
  color: white;
}


body #content h2 {
  background: url(../images/hkibo2024/bg_header_new.png) right 0 no-repeat;
  /* color: #e32a28; */
  /* filter: hue-rotate(90deg);  */  
  /* color: brown; */
}

body #content-bg-inner {
  /* right */
  background: #284a7a;
}

body .BlockLabel {
  /* background: #e32a28; */
  /* background: #FDE400; */
  background: brown;
  /* filter: hue-rotate(90deg);  */
}

body #content h3 {
  background: url(../images/hkibo2024/bg_header2.png) 0 3px no-repeat;
  /* color: #e32a28; */
  
  /* color: rgb(11,105,183); */
  /* color: #c65212; */
  /* color: darkolivegreen; */
  color: rebeccapurple;
}

