/*!
 * Custom class, modifying Bootstrap v4.4.1 (https://getbootstrap.com/)
 */

/* Make toggle icon stand out better */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border: none; /* otherwise border is too close to the border of the banner */
  border-color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


