:root {
	/* --primary-color: #3f3e64;
	--secondary-color: #110e28;
	--tertiary-color: #261856;
	--quaternary-color: #0a0338; */
	/* --primary-color: #1a2c38; */
	--primary-color: #183049;
	--secondary-color: #0f212e;
	--tertiary-color: #213c55;
	--quaternary-color: #4242424d;
}

img {
	width: 100%;
}

table {
	width: 85%;
	margin-left: 7.5%;
	margin-top: 20px;
	border-collapse: collapse;
}

th,
td {
	padding: 15px;
	text-align: center;
}
th {
	border-bottom: 1px solid #ddd;
}
th:nth-child(1),
td:nth-child(1) {
	background-color: #183049;
}

#about_container {
	padding-top: 60px;
	/* height: 100vh; */
	color: white;
	display: flex;
	/* justify-content: space-between; */
	/* width: 80%; */
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 3%;
	margin-bottom: 50px;
}

#about_select {
	background-color: var(--secondary-color);
	height: 278px;
	min-width: 175px;
	margin-right: 25px;
	border-radius: 10px;
	box-shadow: 0px 3px 5px #0000004d;
}

#about_select_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-size: 20px;
}

.about_select_items {
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.about_select_items:hover {
	background-color: var(--primary-color);
}

.about_select_items[data-selected] {
	border-left-style: solid;
	border-width: 5px;
	border-color: #1475e1;
	background-color: var(--primary-color);
}

#about_back {
	margin-top: 20px;
	width: 175px;
	height: 50px;
}

#about_select_small {
	background-color: #294a69;
	border-color: #294a69;
	color: white;
	width: 100px;
	height: 50px;
	display: none;
}

#about_back_small {
	margin-right: 10px;
	width: 50px;
	height: 50px;
	display: none;
}

.about_info {
	display: none;
	background-color: var(--secondary-color);
	/* height: 700px; */
	width: 100%;
	border-radius: 10px;
	overflow: scroll;
	padding: 20px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.478);
}

.about_info[data-selected] {
	display: block;
}

.about_info_games {
	display: none;
}

.about_info h2 {
	text-align: center;
	background-color: #183049;
	margin-top: 20px;
	padding: 10px;
}

.about_info_games[data-selected] {
	display: block;
}

#about_info_select {
	color: white;
	background-color: #294a69;
	border-color: #294a69;
}

.game_gif {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

#provablyfair_images {
	display: flex;
}

#skellies {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#skellies img {
	width: 30%;
}

#skellies_2 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#skellies_2 img {
	width: 30%;
}

#faq h2{
	text-align: left;
	font-size: 20px;
	cursor: pointer;
}

#faq p{
	margin: 0;
	padding: 10px;
	background-color: #294a69;
	display: none;
}

#roadmap div{
	border-left: #ddd solid 70px;
	padding-left: 10px;
}

@media screen and (max-width: 930px) {
	table {
		width: 100%;
		margin-left: 0%;
		margin-top: 20px;
		border-collapse: collapse;
		font-size: 12px;
	}

	#about_container {
		flex-direction: column;
	}

	#about_select {
		display: none;
	}
	#about_back {
		display: none;
	}
	#about_select_small {
		display: inline-block;
	}
	#about_back_small {
		display: inline-block;
	}

	.about_info {
		margin-top: 20px;
		/* height: 650px; */
	}

	#provablyfair_images {
		display: block;
	}
	
	#provablyfair_images img{
		margin-bottom: 10px;
	}
}
