.btn.btn-b-n {
  background-color: #fec619;
  color: #312e1d;
  border-radius: 0;
}
.btn.btn-b-n:hover {
  background-color: #fec619;
  color: #312e1d;
}

.navbar-default {
  background-color: #fec619;
}

/*.logo-image{
	height: 57px;
	width: 105px;
}*/
.logo-image {
	position:absolute;
	height: 90px;
	width: 145px;
	z-index:1;
	margin-top:-65px;
}

.nav-link.active{
  /* background-color: #312e1d; */
}
.nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #312e1d;
  z-index: 2;
}