body {
    color:#FFF;
}

a {
  color:#cd9f7a;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

.small {
  font-size:11px;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
}
.service-img {
    width: 100%;
    height: auto;
}
.portfolio-item img {
    width: 100%;
    height: auto;
}
footer {
    background: #000;
    color: #fff;
    padding: 2rem 0;
}
	
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgb(105 105 105 / 50%) !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    z-index: 2;
}

.nav-link.active {
  color:#cd9f7a !important;
}

div#heroCarousel {
    margin-top: -5rem;
}

div#navbarNav a {
    color: white;
    font-size: 0.75rem;
    padding-left: 0;
}

.carousel-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-caption {
    background: unset;
    font-family: "Playfair Display";
}

#carousel-caption1 {
  width: 40%;
  left: 15%;
  bottom: 12%;
  right: auto;
  text-align: center;
}

p.kbw-p1-carousel-caption {
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}
#carousel-caption2 {
  width: 40%;
  right: 5%;
  bottom: 30%;
  left: auto;
  text-align: center;
}

p.kbw-p2-carousel-caption {
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

#carousel-caption2 h2 {
  text-transform: uppercase;
}

a.btn.btn-warning {
    background: unset;
    border: none;
    color: #8b6a05;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.kbw-dark-gray {
  background: #0A0A0A;
}


.kbw-dark-gray h4 {
    color: #cd9f7a;
    text-align: left;
    text-transform: uppercase;
}

.kbw-dark-gray p {
    color: #fff;
    text-align: left;
    font-size: 0.75rem;
}

a.btn.btn-outline-secondary {
    color: #cd9f7a;
    border: none;
    text-align: left;
    left: 0;
    display: inline-block;
    float: left;
    padding-left: 0;
}

.kbw-color-dark-yellow {
  color: #cd9f7a;
}

.kbw-background-dark-yellow {
  background: #cd9f7a;
}

.kbw-color-777777 {
  color: #777777;
}

.text-right {
  text-align: right;
}

.kbw-font-075rem {
  font-size: 0.75rem;
}

.kbw-float-right {
  float:right !important;
}

btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: unset;
	text-decoration:underline;
}


#content-section-5 a.btn.btn-outline-secondary {
  float: unset;
}

.card {
    border: none;
    background: #0A0A0A;
	text-align: center;
	color: #cd9f7a;
}

p.card-text.small {
  text-align: center;
}

.kbw-descr-sect-6 {
  color: white;
  font-size: 0.75rem;
}

.parallax-wrapper {
  background-image: url('../images/about-bg.jpg'); 
  min-height: 400px; /* Altezza minima dell'elemento */
  background-attachment: fixed; /* Imposta l'effetto parallax */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#icone-footer {
  text-align: right;
}

#icone-footer img {
  width: 80%;
  height: auto;
}

.img-responsive {
  width: 100%;
  height: auto;
}