:root {
	--primary-color: #5c554c;
	--secondary-color: #3b322e;
	--section-bg-color: #d5dfe8;
}

@font-face {
  font-family: 'Waterfall-Regular';
  src: 	url(../fonts/Waterfall/Waterfall-Regular.woff) format('woff'),
  			url(../fonts/Waterfall/Waterfall-Regular.woff2) format('woff2');
}

.citazione {
  font-family: "Waterfall-Regular", cursive;
  font-weight: 400;
  font-style: normal;
}

#hero-slide .carousel-caption {
	/* padding: 100px 100px 0px 100px; */
}

.carousel-caption p {
	font-size: 1.8em;
	margin-bottom: -1.5rem;
	line-height: 0.85em;
}

@media (min-width: 768px) {
  .carousel-caption p {
    font-size: 2.8rem; /* Tablet e Desktop */
  }
}

.carousel-caption p::after,::before {
	box-sizing: content-box;
}

.contact-info a {
	color: #fff;
}

#map {
	border-radius: var(--border-radius-small);
	margin-top: 2rem;
	border: 1px solid var(--p-color);
}

.site-footer {
	padding-top: 0;
}

.site-footer-bottom {
	margin-top: 0;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  border: 1px solid #000;
}

.cookie-banner a, #privacy a, #chi-sono a {
	text-decoration: underline;
}

#privacy h6 {
	margin-top: 35px;
}