﻿body{
	font-family: arial, sans-serif;
	color: #373737;
    margin-left: auto;
    margin-right: auto;
	width:1270px;
}

header{
	padding-left:10px;
	padding-top:10px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:1200px;
    margin-left: auto;
    margin-right: auto;
}

a{
	text-decoration:none;
	color:black;
}

.headerright{
	display:flex;
	flex-direction:column;
	text-align: right;
}

.headerright a{
	margin-right:5px;
}

.headermenu{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	position:relative;
	width:1200px;
	margin-top:20px;
    margin-left: auto;
    margin-right: auto;
	left:7px;
}

.headermenu2{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	padding:10px;
	display:fixed;
	width:1200px;
    margin-left: auto;
    margin-right: auto;
	align-items: center;
}

.scroll{
	position:sticky;	
	top:0px;
	z-index:1001;
	height:154px;
	background:white;
    margin-left: auto;
    margin-right: auto;
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.headermenu a{
	color: gray;
	text-transform: uppercase;
}

.headermenu a:hover{
	color: #478247;
}

.search{
	width:50%;
	display:flex; 
	flex-direction:row;
}

.lngs a:hover{
	color: #478247;
}

.search input{
	width:100%;
	height:20px;
	margin-top:50px
}

.searchicon{
	font-size:14px; 
	padding:2px 20px; 
	height:20px; 
	border:1px solid gray; 
	margin-top:50px;
	display:flex;
    justify-content:center;
    align-items:center;
	color:#acacac;
}

footer{
	border-top: 1px solid gray;
	padding-top:10px;
	padding-bottom:20px;
	position:relative;
	width:1200px;
    margin-left: auto;
    margin-right: auto;	
	left:7px;
}

.footer2{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:1200px;
    margin-left: auto;
    margin-right: auto;
	align-items: center;
	font-size:20px;
}

footer a{
	color: #386238;
}

.map{
	text-decoration: underline;
	margin-bottom:10px;
}

.eventsslider, .sectionslider{
	flex-wrap:wrap;
    width: 95%;
	display:flex;
	flex-direction:row;
    margin: auto;
    margin-left: 120px;
	padding-bottom:50px;
	margin-left:212px;
	width:1000px;
}

.sectionslider{
	margin-top:40px;
}

.eventsslide, .sectionslide{
	width:215px;
	margin: 0px 18px;
}

.eventsslide img, .sectionslide img{
	margin-bottom:10px;
}

.eventtitle, .sectiontitle{
	font-size:24px;
	font-weight:bold;
	margin-bottom:5px;
}

.eventdesc{
	color: #386238;
	margin-bottom:10px;
	color:#4b4b4b;
}

.eventdata{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.eventssliderprev, .eventsslidernext{
	position:absolute;
	top:790px;
	font-size:20px;
    color: #386238;
}

.eventssliderprev{
	left:5%;
}

.eventsslidernext{
	right:4%;
}

.galleryproducttitle{
	font-weight:bold;
	font-size:20px;
}

.galleryproductbutton {
	border:1px solid #acacac;
	background: #acacac;
	padding: 10px 0;
	text-align: center;
	width:230px;
	margin-bottom:50px;
	color:white;
}

.galleryproductbutton a{
	color:white;
}

.graydiv{
	background: #d7d7d7;
	width: 230px;
	height: 150px;
	display: flex;
	justify-content: center;
    align-items: center;
	color:white;
	font-size:72px;
}

.graydiva{
	color:#386238;
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
	margin-bottom:10px;
}

.category{
	color:#494949;
	font-size:24px;
	position:absolute;
	margin-left: 50px;
	margin-top:5px;
}

.category3{
	width: 440px;
	padding-left: 250px;
}

.sectionslide img{
	border:1px solid #acacac;
}

.category0{
	position:static;
	margin: 20px;
	margin-left:40px;
	color:black;
}

.category1{
	padding-top:15px;
}

.categorystatic{
	color:#494949;
	font-size:24px;
	margin-left: 35px;
	margin-top:5px;	
}

.notfound{
	height:150px;
}

