body{
	font-family: Indie Flower;
  font-size: 16pt;
  background-image: url('sfondo-carta.png');
  background-repeat: repeat-x repeat-y; 
  background-size: 100%;
   /* background-attachment: fixed;  */
   /* background-color: #f3f3f3;  */
}

#title{
    /* border-bottom: 2px solid #aaa;   */
    margin-bottom: 20px;
}

#title div{
    display: inline-block;
}
#title div img{
    height: 12vh;
    transform: rotateY(180deg);
}

#title h1{
    display: inline-block;
    text-transform: capitalize;
    font-size: 45pt;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    margin-bottom: 1px;
    margin-left: 35px;
}

#photo img{
    margin-top: 5%;
    height: 70vh;
}

#description{
    font-size: 20pt;
}

.materials-text{
  color: #dd4814;
  text-align: center;
  font-size: 130%;
}

.gallery img, .video{
    margin-bottom: 10%;
}