body {
	margin: 0 0 0 0;
	font-family: "Gill Sans", sans-serif, Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
	//background-color: #d4cdcb;
	background-color: #fff;
	color: #000;
	padding: 0;
}
section{
	overflow-wrap: break-word;
	background-color: #fff;
	margin: 10px;
}
a{
	color: #04aa6d;
	text-decoration: none;
}
a:visited{
	color: #04aa6d;
}
.topnav {
	overflow: hidden;
	background-color: #333;
	margin: 0;
}

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

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: #04AA6D;
	color: white;
}

.topnav .icon {
	display: none;
}
h1{
	height: auto;
	overflow: auto;
}
h2, h3{
	height: auto;
	overflow: auto;
	color: #04aa6d;
}
h3{
	/* color: #F4F480; */
	text-align: left;
}
h1, h1>a, h1>a:visited, h2, h2>a, h2>a:visited, h3{
		//color: #a2f7af;
		color: #04aa6d;
		text-decoration: none;
		font-weight: bold;
	}
img.full{
	max-width: 100%;
	height: auto;
	/* max-height: 80vh;
	border-radius: 5px; */
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.center-justify{
	width: 75%; 
	margin: auto; 
	text-align: justify;
}

@media only screen and (max-width: 600px) {
	section{
		background-color: #FFF;
	}
	div.center-justify{
		width: 90%; 
	}
	h1, h1>a, h1>a:visited, h2, h2>a, h2>a:visited, h3{
		color: #04aa6d;
		text-decoration: none;
	}
	.topnav a:not(:first-child) {
	display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	img.full{
		width: 100vw;
		margin: 0;
	}
	th{
		max-width: 3ch;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
