body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Georgia, "Times New Roman";
}

header {
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	background-position: right;
	background-repeat: no-repeat;
}

header a {
	text-decoration: none;
	color: #ffffff;
}

* {
	box-sizing: border-box;
}

h1 {
	background-color: #000000;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	letter-spacing: .15em;
}

h2 {
	text-align: center;
}

h3 {
	margin-bottom: -15px;
}

main {
	overflow: auto;
	padding-left: 1em;
}

nav {
	font-weight: bold;
	font-size: 100%;
	float: left;
	padding: 1.5em;
	width: 170px;
	background-image: linear-gradient(to bottom, #b0aeae, #fafafa);
}

nav a {
	text-decoration: none;
	/*transition: color 3s linear;  Need more to take effect*/
}

nav li {
	text-align: left;
	margin: 0;
	padding-left: 0em;
	padding: .15em;
	font-size: 1.2em;
}


nav ul {
	padding: 1em;
	list-style-image: url(pictures/TabPawn.png);
}

header a:link {
	color: #ffffff;;
}

header a:visited {
	color: #ffffff;
}

header a:hover {
	color: #8a898c;
}

table {
	flex-flow: row nowrap;
	margin: 10px;
	padding: 1em;
	float: left;
	border: 3px solid black;
}

form {
	display: grid;
	grid-gap: 1em;
	grid-template-columns: 6em 1fr;
	flex-flow: column nowrap;
	width: 40%;
}

input, textarea {
	margin-bottom: .5em;
}

figcaption {
	text-align: center;
	font-weight: bold;
}

tr:nth-of-type(odd) {
	background-color: #696969;
}

/*nav a:link {
	color: #5C7FA3;
}

nav a:visited {
	color: #023466;
}

nav a:focus {
	color: #4a0266;
}

nav a:hover {
	color: 
}

nav a:active {
	color: #4a0266;
} One of these is messing with the color for the entire nav*/

.pcenter {
	text-align: center;
}

.not {
	text-align: left;
}

#wrapper {
	background-color: #b0aeae;
	background-image: linear-gradient(to bottom, #b0aeae, #fafafa);
}

#chessbenefits {
	display: flex;
	margin: 1em;
	justify-content: center;
}

#gallery {
	display: flex;
	flex-wrap: wrap;
}

#history {
	text-align: center;
}

#homeboard {
	height: 400px;
	overflow: hidden;
	background-image: url(Board1.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#historyboard {
	height: 300px;
	width: 300px;
	background-image: url(IndianChess.jpeg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: right;
	margin: .5em;
	margin-left: .5em;
}

#historyboard1 {
	height: 300px;
	width: 300px;
	background-image: url(MoralsChess.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: left;
	margin: .5em;
	margin-right: .5em;
}

#mostdrawn {
	margin-left: auto;
	margin-right: auto;
}

#leastdrawn {
	margin-left: auto;
	margin-right: auto;
}

#note {
	text-align: center;
}

footer {
	font-size: 80%;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", Garamond;
}