a:link {
	color: black;
  text-decoration: none;
}

a:hover {
	color: black;
  text-decoration: underline;
}

a:visited {
  color: black;
  text-decoration: none;
}

body, html {
	height: 100%;
  margin: 0;
	width: 100%;
}

h1 {
	color: #aa4a44;
	font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 150%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 6px;
	margin: 0 auto;
	text-shadow: 1px 1px 0px #dddddd;
}

h2 {
	color: #000000;
	font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: bold;
  align-items: left;
}

.amazonIntroText {
	max-width: 450px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;	
}

.amazonGrid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	justify-items: center;
	max-width: 450px;
	margin: 0 auto;
}

.amazonGridItem {
	box-shadow: 2px 2px 4px 2px #cccccc;
}

.amazonBookImage {
	width: 220px;
	height: 330px;
}

.bodyText {
	text-align: left;	
}

.copyrightText {
	font-size: 75%;
	text-align: right;
}

.difficultyGrid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(5, 1fr);
	margin: 0;
}

.difficultyGrid a:hover {
	text-decoration: none;
}

.footer {
	display: grid;	
	gap: 6px;	
	align-items: center;
	justify-content: center;
	margin-left: 0%;
	margin-right: 0%;
}

.gwt {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
}

.header {
	display: flex;	
	flex-direction: row;
	gap: 15px;	
	align-items: center;
	justify-content: center;
}

.header-play-container {
	display: flex;	
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0px;	
	width: 100%;
}

.header-play-previous {
	flex-grow: 1;
	text-align: left;
}

.header-play-title {
	flex-grow: 3;
  font-size: 150%;
  font-weight: bold;
	text-align: center;
}

.header-play-next {
	flex-grow: 1;
	text-align: right;
}

.headerText {
  font-size: 250%;
  font-weight: bold;
}

.headerText a:hover {
	text-decoration: none;
}

.logo {
  max-width: 300px;
  max-height: auto;
}

.layoutGrid {
	display: grid;
	gap: 30px;	
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.layoutGrid-play {	
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70%;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
}

.mainPageGrid {
	border: none;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

@media (min-width: 600px) {
	.mainPageGrid {
		border: none;
		grid-template-columns: repeat(2, 1fr);	
	}		
}

.mainPageGrid a {
	margin: 0;
  text-decoration: none;	
}

.mainPageGrid a:hover {
	background-color: #e7e7e7;
}

.mainPageGridBox {
	background-color: #fdfdfd;
	border: 1px solid #cccccc;
	border-radius: 5px;
	box-shadow: 2px 2px 4px 2px #eeeeee;
	min-height: 20px;
	padding: 20px;
}

.mainPageGridBox h1 {
  font-size: 110%;
	margin: 0;
}

.mainPageGridBox img {
	float: left;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 8px;
	max-width: 80px;
}

.puzzleGrid {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(4, auto);
	align-items: center;
	justify-items: center;
	max-width: 450px;
	margin: 0 auto;
}

.puzzleGridExtraMarginLeft {
	margin-left: 35px;
}

.puzzleGridSpacer {
	min-height: 30px;
}

.puzzleText {
	font-size: 105%;
	text-align: left;
}

.thumbnail {
	height: 80px;
	width: 80px;
}
