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

/* HOME */

header {
	height: 60vh;
}
.video-wrapper {
  position: relative;
  width: 100vw;
  height: 60vh;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#contacts i {
	color:#492c02;
	margin-bottom:20px;
}
#contacts input, #contacts textarea {
	border: 1px solid #492c02;
	background-color:#FFF;
	padding:10px;
}

#contacts button {
	color:#fff;
	background-color:#492c02;
	border: 1px solid #492c02;
	width:100%;
	text-transform: uppercase;
	margin-top:20px;
	height:40px;
	padding-top:6px;
}
@media (max-width: 768px) { 
	h2 {
		margin-top:50px;
	}
}