.navbar {
  /*background: url("../../static/BootstrapStudio/assets/img/solaried.png"), var(--red);*/
  background: url("/static/BootstrapStudio/assets/img/solaried.png"), var(--blue);
  font-size: 24px;
  /*static/BootstrapStudio/assets/img/solaried.png */
}

.apple.logo {
  font-size: 21px;
  line-height: 0;
}

.nav-link {
  color: #4eb3fe !important;
  /*color: #e9e50e !important;*/
  font-size: 15px;
}

.navbar.navbar-dark.navbar-expand-md.fixed-top.bg-dark {
  background-color: black !important;
  opacity: 0.8;
}

a {
}

