header {
	height:100vh;
	background-size:cover;
	background-position:center;
	background-color:#f5f2eb;
}
h5 {
	text-transform:uppercase;
	color:#58513e;
	margin-top:20vh;
	margin-bottom:10vh;
	font-size:34px;
}
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#58513e;
  font-size:90px;
}
h2 {
	color:#cab57d;
	line-height:45px;
	margin-top:10vh;
	font-size: 35px;
}
.casa {
	position: relative;
  	text-align: center;
}
.casa img {
	max-width:40vw;
	animation: dissolvenza 6s;
}

p {
	font-size:22px;
	line-height:40px;
	color:#58513e;
}
#welcome .text-desc {
	padding:100px 0px; 
	text-align:justify;
}
#welcome .text-desc h3 {
	margin-bottom:40px; 
	text-align:center;
}
.head {
	height:100vh;
	display: flex;
  	justify-content: center;
  	align-items: end;
}
.timeline h2, .timeline img {
	margin-top:50px;
}
.timeline p {
	margin-top:10px;
	margin-bottom:0px;
}
.timeline {
	margin-top:50px;
}
section {
	padding:0px;
}
.header__burger-line {
	background-color: #cab57d !important;
  	color:#cab57d !important;
}
@keyframes dissolvenza {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 768px) {
	h5 {
		font-size:28px;
	}
	.casa img {
		max-width:80vw;
	}
	#welcome .text-desc {
		padding:100px 25px; 
	}
	
}