@import 'https://fonts.googleapis.com/css?family=Marcellus|Open+Sans';

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family:"Open Sans", Arial, Helvetica, sans-serif, Sans;

}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
input, textarea, select {
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size: 15px;
	border-radius: 3px;
	padding: 3px;
	border: 1px solid #757761;
	background-color: #f6f6f6;
	max-width: 80vw;
} 
a[href^="mailto:"]
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
table{
	width: 100%;
	border-collapse: collapse;
}
th{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
	text-align: left;
	background-color: #666666;
	color: #fff;
	font-size: 20px; 
}
td{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
}
tr:nth-child(2n+1) {
    background-color: 
    #f9f9f9;
}

.header {
	background-color: #fff;
	color: #333;
	text-align:center;
	padding: 20px; 
}
.header h1 {
	font-weight: normal; 
	line-height: 150%; 
	margin: 0; 
	font-family: Marcellus, sans-serif, sans;
	font-size: 50px; 
}
.header a{
	text-decoration: none; 
	color:#333;
}
.header img{
	width: 150px; 
}
.links {
	background-color:rgba(79, 107, 82,0.65); 
	text-align:center; 
    display: block;
	min-height: 60px;
	z-index: 90;
	position: absolute; 
	top: 0;
	width: 100%;
}
.links a{
	color: #fff; 
	text-decoration: none; 
	padding: 19px 10px; 
	display: inline-block;
	position: relative;
	z-index: 91;
	transition: background 1s; 
}
.links a:hover{
	background-color: #559e34; 
}
.galpage .links {
	position: relative; 
}
.maintext {
    font-size: 17px;
    color: #555;
    max-width: 1200px;
    padding: 80px 10vw;
    margin: auto;
    line-height: 180%;
    background-color: #fff;
}
.events {
    padding: 20px 10vw;
}
.maintext h1{
	font-size: 30px;
	font-weight: normal;
}
.maintext h2{
	font-size: 24px;
	font-weight: normal;
}
.maintext a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #424953;
}
.maintext a:hover{
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid red;
}
.mobile{
	display: none; 
	position: relative; 
}
.topnav {
  overflow: hidden;
	background-color:#4f6b52; 
  	position:relative;
	padding: 20px 0 20px 0;
	width: 100%;
	top: 0;
	z-index: 2000;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	-moz-backdrop-filter: blur(7px);
	display: none; 

}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  
}

.topnav a:hover {
  background-color: #000;
  color: #fff;
}

.active {
  background-color: #444;
  color: white;
}

.topnav .icon {
  display: block;
}


.topnav a.icon {
    float: right;
    display: block !important;
 }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .topnav.responsive a {
    float: none;
    display: block !important;
    text-align: left;
  }
  .topnav a:not(:first-child) {
    display: none;
}
.iw {
	font-size: 10px;
	padding: 10px 100px;
	text-align: right;
	background-color: #B3C7B6;
} 
.iw a{
	color: #fff;
	text-decoration: none;
}
.footer{
	background-color: #6D8155;
	color: #fff; 
	line-height: 180%;

}
.footer a{
	color: #fff; 
	text-decoration: none;

}
.footer > div {
	max-width: 1000px;
	padding: 20px 20px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;

} 
.footer > div > div{
	padding: 20px;
	width: 200px;
	flex: 1 1 auto;
}
.social img {
	margin:  0 10px;
	max-width: 60px; 
}
.social{
	background-color: #a9bcac;
	padding: 20px 20px;
	color: #fff; 
	text-align: center; 
}
.logos {
	text-align: center; 
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #B3C7B6;
}
.logo div{
	vertical-align:middle; 
	flex: 1 1 auto;

}
.logos img {
	margin	: 2vw;
	max-width: 200px;
	max-height: 150px; 
}

.reg{
	background-color: #B3C7B6;
	padding: 20px 20px;
	color: #333; 
	text-align: center; 
}
.moreinfo {
	margin: 3vw 0;	
}


.lightgreen{
	background-color: #eaf2ec;
}

.h3 {
	margin: auto;
	max-width: 1200px;
	padding: 25px 25px 0 25px;
	color: #333;
}
.h3 h3{
	font-weight: normal;
}

#mainthreecols {
	margin: auto;
	padding: 5px 25px 25px 25px;
	flex-flow: row wrap;
	display: flex;
	justify-content: center;
	}
#mainthreecols > div {
 	color: #fff;

	flex: 1 1 400px;
	margin: 20px; 
	background-color: #A9BCAC;
	border-radius: 10px; 
	max-width: 800px; 

}
#mainthreecols > div .picture{
	width: 100%;
	height: 285px;
	background-size: cover;
	background-position: center center; 
	border-radius: 10px 10px 0 0;
	background-color: rgba(0,0,0,0.3); 
}
#mainthreecols div a{
 	color: #fff;	
 	text-decoration:none;
	border-bottom: 1px #fff dashed;
}
#mainthreecols div a:hover{
 	color: #000;	
}
#mainthreecols div h3 a{
	border-bottom: 0;
}
#mainthreecols div h3{
	font-weight: normal;
	padding: 0px;
}
#mainthreecols div .text{
	line-height: 180%;
	margin: 20px;
}
.picture .more{
 	opacity: 1;
	height: 100%;  
	width: 100%;
	text-align: center;
	position: relative;
	display: table;
	border-radius: 10px 10px 0 0;
}
.picture:hover .more{
	opacity: 1;
	background-color: rgba(0,0,0,0.6);  
	transition: 1s;
}
.picture .more .discovermore{
	margin: auto;
	width: auto;
	padding: 10px;
	color: #fff; 
	text-transform: lowercase; 
	max-width: 200px;
	display: table-cell;
	vertical-align: middle;

}  
.picture .more .discovermore a{
	border: 3px solid white; 
	border-bottom: 3px solid white !important; 
	color: #fff !important; 
	width: 200px;
	padding: 15px 30px; 
	border-radius: 30px; 
	background-color: rgba(0,0,0,0.5);
} 
.picture:hover .more .discovermore a{
	background-color: rgba(0,0,0,0.0);
	border: 3px solid #fff; 
	border-bottom: 3px solid #fff !important; 
	transition: 0.5s;
} 
.flexpics { 
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
  justify-content: center;
	margin: auto; 
	padding-bottom: 4vw;
 overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.flexpics img {
	max-width: 100%;
	margin: auto;
	text-align: center; 
} 
.flexpics a{
	color: #fff;
	text-decoration: none; 
}

.flexpics a:hover{
	color: #000;
	text-decoration: underline; 
}

.flexpics > div { 
 flex: 1 1 auto;
  width: 300px; 
  position:relative;
	margin: 10px;
	padding: 20px; 
	background-color: #A9BCAC;
	color: #fff;
	border-radius: 10px; 
  
}
.flexpics p{

}
.pictures{
	display: flex;
 	flex-flow: row wrap;
    justify-content: center;
	margin	: 4px;
}
.pictures div {
	flex: 1 1 200px;
	height	: 200px;
	max-width: 300px;
	position: relative;
	margin	: 4px;
}

.pictures div img{
object-fit: cover ;
	width: 100%;
	height:  100%;

}
.pictures a, .pictures a:hover{
	border-bottom: 0;
}
.darker{
	padding: 10px 3vw 10px 3vw;
	vertical-align: top;
	text-align: left;
	background-color: #6D8155;
	color: #fff;
	font-size: 18px; 
}

 div.box:nth-child(odd) {
	background-color: #f3f3f3; 
	padding: 10px 3vw;
}
 div.box:nth-child(even) {
	background-color: #fff; 
	padding: 10px 3vw;
}
 div.box a:hover{
	color: #000; 
	text-decoration: underline; 
	border-bottom: 0; 
}
.boxpix{
	float: right;
	width: 250px; 
	height: 150px; 
	background-position: center center;
	background-size: cover;
	margin: 0 0 0 20px; 
}
.boxpix img{
	height: 100%;
	width: 100%; 
	border-bottom: 0
}
.boxpix a{
	border-bottom: 0
}
.clear{
	clear: both; 
}
.icon{
	font-size: 24px !important; 
}




@media only screen and ( max-width: 1024px )  {

.topnav {
	display: block;
}
.links{
	display: none; 
}
}

@media only screen and ( max-width: 640px ) {
#mainthreecols > div{
	width: 100%; 
	margin: 0 0 20px 0;
	border-radius: 0; 
}
#mainthreecols > div .picture{
	border-radius: 0;	
}
#mainthreecols {
	padding: 0; 
}
.pictures div {
	width: 100%;
	height	: auto;
	max-width: none;

}
.boxpix {
	float: none; 
	width: 100%; 
	margin: 0; 
}
@supports (object-fit: contain) {
.objectfit img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}
}
 .flexpics > div { 
  width:100%; 
}

.pictures div {
	width: 100%;
	height	: auto;
	max-width: none;

}

}


@media only screen and ( max-width: 260px ) {
.fws2 {
	display: none; 

}
.mobile{
	display: block;
	background-size: cover;
	height: 300px; 
	background-position: center center; 
}

th, td {
	display: block; 
}
.logos, .footer > div, .footer > div > div {
	display: block; 
	width: auto;
}
}