body{
	margin:0;
	padding:0;
    font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:18px;
	background:#fbfbfb;
	color:#2f6249;
	}
div{
	overflow:hidden;
}
#container{
	display:block;
	margin:0px auto;
	width:100%;
	overflow:hidden;
}
div.sectionStart{
	display: block;
	width: 100%;
	min-height: 100vh;
	background: url(../gfx/topImg.jpg) top center no-repeat;
	clear: both;
}
div.section{
	display: block;
	width: 100%;
	min-height: 100vh;
	background: url(../gfx/bg.jpg) top center repeat-y;
	clear: both;
}
div.sectionmap2{
	display: block;
	width: 100%;
	background: #2f6249;
	clear: both;
}
div.sectionContent{
	display: flex;
	width: 100%;
	min-height:100vh;
	max-width:1300px;
	margin: auto;
	position: relative;
	align-items: center;
}
div.sectionMap{
	display: flex;
	width: 100%;
	min-height:100vh;
	margin: auto;
	position: relative;
	align-items: center;
}
div.columnLeft{
	display:block;
	width: 50%;
	float: left;
	margin: 0px auto;
}
div.columnRight{
	display:block;
	width: 50%;
	float: right;
	margin: 0px auto;
	text-align: right;
}
div.fullWidth{
	display:block;
	width: 50%;
	margin: 0px;
}
div.fullWidth h2, div.fullWidth p{
	color: #fff;
}
a.logo_dark, a.logo_white{
	display:block;
	position: absolute;
	top:34px;
	left:65px;
	z-index: 1000;
}
a.navTop{
	display:block;
	position: absolute;
	height: 32px;
	top:20px;
	right:85px;
	z-index: 1000;
	background: url(../gfx/up.png) top right no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 35px;
	font-size: 16px;
	line-height: 48px;
	color: #2f6249;
	text-decoration: none;
	font-weight: 500;
	z-index: 1000;
}
a.navBottom{
	display:block;
	position: absolute;
	height: 32px;
	bottom:20px;
	right:85px;
	z-index: 1000;
	background: url(../gfx/down.png) top right no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 35px;
	font-size: 16px;
	line-height: 16px;
	color: #2f6249;
	text-decoration: none;
	font-weight: 500;
}
h2{
    font-family: 'Playfair Display', serif;
	font-size:66px ;
	color: #2f6249;
	margin-left: 60px;
}
div.borderDark{
	display:block;
	width: 100%;
	max-width: 100px;
	height: 2px;
	background: #2f6249;
	margin:25px 0px; 
}
div.borderWhite{
	display:block;
	width: 100%;
	max-width: 100px;
	height: 2px;
	background: #fff;
	margin:25px 0px; 
}
p.contentText{
	font-size: 19px;
	color: #9a9a9a;
	font-weight: 300;
	text-align: left;
	line-height: 25px;
	margin-left: 60px;
}
a.buttonStart{
	display:block;
	width:100%;
	max-width: 400px;
	padding: 25px 0px;
	text-align: center;
	background-color: #fff;
	margin-left: 60px;
	margin-top: 60px;
	font-size: 15px;
	color: #2f6249;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	box-shadow: 0px 10px 10px rgba(0, 128, 0, 0.6);
	margin-bottom: 20px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

div.sectionmap2 iframe{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
	mix-blend-mode: multiply;
}
img.imgcontent{
	display:block;
	max-width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	box-shadow: 0px 10px 20px rgba(132, 145, 210, 0.9);
	margin-bottom: 30px;
}
img{
	border:none;
	}

	
.clear{
	clear:both;
	}