@charset "utf-8";
/* CSS Document */


body {
		font-family: 'Montserrat', sans-serif;
		font-size: 100%;
		color:#000;
		background:#fff;
}

	h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 25px;
	padding-left: 25px; 
	/*text-align: justify;*/
	text-align: left;
	hyphen: auto;
}

	h1 {font-size:135%;
	text-align:center;
	 }

.fp {
	font-size: 112%;
	list-style-type:disc;
	}

	ul li {
	list-style:none;
	margin-left:-10px;
  	padding:0;
}

.copytext {
	list-style-type:disc;
	margin-bottom:5px;
}

blockquote {
	text-align:left;
	
}

a img {
	border: none;
}

.container {max-width:1817px;
	display:block;
	margin:auto;
	background-color:#fff;
	}

.header  {
	max-width: 100%;
	display:block;
	margin:auto;
   }

.nav {
	margin-top: -4px;
	background-color:#95ae39;
	font-size:120%;
	text-align:center;
	min-height:60px;
	padding-top: 18px;
	padding-bottom:0px;
	display:none;
	visibility:hidden !important
	}
	
.navburger {
	/*margin-top: -4px;*/
	background-color:#95ae39;
	font-size:120%;
/*	text-align:center;
	min-height:60px;*/
	min-height:48px;
	padding-top: 0px;
	padding-bottom:0px;
	
}
	
.dropbtn {
  background-color:#95ae39; 
 /* color: white;*/
  /*padding: 16px;
  font-size: 16px;*/
  /*padding:10px;*/
  max-height:48px:
  margin-top:0px;
  border: none;
  cursor: pointer;
}

/*/dropbtn{
	display:block;
	margin:auto;
	}
	*/
.dropdown {
  /*position: relative;*/ 
  position: absolute;
  display: inline-block;
  min-width:160px;
  background-color:#95ae39;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #95ae39;
  min-width: 180px;
  margin-left:0px;
  border-bottom-color:#333;
  border-bottom-width:thin;
 /* padding: 12px 16px;*/
 padding-right: 16px;
 padding-left:0;
  z-index: 1;
} 

.dropdown:hover .dropdown-content {
  display: block;
}	
	
	/* unvisited link */
.dropdown a:link {
	text-decoration:none;
  color: #000;
}

/* visited link */
.dropdown  a:visited {
	text-decoration:none;
  color: #000;
}

/* mouse over link */
.dropdown  a:hover {
	text-decoration:none;
  color: #545454;
}

/* selected link */
.dropdown  a:active {
	text-decoration:none;
  color: #000;
}		
	
	
	
/*.container {
	display:block;
	margin:auto;
	max-width:100%;
	margin: 0 auto;
	background-color:#fff;
}*/

.content {
	margin-top:;
	Display:block;
	margin:auto;
/*	background-color:#fff;*/
}


.contentpic{
	max-width:100%;
	display:block;
	margin:auto;
	padding:0;
}

/*Flexbox menu*/
.picrow {  
  padding-top:20px;
  margin-top:3px;
  margin-bottom:3px;
  background-color:#fff;
  /*padding: 15px;*/
  padding:0;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-around;
}


/*.picrow {
	clear:both;
	max-width:1217px;
	margin:auto;
} */
		
.picitem {
	/*width:600px;*/
	/*max-width:100%;*/	
	min-width:80%;
	height:auto;
	padding-top:10px;
	overflow:auto;
}

.picpic  {
	max-width:100%;
	padding-bottom:10px;
	display:block;
	margin:auto;
}
.caption{
	font-size:x-small;
	text-align:center;
	padding-bottom:10px;
	
}


.bodytext {
	padding-left:50px;
	padding-right:50px;

		text-align:justify;
		}


.bodytextnews {
		
		padding: 5px 5px 5px 5px;
		text-align:justify;
		}
		
		
.photoholder {
	
	padding-top:5px;
	height:450px;
	background-color:#ffffef;
	}		
		
.thumbs{
	padding:0 0 0 0px;

	
}		
		
	.thumbholder {
		width:93%;
	display:block;
	margin:auto;
	background-color:#ffffef;
	
}

.blocknest   {
	width:95%;
	display:block;
	margin:auto;
	
	
	
}

.blockleft  {
	float:left;
	background:#ffffef;
	padding:10px 10px 10px 25px;
	width:40%;

}

.blockright {
	background:#ffffef;
	padding:10px 10px 10px 25px;
	width:40%;
	padding: 10px;
	text-align:justify;
	float:left;
	
}		
		
	
.buttons{
	padding:0 35% 0 35%;
}

.updateinfo {
	clear:both;
	font-size: 75%;
	text-align:right;
	padding:5px 20px 5px;
	}
	

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}


.footer {
	clear:both;
	padding: 10px 0;
	
}

.datestamp{
	text-align:right;
	padding-right:3%;
	font-size:90%}
	
	
	
	
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}