/*
normal: rgb(173,178,0);
very dark 60%: rgb(104,107,0);
dark 80%: rgb(138,142,0);
light 60%: rgb(206,209,102);
pale 30%: rgb(230,232,178);
*/

h2 {
  color: rgb(173,178,0);
}

h3, .subtitle, .highlight, h4 {
/*  color: rgb(138,142,0);  dark */
  color: rgb(173,178,0); /* normal */
}

.navbar-dark a.active {
  background-color: rgb(173,178,0);
  color: white;
}

.navbar-dark .dropdown-menu a:hover {
  background-color: rgb(173,178,0);
} /**/

.header.ingenic {
  background-color: rgb(173,178,0); /* normal */
}

.ingenic .left2 {
  background-color: rgb(173,178,0); /* normal */
  background-color: rgba(173,178,0,0.5); /* normal */
}

.ingenic .right {
  background-image: url(../images/head_img_ingenic.jpg);
}

a:hover,
.btn-new2 {
  color: rgb(173,178,0);
}

.btn-new2:hover {
  border-color: rgb(173,178,0);
}
