#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: 600px;
  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);
}

