/*
 * 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/vini/TENUTABISERNO-INSOGLIODELCINGHIALE.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-vini {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	padding:0 17%;
}

.text-vini p {
	text-align: justify;
  	text-justify:inter-character;
}

.text-vini a {
	color:#808285;
}
.text-vini a:hover {
	color:#BE1622;
	text-decoration:none;
}
.active {
	color:#BE1622 !important;
}

.text-vini img{
	padding-bottom:30px;
}

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

.text p{
	text-align: justify;
	text-justify:inter-character;
  	padding-bottom:20px;
}
