html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Roboto Slab", serif;
}

.bordo-stras {
  border-radius: 0;
  border: 2px #2b5728 solid;
}

.fonttitoli {
  font-family: "Princess Sofia", cursive;
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h5{
  font-family: "Princess Sofia", cursive;
  font-weight: 400;
  font-style: normal;
}

.giust {
  text-align: justify;
  text-justify: inter-word;
}

.my-float {
  margin-top: 17px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 10px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1049;
  font-size: 25px;
}

.sfondouno {
  background-color: #fafafa;
}

.sfondodue {
  background-color: #2b5728;
}

.sfondotre {
  background-color: #2b5728;
}
.sfondoquattro{
  background-color: #f9f3c0;
}

.fontuno {
  color: #2b5728 !important;
}

.fontdue {
  color: #fafafa !important;
}

/* .fonttre {
  color: #1b3d6b !important;
} */

.sfondotrasparente {
  background-color: rgba(101, 88, 56, 0);
}

/* .sfondoimmagine{
  background-size: cover;
  background-position: center center;
  background-image: url('../img/Sfondo\ Kraken.svg');
  background-repeat: no-repeat;
} */

.sfondopattern {
  /* background-size: cover;
  background-position: center center;
  background-image: url("../img/pattern.svg");
  background-repeat: no-repeat; */
}

hr.splash {
  border-top: 2px solid #555454;
  border-radius: 5px;
}

a.testosocial {
  color: #fff !important;
}

.spinner-wrapper {
  position: fixed;
  z-index: 99999;
}

.boxcontenutocentrato {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wow {
  visibility: hidden;
}

.filigrana {
  background-color: rgba(255, 255, 255, 0.8);
}

.carousel-item {
  background-size: cover;
  background-position: center center;
}
h2{
  font-size: 44px !important;
}