/* Customize the top navbar */
body{
  background-color: rgb(241, 240, 240);
}
.navbar.bg-warning {
  background-color: #d4a300 !important; /* Dark yellow */
}
#mainContent {
  margin-left: 70px; /* matches sidebar width */
  margin-top: 0px;  /* matches top navbar height */
  padding: 1rem;
}

/* Main content responsiveness */
@media (max-width: 991px) {
  #mainContent {
    margin-left: 0 !important;
  }

  .navbar{
    margin-left: 0 !important;
  }

  .menitms{
    margin-left: 30px !important;
    text-decoration: none !important;
    margin-bottom: 12px !important;
  }
}
