html,
body{
	height: 100%;
	margin: 0;
	padding: 0;
}
#wrapper{
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
    background-color: ;
}
header{
    width: 100%;
	min-height: 100px;
	max-height: 100%;
    background-color: #666666;
	background-image: url("../images/bg1.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: top;
}
#headerBg{
    width: 100%;
    height: 100px;
    background-color: #666666;
    opacity: 0.8;
    position: fixed;
    z-index: 50;
}
#headerTop{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	position: fixed;
    z-index: 60;
	padding: 15px 80px;
}
#logo, #logo img{
	height: 70px;
}
.mobileBtn{
	display: none;
}
#menu{
	min-height: 100%;
}
#menu > ul{
	width: auto;
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li{
	position: relative;
	min-height: 1px;
	vertical-align: bottom;
}
#menu a, #menu button{
	text-align: left;
	display: block;
	white-space: nowrap;
	box-sizing: border-box;
	margin: 0px 2px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.7em;
    padding-right: 0.7em;
	text-decoration: none;
    font-family: 'Open Sans';
	font-weight: 300;
	font-size: 18px;
    color: #ffffff;
	border-radius: 4px;
}
#menu a:hover, #menu button:hover{
	color: #000000;
}
#menu a.current, #menu button.current{
	background-color: #ffffff;
	color: #666666;
}
#menu button{
	background: none;
	border: none;
	cursor: pointer;
    padding-right: 1.4em;
}
#menu button:after, .readMore:after, .prev:before, .next:before{
	width: 0.6em;
	height: 0.6em;
	border-style: solid;
	border-width: 0.12em 0.12em 0 0;
	content: '';
	display: inline-block;
	left: 0.5em;
	position: relative;
	top: 0.15em;
	transform: rotate(135deg);
	vertical-align: top;
}
#menu button.active:after{
	top: 0.65em;
	transform: rotate(-45deg);
}
#menu ul ul{
	background-color: #666666;
	position: absolute;
	z-index: 500;
	top: 2.5em;
	display: none;
	padding: 1em;
	list-style:none;
}
#menu ul li:last-child ul{
	left: -100%;
}
#menu ul ul.open{
	display: block;
}
#menu ul ul a{
	margin: 2px 0px;
}
.readMore:after{
	font-size: 40px;
}
.readMore{
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0px;
	color: #ffffff;
}

main{
	flex: 1;
	scroll-margin-top: 100px;
	display: flex;
	flex-direction: column;
}
.content{
    padding: 30px 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.content h1{
	font-family: ;
	font-size: 22px;
	font-weight: normal;
}
.content h2{
	font-family: ;
	font-size: 20px;
	font-weight: normal;
}
.content h3{
	font-family: ;
	font-size: 18px;
	font-weight: normal;
}
.content-1{background:#ffffff; color:#000000;}
.content-1 h1{ color: }
.content-1 h2{ color: }
.content-1 h3{ color: }
.content-1 a{ color: }
.content-2{background:#8419ff; color:#90a300;}
.content-2 h1{ color: }
.content-2 h2{ color: }
.content-2 h3{ color: }
.content-2 a{ color: }
footer{
	background-color: #666666;
	border-top: #333333 solid 3px;
	text-align: center;
	padding: 20px 40px;
    font-family: 'Open Sans';
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
}
footer a{
	color: #ffffff;
}
footer #d-wb{
	text-align: right;
	padding-top: 8px;
}
footer #d-wb a{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}
a, img{
	border: none;
}
a{
	display: inline-block;
}
.hiddenMenu{
	display: none;
}
.galleryImage{
	max-height: 150px;
    margin: 4px;
}
.infoBtn, .infoBtn2{
	display: inline-block;
	border: solid thin #0f19db; ?>;
    text-decoration: none;
    padding: 8px 14px;
    color: #0f19db; ?;
}
.infoBtn:hover{
	background-color: #0f19db; ?>;
    color: #fff;
}
.infoBtn2{
	border: solid thin #fff;
    color: #fff;
}
.infoBtn2:hover{
	background-color: #fff;
}

.slideshow{
	height: 100vh;
}
.slideshow .slide{
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: none;
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: cover;
}
.slideshow .slide.active{
	display: flex;
}
.slideshow .prev,
.slideshow .next{
	width: auto;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	padding: 16px;
	color: #ffffff;
	font-size: 0px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background: none;
	border: none;
}
.slideshow .next{
	right: 0;
	border-radius: 3px 0 0 3px;
	padding-left: 0px;
	padding-right: 36px;
}
.slideshow .prev:before,
.slideshow .next:before{
	width: 1em;
	height: 1em;
	font-size: 22px;
}
.slideshow .prev:before{
	transform: rotate(-135deg);
}
.slideshow .next:before{
	transform: rotate(45deg);
}
.slideshow .caption{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 4px;
	padding: 22px;
	color: #ffffff;
	font-size: 26px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.slideshow .dots{
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slideshow .dot{
	height: 14px;
	width: 14px;
	cursor: pointer;
	margin: 0 2px;
	background-color: #eee;
	border:solid 2px #333;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.2s ease;
}
.slideshow .dot.active,
.slideshow .dot:hover{
	background-color: #333;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="submit"],
form textarea,
form select,
form label{
	width: 300px;
	max-width: 100%;
	display: block;
	box-sizing: border-box;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="submit"],
form textarea,
form select{
	margin-bottom: 12px;
	padding: 8px 10px;
	outline: 1px solid #bbb;
	border: none;
	font-family: inherit;
	font-size: 14px;
}
form label{
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: normal;
}
form input:focus,
form textarea:focus,
form select:focus{
  	outline: solid 2px skyblue;
}
form input:focus:invalid{
  	outline: 2px solid red;
}
form input[type="submit"]{
	background: transparent;
	cursor: pointer;
	font-size: 16px;
}
form input[type="submit"]:hover{
  	background: #e5e5e5;
}
form textarea{
	min-height: 80px;
}
#verify{
	width: 100px;
	height: 30px;
	font-size: 14px;
	color: #ff0000;
}

a:focus, button:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus{
    outline: solid 2px #ffffff;
    border-radius: 4px;
}
.skipToContent{
    position: absolute;
    left: -10000px;
    display: flex;
    justify-content: center;
    background-color: #666666;
	font-family:'Open Sans';
	font-weight:300;
    color: #ffffff;
    font-size: 18px;
    padding: 12px;
}
.skipToContent:focus{
	border-radius: 0px;
}
.skipToContent:focus{
    position: static;
}

.pageNotFound{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 200px !important;
	gap: 22px;
	font-family:'Open Sans';
}
.pageNotFound h1{
	font-weight:800;
    font-size: 70px;
	margin: 0px;
}
.pageNotFound p{
	margin: 0px;
	font-size: 20px;
}
.content ul li, .content ol li{
	margin: 8px 0px;
}
.grid-1-1, .grid-1-2, .grid-1-3, .grid-1-1-1, .grid-1-1-1-1, .grid-2-1, .grid-3-1{
	display: grid;
	gap: 50px;
}
.grid-1-1{ grid-template-columns: 1fr 1fr; }
.grid-1-2{ grid-template-columns: 1fr 2fr; }
.grid-1-3{ grid-template-columns: 1fr 3fr; }
.grid-1-1-1{ grid-template-columns: 1fr 1fr 1fr; }
.grid-1-1-1-1{ grid-template-columns: 1fr 1fr 1fr 1fr; }
.grid-2-1{ grid-template-columns: 2fr 1fr; }
.grid-3-1{ grid-template-columns: 3fr 1fr; }

@media (max-width: 800px){
	html{
		max-width: 100%;
		overflow-x: hidden;
	}
	#headerTop{
		padding: 15px;
	}
	.mobileBtn{
		width: 50px;
		height: 50px;
		top: 25px;
		right: 25px;
		display: block;
		position: fixed;
		overflow: hidden;
		margin: 0;
		padding: 0;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background .3s;
		transition: background .3s;
	}
	.mobileBtn:focus{
		outline: 0;
	}
	.mobileBtn span, .mobileBtn span::after, .mobileBtn span::before{
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: #ffffff;
		content: "";
	}
	.mobileBtn--htla.is-active span::after,.mobileBtn--htla.is-active span::before,.mobileBtn--htra.is-active span::after,.mobileBtn--htra.is-active span::before{
		width: 50%;
	}
	.mobileBtn span::before{
		top: -20px;
	}
	.mobileBtn span::after{
		bottom: -20px;
	}
	.mobileBtn--htx{
		background-color: transparent;
	}
	.mobileBtn--htx span{
		-webkit-transition: background 0s .3s;
		transition: background 0s .3s;
	}
	.mobileBtn--htx span::after,.mobileBtn--htx span::before{
		-webkit-transition-duration: .3s,.3s;
		transition-duration: .3s,.3s;
		-webkit-transition-delay: .3s,0s;
		transition-delay: .3s,0s;
	}
	.mobileBtn--htx span::before{
		-webkit-transition-property: top,-webkit-transform;
		transition-property: top,transform;
	}
	.mobileBtn--htx span::after{
		-webkit-transition-property: bottom,-webkit-transform;
		transition-property: bottom,transform;
	}
	.mobileBtn--htx.is-active span{
		background: 0 0;
	}
	.mobileBtn--htx.is-active span::before{
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mobileBtn--htx.is-active span::after{
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.mobileBtn--htx.is-active span::after, .mobileBtn--htx.is-active span::before{
		-webkit-transition-delay: 0s,.3s;
		transition-delay: 0s,.3s;
	}
	#menu{
		width: 100vw;
		display: none;
		top: 100px;
		left: 0px;
		position: fixed;
		z-index: 200;
		overflow: scroll;
		background-color: #666666;
	}
	#menu ul{
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
	}
	#menu ul li{
		width: 100%;
		display: block;
		margin: 0;
		border-top: solid 1px #ffffff;
	}
	#menu a, #menu button{
		width: 100%;
		margin: 0px;
		padding: 16px 24px;
		border-radius: 0px;
	}
	#menu a:focus, #menu button:focus{
		outline: none;
	}
	#menu ul ul{
		position: relative;
		border-bottom: none;
		top: auto;
		margin: 0;
		padding: 0;
	}
	#menu ul li:last-child ul{
		left: auto;
	}
	#menu ul ul li:last-child{
		border-bottom: none;
	}
	#menu ul ul li a{
		margin: 0px;
		padding-left: 38px;
	}
	.content, .content:first-child, .content:last-child{
    	padding: 30px;
	}
	iframe{
		width: 100%;
		height: 50%;
	}
	img{
		max-width: 100% !important;
		height: auto;
	}
	table{
		border-collapse: collapse;
		border-spacing: 0;
	}
	.grid-1-1, .grid-1-2, .grid-1-3, .grid-1-1-1, .grid-1-1-1-1, .grid-2-1, .grid-3-1{
		gap: 12px;
		grid-template-columns: auto;
	}
}