body {
	font-family: 'Open Sans', sans-serif;
	max-width: 1350px;
	margin: 0 auto;
}

#header {
	background-color: white;
	text-align: right;
	float: right;
	font-weight: bold;
	white-space: nowrap;
	color: #696969;
	width: 25%;
}

#allcontent {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

video {
	object-fit: cover;
}

#heroDiv {
	width: 100%;
	min-height: 360px;
	position: relative;
	overflow: hidden;
	background-image: url(images/background.png);
	background-size: cover;
	background-position: center;
}

#videoBlock {
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

#videoMessage {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

table {
	margin-left: auto;
	margin-right: auto;
}

td {
	margin: 10px;
	padding: 15px;
}

#main {
	background-color: white;
	padding: 30px;
	margin: 10px 280px 10px 280px;
    /*border: 2px double #696969;
     */
	vertical-align: top;
	width: auto;
	margin: auto 0;
}

.column {
	float: left;
	min-height: 300px;
	max-width: 33.33%;
	min-width: 33%;
	text-align: center;
	margin-top: 50px;
	border-right: 1px solid;
	border-left: 1px solid;
}

.column2 {
	float: left;
	max-width: 50%;
	min-width: 49%;
	text-align: center;
	margin-top: 50px;
	border-right: 1px solid;
	border-left: 1px solid;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

h2, h3, h4 {
	color: #000033;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

h1 {
	color: #72b26e;
	text-transform: uppercase;
	text-align: center;
}

h4 {
	font-size: 65px;
	color: white;
	height: 100px;
	background-position: 50% 45%;
	margin-top: 20px;
	margin-bottom: 40px;
}

a {
	color: #72b26e;
}

p {
	width: 75%;
	font-size: 18px;
	line-height: 2.2;
	margin: 0 auto;
}

#footer {
	clear: both;
	color: #333333;
	text-align: center;
	padding: 10px;
	margin: 3px 10px 10px 10px;
	font-size: 90%;
	font-weight: bold;
	width: auto;
}

.nav {
	width: 100%;
	position: relative;
	z-index: 100;
}

.nav > .nav-header {
	display: inline;
}

.nav > .nav-header > .nav-title {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
	display: none;
}

.nav > .nav-links {

	display: inline;
	float: right;
	font-size: 18px;
    margin: 0 auto;
}

.nav > .nav-links > a {
	display: inline-block;
	padding: 13px 10px 13px 10px;
	text-decoration: none;
	color: #72b26e;
}

.nav > .nav-links > a:hover {
}

.nav > #nav-check {
	display: none;
}

@media (max-width:600px) {
	.nav > .nav-btn {
		display: inline-block;
		position: absolute;
		right: 0px;
		top: 0px;
	}

	.nav > .nav-btn > label {
		display: inline-block;
		width: 50px;
		height: 50px;
		padding: 13px;
        color: black;
	}

	.nav > .nav-btn > label:hover,.nav #nav-check:checked ~ .nav-btn > label {
		background-color: rgba(0, 0, 0, 0.3);
	}

	.nav > .nav-btn > label > span {
		display: block;
		width: 50%;
        margin: 0 auto;
		height: 10px;
		border-top: 2px solid #eee;
        align-content: center;

	}

	.nav > .nav-links {
		position: absolute;
		display: block;
		width: 100%;
		background-color: #333;
		height: 0px;
		transition: all 0.3s ease-in;
		overflow-y: hidden;
		top: 100px;
		left: 0px;
	}

	.nav > .nav-links > a {
		display: block;
		width: 100%;
	}

	.nav > #nav-check:not(:checked) ~ .nav-links {
		height: 0px;
	}

	.nav > #nav-check:checked ~ .nav-links {
		height: calc(100vh - 50px);
		overflow-y: auto;
	}
}

.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

#menuLine {
	width: 100px;
	color: #000033;
	border-top: 1px;
	border-bottom: 0px;
	border-style: solid;
}

.photos {
	color: #333333;
	font-size: 90%;
}

#contactFormLeft {
	display: inline-block;
	float: left;
	height: 100%;
	width: 15%;
}

#contactFormRight {
	display: inline-block;
	float: right;
	height: 240px;
	width: 80%;
}

textarea {
	resize: none;
	height: 100%;
	width: 100%;
}

span.uline {
	text-decoration: underline;
	color: #000033;
}

address {
	text-decoration: none;
}

hr.menuLine {
	width: 75%;
	color: #999999;
}

hr.footerLine {
	width: 90%;
	text-align: center;
	color: #333333;
	font-weight: bold;
}

ul {
	text-align: justify;
}

#map {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}