.navbar{
  position: fixed;
  z-index: 2;
  transition: all 0.5s !important;
  font-size: 1.3rem;
}

.navbar.bg-dark{
  background-color: transparent !important;
  /* position: fixed;
  z-index: 2; */
}

@media only screen and (max-width: 990px) {
  .navbar {
    padding: 0px !important;
  }
}


/* .navbar{
  background-color: transparent;
  color: white !important;
  transition: all 0.5s;
  
  width: 100%;
} */

/* .navbar *{
  color: white;
} */

/* .navbar-light .navbar-scrolled{
  
  box-shadow: 0 3px 10px rgba(255,255,255,0.15);  
  
  background-color: white;
  
} */

/* .navbar-light .navbar-scrolled *{
  color: black;
} */

/* edit bootstrap */
 .nav-link:hover{
  color: goldenrod;
}

.nav-link:focus{
  color: goldenrod;
}
/* 
.navbar-toggler-icon
{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(245, 198, 39, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-toggler{
  border: 1px solid #aaa;
  
}

.navbar-toggler:focus{
  border: 1px solid #aaa;
  background-color: rgba(0,0,0,0.1);
  box-shadow: none;
}

.dropdown-menu{
  background-color: transparent;
  border: none;
}

.dropdown-menu:focus-visible{
  outline: none;
}  */