1. Цвет фона в всплывающем меню, меняется в стилях строки 172 и 178:
#catmenu ul ul{display:none;position:absolute;z-index:1000;width:220px;padding:5px 0;background:rgba(0,0,0,.9)}
#catmenu li.uWithSubmenu:hover>ul{display:block;background:rgba(0,0,0,.9)}
2. Цвет текста в строке 11 и 179:
.head-l .schBtn::before,.parallax h3.block-title,header a{color:#bfa891;}
#catmenu li a:hover{color:#ab745b;text-decoration:underline;}