.navbar-nav .nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  border-right-width: 1px;
  border-right-style: solid;
}

.nav-item {
  padding-top: 12px;
  padding-bottom: 12px;
}

.carousel-fade .carousel-item {
  transition: opacity 2s ease-in-out;
}

section.bggreen {
  color: white;
  background-image: linear-gradient(rgba(0,100,89,0.95), rgba(0,100,89,0.9)), url("../../assets/img/ebel_slice_kringel.png");
  background-size: 50%;
  background-position: center right;
  background-color: var(--bs-success);
  background-repeat: no-repeat;
  padding-top: 25px;
  padding-bottom: 35px;
}

h1, h2 {
  font-family: 'Alex Brush', serif;
  font-size: 40px;
}

.bgwhite {
  padding-top: 35px;
  padding-bottom: 35px;
}

.bgwhite h1, .bgwhite h2 {
  color: var(--bs-success);
}

