@charset "utf-8";

/* CSS Document */

html {
	background-color: #131A20;
	color: #CDD9E4;
	font-family: 'Open Sans', Tahoma, Verdana, Arial, Geneva, sans-serif;
	box-sizing: border-box;
	font-size: 100%;
}

*, *:before, *:after {
	box-sizing: inherit;
}

.bold {
	font-weight: bold;
}

a:link {
	color: #a6c1d9;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #a6c1d9;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #9dc8f0;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #a6c1d9;
	font-weight: normal;
	text-decoration: none;
}

body { 
	/* margin: 0px; */
}

li {
	border-radius: 15px;
	padding: 10px;
}

h2 {
	font-size: 2em;
	border-radius: 15px;
	text-align: center;
	width: 100%;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.25);
	margin: 0;
}

h3 {
	font-size: 1.5em;
	padding-left: 25px;
	padding-bottom: 7px;
	border-radius: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

h4 {
	font-size: 1.25em;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	margin-top: 0;
}

.container {
	margin: 0 auto;
	width: 100%;
	font-size: 1rem;
	display: flex;
}

.wrap1 {
	width: 250px;
	margin-right: 25px;
}

.nav > ul > li {
	background-color: rgba(255, 255, 255, 0.247);
	list-style-type: none;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.wrap2 {
	width: 1000px;
}

.categ {
	border-radius: 15px;
	border: 15px solid #131A20;
	border-left: 0;
	border-right: 0;
	margin-bottom: 15px;
}

.categ > ul {
	list-style-type: none;
	display: flex;
	justify-content: space-evenly;
	border-radius: 15px;
	padding: 2px 0px;
	margin: 0;
	background-color: yellow;
}

.categ > ul > li {
	background-color: teal;
	padding: 12px;
	border-radius: 6px;
}

.content {
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 15px;
	padding: 15px;
}

.item {
	display: flex;
	margin-bottom: 25px;
}

.gamesimg {
	margin-right: 15px;
}

.gamesimg > a, .gamesimg > a > img {
	width: 300px;
	border-radius: 15px;
}

.gamesimg > a > img[src=""] {
	background-color: rgba(255, 255, 255, 0.1);
	height: 155px;
	border: 0;
}

.gamestext {
	width: 100%;
}

.gamestext > a {
	background-color: rgb(55, 67, 92);
	display: block;
	width: 100%;
	border-radius: 15px;
	padding: 10px;
	font-style: italic;
}

.gamestext > a:hover {
	background-color: rgb(58, 74, 110);
}



.categ {
	display: none !important;
}
