/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Biserno
 *
 */

/* WINES */

header {
	display: flex;
	align-items: center;
	justify-content: center;
	height:100vh;
	width:100%;
	text-align:center;
	background-image:url('../img/visitedegustazioni/TENUTABISERNO-VISITEDEGUSTAZIONI.jpg');
	background-size:cover;
	background-position:center;
}

header h3, header p {
	color:#FFF;
}

header h3 {
	margin-bottom:20px !important;
}


header hr  {
	width:30%;
	border-top: 1px solid #FFF;
	margin-top:15px !important;
	margin-bottom:15px !important;
}

header p {
	text-transform:uppercase;
	padding-top: 10px;
	font-weight:bold;
}

.text {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	padding:0 8%;
}

.text h6{
	color:#BE1622;
	margin-bottom:80px;
}

.text p{
	text-align: justify;
	text-justify:inter-character;
  	padding-bottom:20px;
}
.modal-body p {
	padding:20px 0px;
}
#bform {
	width:100%;
	margin:0 auto;
}
.modal-body {
	text-align:center;
	padding-bottom:50px;
}
.modal-body h6 {
	color:#BE1622;
}
.modal-body span {
	font-family: "WensleyDemo";
	font-size: 1rem;
	letter-spacing: 4px;
}
.modal-header {
	border:0px !important;
}

footer {
	height:200px !important;
}

