#navbar {
  z-index: 100;
  position: fixed;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  outline: 3px solid rgb(218,23,83);
}

.bg-light {
  --bs-bg-opacity: black;
  background-color: black;
  border: 0px;
}

div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

div.jumbotron.hero-photography {
  background-image: url('../../assets/img/banner-1.png');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}

p.hero-subtitle {
  max-width: 700px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-black)!important;
}

.rounded {
  border-radius: var(--bs-border-radius)!important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}

#intro {
  border-bottom: 3px solid rgb(218,23,83);
}

#artists {
  border-bottom: 3px solid rgb(244,248,245);
}

a {
  color: var(--bs-white);
  text-decoration: underline;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: #00ae6b;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

