/*	CSS for TheExtron.com website 

	Made by Daniel (The Extron)

	

	Stealing any content is a copyright infringement and will have consequences - Always contact me first if you are looking forward to use some of my code/design

*/

/* @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:300'); */

/* local roboto latin */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* local roboto condensed latin */

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(/fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	background-color: #000000;
	background-image: url(pattern-new.png);
	background-repeat: repeat;
	/*NON-PATTERN: no-repeat;*/
	background-size: 22px;
	/*NON-PATTERN: cover;*/
	color: white;
	user-select: none;
	background-position: top;
}

a {
	text-decoration: none;
	color: white;
}

h1, h2, h3, h4, h5, h6, article, aside, footer, header, hgroup, main, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, footer, header, hgroup, main, nav, section {
	display: inherit;
	position: relative;
}

.content {
	overflow: auto;
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.content>div {
	margin: 15px;
	background: rgba(255, 255, 255, 0.15);
	padding: 15px;
	box-shadow: 0 0 5px #06fe4e;
	backdrop-filter: blur(4px) brightness(70%);
	-webkit-backdrop-filter: blur(4px) brightness(70%);
}

/* Left side with profile information */

#profile {
	width: 30%;
	max-width: 343px;
}

#profileimgcontainer {
	display: flex;
	align-items: flex-start;
}

#profileimg {
	width: 100px;
	margin: 0px 15px 10px 0px;
	box-shadow: 0 0 5px #06fe4e;
}

.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2em;
}

.subtitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.5em;
}

#platformcontainer {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px 15px 0px;
}

#platformcontainer a {
	margin: 0px 10px 0px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: white;
}

#platformcontainer svg {
	width: 15px;
	height: 15px;
	fill: white;
	vertical-align: middle;
	margin: 0px 5px 5px 0px;
}

.textcontainer {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 130%;
}

.servercard {
	width: 20%;
}

.servercard>img, .servercard>article>img {
	width: 100%;
}

.serverheader {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	line-height: 130%;
	margin-top: 10px;
}

.servercontent {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 100%;
}

#activity {
	width: 60%;
	max-width: 800px;
}

#gamescontainer {
	height: 420px;
	overflow: auto;
	scrollbar-color: #555 #202020;
	scrollbar-width: thin;
}

#gamescontainer::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #202020;
}

#gamescontainer::-webkit-scrollbar {
	width: 7px;
	background-color: #202020;
}

#gamescontainer::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.gamefull {
	margin: 15px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 3px #06fe4e;
	display: flex;
	justify-content: space-between;
}

.gamefullleft {
	display: flex;
}

.gameimage {
	margin-right: 5px;
	font-size: 0;
}

.gameimage>a>img {
	width: 184px;
}

.gametitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
	line-height: 130%;
}

.gametitle a {
	text-decoration: none;
	color: white;
}

.gameinfo {
	font-family: 'Roboto', sans-serif;
	font-size: .6em;
	line-height: 100%;
}

.gamefullright {
	text-align: right;
}

.gameplaytime {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
	line-height: 100%;
	margin-top: 5px;
	margin-right: 5px;
}

.hourstext {
	font-size: 0.7em;
}

.gameplaytimeunit {
	font-family: 'Roboto', sans-serif;
	font-size: .6em;
	line-height: 100%;
}

#favoritegames {
	margin-top: 15px;
}

#favoritegamesflexbox {
	display: flex;
	overflow: auto;
	scrollbar-color: #555 #202020;
	scrollbar-width: thin;
}

#favoritegamesflexbox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #202020;
}

#favoritegamesflexbox::-webkit-scrollbar {
	height: 7px;
	background-color: #202020;
}

#favoritegamesflexbox::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.favoriteitem {
	margin: 10px;
	box-shadow: 0 0 5px #06fe4e;
	font-size: 0;
}

.favoriteitem a img {
	width: 184px;
	height: 69px;
}

#navigation {
	display: flex;
	justify-content: space-between;
	margin: 0 0 0 2%;
	user-select: none;
}

#navigation a {
	text-decoration: none;
	color: white;
	margin: 10px 20px 5px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
	user-select: none;
	position: relative;
	display: flex;
}

#navigation .lang {
	align-items: center;
	display: inherit;
}

#navigation .lang a img {
	width: 25px;
	height: 25px;
}

#navigation .lang a {
	margin: 0 5px 0 5px;
}

.activetab:after {
	content: "Profile";
	width: max-content;
	color: rgba(0, 0, 0, 0);
	user-select: none;
	height: 2px;
	position: absolute;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #06fe4e, rgba(0, 0, 0, 0));
	margin-top: 1.2em;
	left: 0%;
}

#footer {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

#footer p {
	vertical-align: middle;
	margin: 10px 20px 5px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8em;
	text-align: center;
}

.prefooter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.prefooter p {
	vertical-align: middle;
	margin: 10px 20px 5px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.6em;
	text-align: center;
}

#onlinestatus {
	font-family: 'Roboto', sans-serif;
	font-size: 0.5em;
	line-height: 120%;
	color: #06fe4e;
}

@media (min-width: 2000px) {
	#footer {
		max-width: 2000px;
		margin-left: calc((100% - 2000px)/2);
	}
}

@media (min-width: 1350px) {
	#navigation {
		margin: 0 calc((100% - 1250px)/2) 0 calc((100% - 1250px)/2);
	}
}

@media (max-width: 1070px) {
	.gametitle {
		font-size: 1em;
	}
	.gameplaytime {
		font-size: 1em;
	}
	.gameplaytimeunit {
		font-size: .6em;
	}
	.textcontainer {
		font-size: 1em;
		line-height: 100%;
	}
}

@media (max-width: 900px) {
	body {
		background-position: -95px;
	}
}

@media (max-width: 940px) {
	.title {
		font-size: 1.7em;
	}
}

@media (max-width: 731px) {
	.content {
		overflow: auto;
		position: relative;
		display: block;
		align-items: stretch;
		justify-content: center;
	}
	#profile {
		width: calc(90% - 16px);
		max-width: 100%;
	}
	#activity {
		width: calc(90% - 16px);
		max-width: 100%;
	}
	.favoriteitem>a>img {
		height: 40px;
	}
	#gamescontainer {
		height: unset;
		overflow: visible;
	}
	.servercard {
		width: calc(90% - 16px);
	}
}

@media (max-width: 500px) {
	body {
		margin: 0;
	}
	#profile {
		width: calc(100% - 30px);
		margin: 15px 0px 25px 0px;
	}
	#activity {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.servercard {
		width: calc(100% - 60px);
		margin: 0;
		padding: 0;
	}
	#recentactivity, #favoritegames {
		margin-left: 5px;
	}
	.gameimage>a>img {
		width: 100%;
		height: 40px;
	}
	.gamefull {
		margin: 15px 5px 0px 5px;
	}
	.gametitle {
		font-size: 0.8em;
		line-height: 120%;
	}
	.gameinfo {
		font-size: 0.8em;
	}
	.gameplaytime {
		font-size: 0.8em;
	}
	.gameplaytimeunit {
		font-size: 0.6em;
	}
}