/* Style sheet created by: Aaron Potter, April 7th 2021 */

/* Style for body specifies a background color */
body {
	background-color: #FFFFFF;
}

/* Style for the container element */
#container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* Style for the header element */
header {
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #4E9657;
	padding: 0.5%;
	margin-left: 1%;
	font-size: 3em;
}

h1 {
	background-color: #FFFFFF;
	color: #4E9657;
	padding: 0.5%;
	margin-left: 1%;
}

main {
	padding: 1em;
	background-color: #4e9657;
}

section {
	color: #4e9657;
	background-color: white;
	padding: .05%;
}

article {
	color:black;
	border-top-width: thin;
	padding: .05%;
	margin-top: 1%;
}

aside {
	background-color: #4e9657;
	border-radius: 100%;
	text-align: center;
	font-size: 1.25em;
	color: white;
	padding: 1.5%;
	margin: 1%;
}

/* Style for the nav element */
nav {
	padding: 0.5%;
}

/* Style for the nav list item elements */
nav li {
	display: inline;
}

/* Style for the nav links element */
nav li a {
	color: #4E9657;
	padding-left: 2%;
	padding-right: 2%;
	text-decoration: none;
}
/* Style for the table */
table{
  width: 100%;
}
td, th {
	border: 1px solid black;
}

footer {
	text-align: center;
	font-size: .70em;
}
