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


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

h1 {
	text-align:center;
}

h2, h3, h4, h5, h6, p, ul{
	margin-top: 0;	
	padding-right: 10%;
	padding-left: 10%;
	text-align: left;
	hyphen: auto;
	
}

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



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

.copytext {
	list-style-type:disc;
	font-size:110%;
	margin-bottom:5px;
}


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:45px;
	padding-top: 18px;
	padding-bottom:10px;
	}

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

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

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

/* selected link */
.nav  a:active {
	text-decoration:none;
  color: #000;
}	

		
.navbar {
	/*width:600px;*/
	max-width:400px;
	height:auto;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px:*/
	overflow:auto;
}


.navburger {
	display:none;
	visibility:hidden !important
}

.dropdown {
	display:none;
	visibility:hidden !important
}


/*.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%;
	height:auto;
	padding-top:10px;
	overflow:auto;
}

.picpic  {
	padding-bottom:10px;
	display:block;
	margin:auto;
}

.caption{
	font-size:x-small;
	text-align:center;
	padding-bottom:10px;
	
}

.floatpic{
	max-width:100%;
	padding:2px;
	float:left;
}


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;
}


.navbar a:hover{
	color:#f8a63d;
	text-decoration:none;
}




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

.datestamp{
	text-align:right;
	padding-right:3%;
	font-size:small;
	}
	
	
	
	
/* ~~ 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;
}