:root {
  --bs-footer-heading-color: hsl(325, 65%, 30%);
}

body {
  background: linear-gradient(to bottom, hsl(75, 27%, 74%) 0%, hsl(80, 37%, 69%) 45%, hsl(80, 22%, 74%) 65%, hsl(75, 27%, 74%) 85%, hsla(90, 42%, 79%, 0.75) 100%);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  background-color: hsl(75, 27%, 74%) !important;
}

#kk2 {
  display: inline-block;
  padding-left: 9px !important;
}
#kk2 a {
  font-size: 14px;
  color: rgba(10, 10, 10, 0.875);
}
#kk2 a i {
  color: rgba(10, 10, 10, 0.875);
  vertical-align: middle;
}
#kk2 a:hover {
  color: hsl(325, 70%, 33%);
}
#kk2 a:hover i {
  color: hsl(325, 70%, 33%);
}

blockquote:not([dir=rtl]) {
  border-left: 2px solid hsl(214, 16%, 75%);
  margin-left: 1.5rem;
  padding-left: 1rem;
}
blockquote[dir=rtl] {
  border-right: 2px solid hsl(214, 16%, 75%);
  margin-right: 1.5rem;
  padding-right: 1rem;
}

.navbar .header-menu .header-item.active i {
  color: hsl(168, 61%, 46%);
}

.custom-border {
  border: 1px solid hsl(168, 61%, 46%);
  border-radius: 5px;
}

.navbar-custom > .container {
  width: 90%;
}

swiper-container {
  width: 600px;
  height: 300px;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: hsl(0, 0%, 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar .svg-logoOI {
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .svg-logoOI > svg {
  transition: height 0.3s ease;
  height: 70px;
  display: block;
}
.navbar.nav-sticky .svg-logoOI {
  height: 50px;
}
.navbar.nav-sticky .svg-logoOI > svg {
  height: 50px;
}

.info a {
  text-decoration: none !important;
  outline: none;
  color: hsl(21, 10%, 30%);
}
.info a:hover {
  color: hsl(168, 61%, 46%) !important;
}

#filler {
  flex: 1;
  visibility: hidden !important;
}

#volontari > div {
  margin-bottom: 0.8rem;
}

@media (max-width: 992px) {
  .section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=custom.css.map */