header {
	height:100vh;
	background-image:url('../img/AIAVECCHIA-VINI-BG.jpg');
	background-size:cover;
	background-position:center;
}
#welcome {
	display:block;
}
#technicalsheet {
	display:block;
	min-height:60vh;
	background-size:cover;
	background-position:top;
	background-color:#000;
}

h2 {
	text-transform:uppercase;
	color:#58513e;
	padding-bottom:60px;
}
.subtitle {
	color:#cab57d;
	padding-bottom:50px;
	line-height:45px;
	font-size: 35px;
	text-align:center;
}
span {
	color:#cab57d;
}
#technicalsheet, #otherwine {
	padding:0px;
	
}
#technicalsheet .row, #otherwine .row {
	margin-right:0px !important;
	margin-left:0px !important;
}	
#technicalsheet .col, #otherwine .col {
	padding-right:0px !important;
	padding-left:0px !important;
}
.sheet {
	height: calc(60vh - 50px) !important;
	margin:25px;
	border:2px solid #cab57d;
	color:#FFF;
	cursor:pointer;
}
.download {
	font-family: "baskervilleregular";
	padding-top:22vh;
	padding-bottom:15px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
}
.d-technicalsheet {
	font-family: "baskervilleregular";
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}
.sheet:hover {
	animation: border-delete 3s;
	color:#cab57d;
}

#otherwine .col-md-4, .col-xs-12 {
	min-height:500px;
	background-size:cover;
	background-position:center;
	text-align:center;
}

#otherwine h6 {
	color:#FFF;
	padding-top:6vh;
}
#otherwine h2 {
	color:#FFF;
}

.footer-wine {
	background-image:url('../img/BG-FOOTER-WINE.jpg');
	cursor:pointer;
	display: flex;
	flex-wrap: wrap;
}
.footer-wine img {
	height:42vh;
	align-self: flex-end;
	margin:0 auto;
}
.footer-wine div {
	width:100%;
	align-self: flex-start;
}
.footer-wine h2 {
	padding-bottom:0px !important;
}


p {
	font-size:22px;
	line-height:40px;
	color:#58513e;
	text-align:justify;
}
.wine-bottle {
	height:90vh;
	padding-top:10vh;
}
.wine-bottle img {
	max-height:75vh;
	animation: dissolvenza 10s;
}
@keyframes border-delete {
    0% {
        border-color:#cab57d;
    }
 
    100% {
        border-color:transparent;
    }
}
@keyframes dissolvenza {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 1024px) {
	header {
		background-image:url('../img/AIAVECCHIA-VINI-BG-H.jpg');
	}
	.wine-bottle img {
		animation: none;
	}
}
@media (max-width: 768px) {
	header {
		background-image:url('../img/AIAVECCHIA-VINI-BG-H.jpg');
	}
	.wine-bottle img {
		margin-top:15vh;
		max-height:60vh;
		animation: none;
	}
	.wine-text p {
		text-align:center !important;
	}
	.wine-text span {
		display:block;
	}
}