.bg-custom {
  color: white;
  background-color: #cb8f29;
}
  
.h1-custom {
  color: #cb8f29;
}

#mobile-menu {
  transition: max-height 0.3s ease-in-out;
}
#mobile-menu.hidden {
  max-height: 0;
  overflow: hidden;
}
#mobile-menu:not(.hidden) {
  max-height: 500px; 
}