/* NAVBAR */
/* default state */
.navbar {
  position: sticky;
  top: 0;
  background-color: transparent;
  /* default colors + transition */
  background-color: white;
  color: black;
  transition: all 0.3s ease-out;
}
