/*
 * 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/contatti/TENUTABISERNO-CONTATTI.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: center;
	padding-bottom:20px;
}

.mail a {
	color: #808285;
}

.mail a:hover, .mail a:focus {
  color: #BE1622;
}

#map {
	width: 100%;
	height:100vh;
}
.contact-form {
	width: 100%;
	height:100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	padding:0 12%;
	background-color:#000;
}

.credits {
	padding-top:50px;
	font-size:8px;
}
