:root {
  --bs-tertiary-bg-rgb: rgb(1, 1, 1) !important;
}

/* Media query for DESKTOP size devices: */

@media screen and (min-width: 769px) {
  .navbar-custom {
    /* background-color: var(--df--background) !important; */
    background-color: var(--df--background);
  }
}

/* Media query for MOBILE size devices: */
@media screen and (max-width: 768px) {
}
