body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	background-color: #ffffff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f0f0f0;
}

body, input, select, option, button, textarea, .font-sans {
	font-family: 'Merriweather Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .font-serif {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
div, span, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, img, input, select, option, label, section, header, footer {
	box-sizing: border-box;
}

p {
	margin: 0;
	padding: 0.2em 0;
}

:focus {
	outline: none;
}
a {
	color: #247a10;
	text-decoration: none;
}
a:hover, a:focus {
	color: #00cc00;
	text-decoration: underline;
}
#container {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100vh;
	margin: 0 auto;
}
header #header-content, menu ul, #main, .image {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

header {
	text-align: center;
	color: #102810;
	background-color: #edf2ed;
}
section {
	width: 100%;
	margin: 2em auto;
	padding: 1em;
	line-height: 1.6em;
	background-color: #ffffff;
	box-shadow: 0.1em 0.1em 0.2em #808080;
}
footer {
	padding: 2em 1em 1em 1em;
	text-align: center;
	color: #ffffff;
	background-color: #224d19;
}

menu {
	display: block;
	width: 100%;
	z-index: 99;
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', serif;
	background-color: #0e992c;
}
menu ul {
	list-style: none;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 0;
}
menu ul li {
	position: relative;
	flex-grow: 1;
}
menu ul a {
	display: block;
	box-sizing: border-box;
	min-width: 4.5em;
	padding: 0.667em 1em 0.583em 1em;
	text-decoration: none;
	color: #ffffff;
	background-color: #0e992c;
}
menu ul a:hover {
	text-decoration: none;
	color: #ffffff;
}
menu > ul > li > a {
	padding: 0.667em 0 0.583em 0;
	text-align: center;
	font-size: 1em;
}
menu > ul > li a:hover, menu > ul > li a:focus, menu > ul > li.visible > a {
	background-color: #247a10;
}
menu > ul > li > a:after {
	/*content: '\2BC6';*/
	content: '\25BE';
	/*content: '\f0d7';*/
	padding-left: 0.3em;
	/*font-family: "Font Awesome 5 Free";*/
	font-weight: 900;
}
menu.visible, li.visible > ul {
	display: block !important;
}

header h1 {
	padding: 1em 0 0.5em 0;
	font-size: 2em;
	color: #ff5533;
}
header h2 {
	padding: 0.5em 0;
	font-size: 1.5em;
	color: #406040;
}
header #organizers a {
	display: inline-block;
}

.image {
	display: block;
	position: relative;
	max-height: 70vh;
	min-height: 50vh;
	margin: 1.25em auto 1em auto;
	flex-grow: 1;
	background-color: #e8e8e8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image .legend {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 0.25em;
	font-size: 0.6em;
	background-color: rgba(255, 255, 255, 0.5);
}

#main {
	margin: 1em auto;
}

section h1 {
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #cccccc;
}
section h1 a {
	display: block;
}
section h1 a:hover {
	color: #000000;
	text-decoration: none;
}
section h1 a:target {
	background-color: #ffa;
}
section p {
	margin: 0;
	padding: 0.25em 0;
	text-align: justify;
}
section ul {
	margin: 0 0 0 3em;
	padding: 0.25em 0;
}
section u {
	text-decoration: none;
	color: #001800;
	text-shadow: 0px 0px 2px #a0f8a0;
}


#googlemap {
	width: 100%;
}

@media (max-width:800px) {
	body {
		font-size: 10pt;
	}
}