
body {
	background: #111111;
	margin: 0;
	padding: 0;
}

#container {
	width: 48em;
	margin-left: auto;
	margin-right: auto;
}

#banner-domo {
	height: 9em;
	border: 0.2em solid #ffa500;
	background-color: #f2c572;
	background-image: url("images/domo.png");
	background-position: center;
	background-size: cover;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3em;
}

#banner-iivaunner {
	height: 9em;
	border: 0.2em solid #ffa500;
	background-color: #f2c572;
	background-image: url("images/iivaunner.png");
	background-position: center;
	background-size: cover;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3em;
}

#banner-dwg {
	height: 9em;
	border: 0.2em solid #ffa500;
	background-color: #f2c572;
	background-image: url("images/dwg.png");
	background-position: center;
	background-size: cover;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3em;
}

#navigation {
	background-color: #ffa500;
	color: white;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#image-button {
	width: 6.5em;
	height: 2em;
	border: 0.2em solid #333333;
	background-image: url("images/button.png");
	background-position: center;
	background-size: cover;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.15em;
}

#sidebar {
	width: 8em;
	height: 42em;
	background-color: #ffa500;
	color: white;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	justify-content: space-between;
	float: left;
}

.content {
	min-height: 42em;
	background-color: #5B4C37;
	color: white;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.1em;
}

.character-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75em;
}

#images {
	margin: 0 auto;
}

h1 {
	text-align: center;
}

.infobox h2 {
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0.64em;
}

.description-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.75em;
}

.description {
	text-align: center;
}

.character {
	display: inline-block;
	text-align: center;
}

.game {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.game-tier {
	background-color: #1a1a1a;
	border: 0.15em solid #000000;
	margin-top: -0.15em;
}

.game-icon {
	width: 4.8em;
	height: 4.8em;
	border: 0.15em solid #000000;
	margin: -0.075em;
	cursor: pointer;
	display: block;
}

.side-icon {
	width: 6em;
	height: 4.8em;
	border: 0.15em solid #000000;
	margin: -0.075em;
	display: block;
}

.icon {
	width: 9em;
	border: 0.2em solid #000000;
	cursor: pointer;
}

.game-container {
	display: flex;
	gap: 1em;
}

.game-container img {
	width: 13em;
	border: 0.2em solid #333333;
}

.played img {
	width: 1em;
	border: 0;
}

.game-container p {
	font-size: 1.25em;
}

.review {
	font-size: 1.125em;
}

.footer {
	padding: 0.5em;
	text-align: center;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.infobox {
	background-color: #fad082;
	color: #111111;
	padding: 1em;
	width: 42em;
	border: 0.2em solid #333333;
}

.gallery {
	display: flex;
	align-items: center;
	gap: 1em;
	position: relative;
}

.arrow {
	width: 2em;
	height: 2em;
	font-size: 1.75em;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
    background: rgba(0, 0, 0, 0.25);
}

#prev {
	left: 1.25em;
}

#next {
	right: 1.25em;
}

.gallery img {
	width: 27em;
	height: 20em;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.thumbnail-row {
	display: flex;
	justify-content: center;
	gap: 0.25em;
}

.thumbnail-row img {
	width: 3em;
	height: 3em;
	object-fit: contain;
	border: 0.2em solid #333333;
	opacity: 0.5;
	cursor: pointer;
}

.thumbnail-row img.active {
	opacity: 1;
	cursor: default;
}

.post {
	background-color: #fad082;
	color: #111111;
	padding: 0.15em;
	border: 0.2em solid #333333;
	margin-bottom: 0.5em;
}

.post h2 {
	margin: 0.15em;
	cursor: pointer;
}

.post-body {
	margin: 1em;
}

a {
	color: #ffa500;
}

.infobox a {
	color: #005aff;
}
