h2{
	color: teal !important;
}
.header-wrapper{
	background-color: black;
	width: 100%;
	height: 50px;
	margin-top: -3px;
	padding-top: 10px;
	/*border: 1px solid white;
	border-left: none;
	border-right: none;*/
	text-align: center;
	color: white;
	font-size: 18px;
}
.header-wrapper a{
	color: white;
	margin-width: 20px;
	margin-right: 20px;
	text-decoration: underline;
}
.header-wrapper a:visited{
	color: white;
}
.main-wrapper{
	width: 100%;
	display: block;
}
.main-wrapper .head-image{
	width: 100%;
	height: 50vh;
	max-height: 600px;
	background-image: url(../img/wine2.jpg);
	background-size: cover;
	background-position: 0px center;
	background-color: brown;	
}
.map{
	width: 100%;
}
.main-wrapper .content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.main-wrapper .content p{
	font-size: 20px;
	color: grey;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main-wrapper .content p.centered{
	text-align: center;
}
.main-wrapper .content p.highlighted{
	font-shadow: 2px 2px 2px;
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 32px;
}
.main-wrapper .content p.small-highlighted{
	font-shadow: 2px 2px 2px;
	font-size: 20px;
	margin-top: 70px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 20px;
}
.main-wrapper .content .carousel-container{
	margin-top: 40px;
	margin-bottom: 40px;
}
.main-wrapper .content h2{
	margin-top: 70px;
	margin-bottom: 10px;
}
.col-half{
	width: calc(50% - 20px);
	height: 50px;
	background-color: yellow;
	display: block;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.field-box{
	width: 100%;
	height: 50px;
	display: block;
}
.field-box input{
	width: 100%;
	height: 50px;
	padding-left: 10px;
}
.col-full{
	width: calc(100% - 20px);
	height: 100px;
	background-color: yellow;
	display: block;
	clear: both;
	margin-left: 0px;
	margin-right: 20px;
}
.col-full .field-box{
	height: 100px;
}
.col-full .field-box textarea{
	width: 100%;
	height: 100px;
	padding-left: 10px;
}
.button{
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	background: none;
	color: white;
	font-weight: bold;
	box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
	padding: 10px 20px 10px 20px;
	background-color: teal;
	cursor: pointer;
}