/* ===================== */
/* ===== NAVBAR ========= */
/* ===================== */
#navbar-main {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.navbar-small {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
}
