#testimonials .ac-carousel-indicators li.active button,
#testimonials .carousel-indicators .active{
  border-color: #8a6500;
}

header #contact-icons .mail,
header #contact-icons .phone{
  color: #8a6500 !important;
}

.section-header,
a, a:hover, a:active, a:focus,
#testimonial-quote-icon,
.contact-link .glyphicon{
  color: #8a6500;
}

/* Yellow brand stays for fill; switch to dark text for AA contrast */
.btn-acc-main{
  background: #f9c92d !important;
  color: #1f1810 !important;
  border-bottom: 3px solid #c89f10;
}

#hero-section,
#page-header-section{
  background: #fac92e;
  background: -moz-linear-gradient(-45deg,  rgba(238,186,17,1) 0%, rgba(255,207,52,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(238,186,17,1) 0%,rgba(255,207,52,1) 100%);
  background: linear-gradient(135deg,  rgba(238,186,17,1) 0%,rgba(255,207,52,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeba11', endColorstr='#ffcf34',GradientType=1 );\

}