/* Fejléc háttér narancs, minta: #e94f1d */
.container-header {
  background: rgb(245,245,245) !important;
  background-image: none !important; /* ha mintás lenne */
}
/* Menü és logó szín kontraszthoz (fehér) */
.container-header .mod-menu a,
.container-header .navbar-brand,
.container-header .site-description {
  color: #ffffff !important;
}
.container-header .mod-menu a:hover,
.container-header .mod-menu a:focus {
  color: #fff; 
  opacity: .85;
}