

@font-face {
    font-family: "blocky";
    src: url("../fonts/m6x11plus.ttf");
}

p {
	color: white;
}

a {
	color: cyan;
}

.titleformat {
	font-weight: bold;
	font-size: 3.25cqw;
	text-align: center;
}

.fowardlink {
	font-style: italic;
	font-size: 2em;
	text-align: center;
}

.linkdivider {
	width: 100%;
}

body {
	background-color: black;
	background-size: cover;
}

.header-link {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9cqw;
}

.header-link:hover {
	cursor: pointer;
}

.arial {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

#game-details {
	display: none;
	flex-direction: column;
	align-content: center;
	height: 100%;
	border-left: 2px solid #17191B;
	background-color: white;
	overflow: hidden;
}

#game-background-image {
	width: 100%;
	object-fit: cover;
	transform: scale(1.05);
}

#game-background-reflection {
	width: 100%;
	object-fit: cover;
	transform: scale(-1.05, 1.407) rotate(180deg);
	filter: blur(8px);
}

.details-header-text {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 0.9rem;
	align-self: center;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer;
	color: #686B72;
}

.darkened {
	filter: brightness(50%);
}


.bold {
	font-weight: 500;
}

.flex {
	display: flex;
}

.row {
	flex-direction: row;
}

.column {
	flex-direction: column;
}

.justify {
	justify-content: center;
}

.align {
	align-items: center;
}

.size-default {
	font-size: 1.0rem;
}

.size-small {
	font-size: 0.8rem;
}

.quickplay {
	position: absolute;
	height: 6.5%;
	margin-left: 0.6%;
	align-self: flex-start;
	width: auto;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
}

.quickplay:hover {
	filter: brightness(150%);
	cursor: pointer;
}

.quickplay-preview-card {
	transition: all 0.4s ease;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.quickplay-preview-card:hover {
	cursor: pointer;
}

.preview-mouseover {
	transform: scale(1.1);
}

hr {
	background-color: #383D46;
	/*border-color: #383D46;*/
	border-bottom: 1px solid #383D46;
}

.library-games-div {
	display: flex;
	flex-direction: row;
	height: 19.7cqw;
	width: 99.75%;
	margin-left: 0.25%;
}

.library-games-div div {
	width: 14.7% !important;
	height: 100%;
	margin-right: 1.5% !important;
	margin-left: 0;
}

.mobile-lib-div {
	display: flex;
	justify-content: center;
	flex-direction: row;
	height: 45cqw;
	width: 100%;
}

.mobile-card-div {
	margin-left: 0.3%;
	margin-right: 0.3%;
	height: 46cqw;
	width: 31%;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	overflow: hidden;
}

.mobile-card-div img {
	height: 87.9%;
	width: 90%;
	align-self: center;
	justify-self: center;
	object-fit: cover;
}

.card-div {
	margin-left: 0.3%;
	height: 100%;
	width: 11.3889%;
	transition: all 0.4s ease;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	overflow: hidden;
	transform-style: preserve-3d;
	perspective: 100px;
}

.card-div:active {
	/*animation: card-expand 0.4s;
	transform: rotateX(30deg);*/
	transition: all 0.01s ease;
	filter: brightness(60%);
}

.card-div img {
	height: 87.9%;
	width: 90%;
	align-self: center;
	justify-self: center;
	object-fit: cover;
	transform-style: preserve-3d;
	perspective: 100px;
	transition: all 0.4s ease;
}

.last-played-text {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 0.8rem;
	color: #6B6E72;
	height: 7.5%;
	margin: 0;
}

.card-div img:hover {
	transform: rotateX(1.75deg) translateY(-1%) scale(1.04);
	cursor: pointer;
}

.card-div img:active {
	transition: all 0.01s ease;
	filter: brightness(60%);
}

/*
.card-div p {
	height: 8.1%;
}*/

#news-row {
	margin-top: -0.5cqw;
}

.news-event-div {
	display: flex;
	flex-direction: column;
	height: 11.75cqw;
	width: 20%;
	overflow: hidden;
	margin-left: 1%;

}

.news-img-div {
	transition: background-color 0.4s;
	border-radius: 0.25cqw;
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden;
	background-color: #FFFFFF;
	display: flex;
	align-content: center;
	justify-content: center;
}

.news-img-div:hover {
	background-color: #444466;
}

.news-img-div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.025);
	transition: all 0.4s ease;

}

.news-img-div:hover img {
	transform: scale(1.0);
	filter: blur(4px);
	mix-blend-mode: multiply;
	cursor: pointer;
}

.news-text-div {
	display: flex;
	height: 8cqw;
	flex-direction: column;
	position: absolute;
	width: 17.5%;
	display: flex;
	align-content: start;
	justify-content: start;
	opacity: 0;
	transition: all 0.4s ease;
	overflow: hidden;
}

.news-img-div:hover div {
	opacity: 1.0;
	cursor: pointer;
}

.news-subtitle {
	display: inline-flex;
	width: max-content;
	flex-direction: row;
	height: 1cqw;
	background-color: #272D35;
}

.news-subtitle p {
	color: #65686E;
	margin-left: 0.25cqw;
	padding-right: 0.25cqw;
}
.news-subtitle img {
	width: 1cqw;
}

.news-subtitle:hover {
	background-color: #5F656B;
	cursor: pointer;
}
.news-subtitle:hover img {
	filter: brightness(150%);
}
.news-subtitle:hover p {
	color: #FFFFFF;
}

.news-subtitle p {
	height: 1cqw;
	margin-top: 0;
}

.news-title {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 0.9rem;
	height: 1cqw;
	color: #AAAAAA;
	margin: 0;
	cursor: default;
}

.news-text {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 0.82cqw;
	height: 3.8cqw;
	color: #FFFFFF;
	margin: 0;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.news-type {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1rem;
	height: 1cqw;
	color: #7777FF !important;
	font-weight: bold;
	margin-bottom: 0.5cqw !important;
	cursor: pointer;
}


.preview-card {
	height: 87.9%;
	width: 100%;
}

.sidebar-game {
	display: flex;
	flex-direction: row;
	height: 1cqw;
	margin-bottom: 0.25cqw;
	align-content: center;
}

.sidebar-game:hover {
	background-color: #323A4B;
	cursor: pointer;
}

.sidebar-game img {
	height: 1cqw;
}

.sidebar-game p {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 0.9rem;
	height: 1cqw;
	margin-top: 0.075cqw;
	margin-bottom: 0;
	margin-left: 0.15cqw;
	color: #989FAD;
}

/*
html {
	scrollbar-width: thin;
	scrollbar-color: #6d7c77 #cfd7c7;
}

::scrollbar {
	width: 20px;
}

::scrollbar-track {
	background: #888888;
}

::scrollbar-thumb {
	background: #888888;
	border-radius: 10px;
}
/







