body {
  font-family: "Time", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: rgb(159,0,0);
  background: linear-gradient(180deg, rgba(159,0,0,1) 0%, rgba(0,0,0,1) 100%);
  color: #fff;
  margin: 0;
  padding: 0;
}


/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  /* Shrink - rimpicciolisci */
  .hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: all;
  }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  
img {
    max-width: 100%;
}

.lancelot {
    font-family: "Lancelot", serif;
  font-weight: 400;
  font-style: normal;
}

a:link {
    text-decoration: none;
    color: #fff;
}
h1, h2 {
    font-size: 3.4em;
    font-family: "Lancelot", serif;
    font-weight: 400;
    font-style: normal;
    
}

h3, h4 {
    font-size: 2.2em;
    font-weight: normal;
}

p {
    font-size: 1.4em;
    line-height: 1.3;
}

.flex-container {
    display: flex;
}
.contenitore-principale {
    max-width: 1000px;
    margin: 0 auto;
}
.space-between {
    justify-content: space-between;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(159,0,0);
    background: linear-gradient(0deg, rgba(159,0,0,0) 0%, rgba(0,0,0,1) 100%);
    min-height: 300px;
    z-index: 999999;
}
.header .flex-container {
    justify-content: space-between;
}

.header nav {
    margin-top: 30px;
}
.header .nav-sx a {
    margin-right: 20px;
}
.header .nav-dx a {
    margin-left: 20px;
}

.contenitore-video {
    position: relative;
}
.contenitore-video .titolo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contenitore-video .titolo h1 {
    font-size: 9em;
    margin-bottom: 0;
}
.contenitore-video .titolo h2 {
    margin-top: 0;
}

#about {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
    align-items: center;
}
#about .foto-chi-sono {
    flex-basis: 45%;
}
#about .foto-chi-sono img {
    width: 100%;
}
#about .who {
    flex-basis: 45%;
    text-align: center;
}

#show {
    margin-top: 100px;
}
#show h2 {
    text-align: center;
}
.griglia-2-colonne {
    flex-wrap: wrap;
    justify-content: space-between;
}
.griglia-2-colonne .col {
    flex-basis: 45%;
    text-align: center;
}
.griglia-2-colonne .col img {
    width: 100%;
}

.pulsante {
    display: inline-block;
    background: #fff;
    color: #3E1414;
    padding: 10px 30px;
    font-size: 1.4em;
}
.pulsante-centro {
    display: table;
    margin: 0 auto;
}

#gallery {
    margin-top: 100px;
}
#gallery h2 {
    text-align: center;
}
.griglia-galleria {
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.griglia-galleria a {
    flex-basis: 23%;
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}
.griglia-galleria a img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
}

.griglia-galleria a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#recensioni {
    background-image: url(Sito/image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 200px 0;
    margin-top: 100px;
}
#recensioni h2 {
    font-size: 6em;
}
#recensioni .flex-container {
    justify-content: center;
}
#recensioni .flex-container .pulsante {
    margin: 0 10px;
}

#contacts {
    margin-top: 100px;
}
#contacts h2 {
    text-align: center;
}

#contacts .flex-container {
    flex-direction: row-reverse;
}
#contacts .flex-container .col {
    text-align: left;
}
#contacts hr {
    opacity: .5;
    margin: 50px 0;
}
.logo-footer {
    text-align: center;
    font-size: .8em;
    padding-bottom: 50px;
}
.logo-footer img {
    max-width: 200px;
}

input, textarea {
    padding: 20px;
    background: #723434bf;
    transition: all 400ms;
    color: #fff;
    border: none;
    width: 100%;
    margin-bottom: 30px;
}

input:hover, textarea:hover {
    background: #b23939bf;
}

button {
    border: none;
    margin-right: 20px;
}
