body {
	font-family: sans-serif;
	background-image: url("images/BackgroundBody6.jpg");
	}
.fullwidth{
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	background-color: #ffffff;
	border: gray 1px solid;
	border-radius: 10px;
	box-shadow: 4px 4px 6px #ccc; 
	}
.flex-container {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.heading {
	margin-top: 1px;
	margin-bottom: 5px;
	font-family: "Times New Roman", serif;
	font-size: x-large;
	font-weight:  bolder;
	}
.heading2 {
	font-family: "Times New Roman", serif;
	font-size: large;
	font-weight:  bolder;
	}
.treelist li {
	list-style-image: url("images/tinytree.jpg");
	}
.tabpad tr td {
	font-size: 2vw;
	padding-left: 5px;
	}
/*Now the styling for the responsive menu in the header*/
.topnav {
	margin-bottom: 10px;
	overflow: hidden;
	max-width: 950px;
	}
/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: green;
	font-weight: bolder;
	text-align: center;
	padding: 10px 9px;
	text-decoration: none;
	font-size: 17px;
	}
/* Change the color of links on hover */
.topnav a:hover {
	background-color: #ddd;
	color: black;
	}
/* Add an active class to highlight the current page */
.topnav a.active {
	background-color: #04AA6D;
	color: white;
	}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
	display: none;
	}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
		float: right;
		display: block;
		}
	}
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		}
	}
/*End of responsive menu styling*/
.pthin {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 8px;
	}
.pthinstory {
	font: 1.1em Georgia;
	line-height: 1.3em;
	}
.pthinstory p {
	margin-top: 3px;
	margin-bottom:6px;
	margin-left: 8px;
	margin-right: 8px;
	}
.pthinstory p:first-child:first-line {
	font-variant: small-caps;
	font-style: normal;
	font-size: 1.2em;
	}
.pthinstory p:first-child:first-letter {
	font-size: 2.7em;
	float: left;
	padding: 9px 4px 0px 0px;
	font-style: normal;
	}
.headingstory {
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: "Georgia", serif;
	font-size: x-large;
	font-weight: normal;
	text-align: center;
}
/*Responsive content styling*/
.vpnarrow {display: none}
.vpwide {display: initial}
		
@media screen and (max-width: 800px) {
	.vpnarrow {display: initial}
	.vpwide {display: none}
	}

