.btn-warning {
    background: #efebcb;
}

.btn-warning:hover{
  background: #fffded;
  color: #333;
  border-color: #a59936;
}

.bg-no {
    background: inherit;
}

.our-navbar .nav-item{
  margin: 5px;
}
