
/* General instructions for font, color, and background image */

	body {
		font-family: Roboto, sans-serif;
		background: rgb(144, 190, 109);
		color: #FFFFFF;
		margin: 50px;
		font-weight: 300;
		font-size: 1.1rem;
	}
/* General selector values */

/* Paragraph break height */
p {
	line-height: 1.4em;
}


/* Heading fonts and formats */
h1 {
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 3rem;
	text-align: left
}

h2 {
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
	font-size: 2em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	text-align: center;
	font-weight: plain;
}

h3 {
	font-family: Roboto, sans-serif;

	color: #FFFFFF;
	font-size: 1.5em;
	margin: 0;
	padding: 1em;
	padding-left: 1em;
	text-align: left;
	font-weight: plain;
}

h4 {
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: lighter;
	margin: 0;
	padding: 0.5em;
	padding-left: 1em;
	text-align: ;eft;
}

/* Margins and alignment for images in the content division */
#content img {
		max-height: 99vh;
		margin: auto;
		display: block;

		}


/* Colors for linked text, before and after being clicked */
a:link {
	font-family: Roboto, sans-serif;
text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	font-family: Roboto, sans-serif;

	color: #FFFFFF;
}

table {
    border-collapse: collapse;
}

tr {
    border-top: 1px solid #5F7A47;
    border-bottom: 1px solid #5F7A47;
}

/* Page Layout */

#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#content {
	margin-top: 10px;
}

/* Layout for divisions containing images and their captions */
#picture {
	padding: 1px;
	float: right;
	text-align: center;
	font-size: 8pt;
	margin: 0 0 1em 1em;
}
/* Layout for divisions containing text blocks */
#text {
	padding: 10px;
	float: right;
	text-align: left;
	font-size: 12pt;
	margin: 0 0 1em 1em;
	color: rgb(255, 255, 255);
}

/* Layout for alignment of footer */

#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#footer img {
	padding: 10px;
}
