﻿
#text-1089 {
	margin-top: 9vw;
}
#text-1089 p {
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 5px 15px;
	letter-spacing: 4px;
}
#html-1088 {
	fill: white;
	max-width: 200px;
	margin: 0 auto;
	margin-top: 5vw;
}
#cont-1096:hover .copyrightlink {
	background: transparent;
}
#cont-1096:hover > div {
	opacity: 1;
}
#cont-1096:hover .copyrightlink a {
	color: white;
}
#cont-1096:hover .mapoverlay {
	opacity: 1;
}
#cont-1202 {
	width: 100%;
}
#cont-1202 .form-field {
	margin: 0 !important;
}
#cont-1209 {
	width: 100%;
}
#cont-1209 .form-field {
	margin: 0 !important;
}
#cont-1219 {
	width: 100%;
}
#cont-1219 .form-field {
	margin: 0 !important;
}
#col-1097 {
	position: relative;
}
#cont-1096 {
	background-position: 50% 55%;
	background-image: url(../media/map.jpg);
	height: 50vh;
	background-size: cover;
}
#cont-1096 .mapoverlay {
	height: 100%;
	color: white;
	background: rgba(0,0,0,0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	opacity: 0;
	transition: .3s ease;
	cursor: pointer;
}
#cont-1096 .copyrightlink {
	background: white;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
}