/*
very dark 60%: rgb(112,68,15);
dark 80%: rgb(149,91,20);
normal: rgb(186,114,25);
light 60%: rgb(214,170,117);
pale 30%: rgb(234,212,186);
*/

h2 {
  color: rgb(160,100,36);
}

h3, .subtitle, .highlight, h4 {
  color: rgb(149,91,20); /* dark */
}

.navbar-dark .dropdown-menu a:hover {
  background-color: rgb(186,114,25);
} /**/

.navbar-dark a.active {
  background-color: rgb(186,114,25); /**/
  color: white;
}

.header.incocoa {
  background-color: rgb(186,114,25); /* normal */
/*  background-color: red; */
}

.incocoa .left2 {
  background-color: rgb(186,114,25); /* normal */
  background-color: rgba(186,114,25,0.5); /* normal */
}

.incocoa .left {
/*  background-image: url(../images/head_txt_incocoa.jpg); */
  background-image: url(../images/incocoa_w.png);
}

.incocoa .right {
  background-image: url(../images/head_img_incocoa2.jpg);
}

a:hover,
.btn-new2 {
  color: rgb(186,114,25);
}

.btn-new2:hover {
  border-color: rgb(186,114,25);
}

.btn-incocoa2 {
  border-color: rgb(186,114,25);
  background-color: rgb(186,114,25);
  color: white;
}

.btn-incocoa2:hover {
  border-color: rgb(186,114,25);
  color: rgb(186,114,25);
  background-color: white;
}

.webinar-card {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}