@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700;900&display=swap');

*.dark {
	font-family: 'Nunito', sans-serif;
	scroll-behavior: smooth;
}

body.dark {
	margin: 0;
	overflow-x: hidden;
	background-color: black;
}

.navigation-vertical.dark::before {
	content: '';
	backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.navigation-vertical.dark {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 30px);
	height: 100%;
	background-color: black;
	background-image: url(/header.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100;
	text-align: center;
	display: none;
	opacity: 0;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	transition: all 0.3s;
}
.navigation-vertical > a.dark {
	display: block;
	width: 100%;
	padding: 15px;
	font-size: 25px;
	border: 0 !important;
	color: black !important;
	z-index: 2;
}
.navigation-vertical .btn.dark {
	border-radius: 0;
	width: calc(100% - 17px);
}
.navigation-vertical > .logoLink.dark {
	text-align: center;
}
.navigation-vertical .logo.dark {
	width: 80%;
}

.navigation.dark {
	position: sticky;
	top: 0;
	left: 0;
	padding: 15px;
	/* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
	width: 100%;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.3s;
}
.navigation > a.dark:not(.btn) {
	color: black !important;
}
.navigation.isSticky > a.dark:not(.btn) {
	color: black !important;
}
.navigation > a.btn.bars.dark {
	background-color: rgba(0, 0, 0, 0) !important;
	color: black !important;
}
.navigation.isSticky > a.btn.bars.dark {
	background-color: rgba(0, 0, 0, 1) !important;
	color: black !important;
}
.navigation.isSticky.dark {
	background-color: black;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.logoLink.dark {
	margin-right: 20px;
}
.logo.dark {
	width: 75px;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	filter: brightness(2);
}
.logoLink.dark {
	text-decoration: none;
}
.logo > img.dark {
	display: inline-block;
	width: 100%;
	height: auto;
}
.logo > p.dark {
	display: inline-block;
	width: calc(100% - 55px);
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	position: absolute;
	left: 27px;
	top: 36px;
	color: #3c4349;
}
.navigation > a.dark:not(.logo) {
	margin-right: 10px;
	vertical-align: middle;
}
a.dark:not(.logo) {
	color: black;
	text-decoration: 0;
	border-bottom: 2px solid violet;
	font-weight: 700;
	color: #3c4349;
	display: inline-block;
	transition: 0.2s all;
	padding-left: 2px;
	padding-right: 2px;
}
a.dark:not(.logo):hover {
	background-color: violet;
}
.navigation > a.btn.dark {
	float: right;
	margin-right: 40px;
	margin-top: 12px;
	margin-bottom: 10px;
}
a.btn.dark {
	background-color: violet;
	color: black;
	border-radius: 5px;
	padding: 10px;
}
a.btn.dark:hover {
	background-color: purple;
}
a.btn:focus.dark {
	outline: 2px solid magenta;
}

.main-content.dark {
	margin-top: -121px;
}
.container.dark {
	padding: 40px;
}
.container-main.dark {
	padding: 80px;
	padding-top: 236px;
	padding-bottom: 140px;
	background-image: url("/header.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	margin-left: 0;
	font-weight: 500;
}
.container-main > h1.dark, .container-main > p.dark {
	position: relative;
	color: black;
}
.overlay.dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px) brightness(0.8);
	-webkit-backdrop-filter: blur(4px);
}

ol.dark {
	list-style-type: upper-roman;
}
ul.dark {
	list-style-type: none;
}
ol > li.dark {
	padding: 15px;
}
ul > li.dark {
	padding: 15px;
	position: relative;
}
ul > li.dark::before {
	content: "➜";
	position: absolute;
	left: -10px;
	font-weight: 900;
}
.text-center.dark {
	text-align: center;
}

.footer.dark {
	padding: 30px;
	background-color: white;
	color: black;
}
.footer > .row.dark {
	display: flex;
}
.footer > .row > .column.dark {
	display: inline-block;
	color: black;
	height: 100%;
	flex: 1;
	margin-right: 30px;
}
.footer a.dark {
	border-bottom: 0;
	margin-bottom: 15px;
	color: black;
	text-decoration: underline;
}
.container.container-main a.dark {
	color: black;
}
.container a.dark {
	color: black;
}
.footer a.dark:hoverntainer a.dark:hover {
	color: black;
	text-decoration: none;
}
hr.dark {
	border: 0.5px solid dimgrey;
}
@media only screen and (max-width: 635px).dark {
  .row.dark {
    display: block !important;
  }
  .column.dark {
  	flex: 0 !important;
  	border-bottom: 1px solid dimgrey;
  	width: 100%;
  	padding-bottom: 30px;
  }
}
@media only screen and (max-width: 625px).dark {
	.navigation > a.dark:not(.logo) {
		display: none !important;
	}
	.navigation > a.bars.dark {
		display: block !important;
	}
}
.card.dark {
	background-color: purple;
	color: black;
	font-size: 20px;
	display: inline-block;
	width: 200px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	height: 200px;
	position: relative;
	vertical-align: middle;
	transition: 0.2s all;
	cursor: pointer;
}
.card > p.dark {
	margin-top: 85px;
}
.card.dark::after {
	content: 'Register Now \f061';
	position: absolute;
	transition: 0.2s all;
	height: 200px;
	width: 200px;
	color: black;
	border-radius: 5px;
	font-family: "Nunito", "Font Awesome 5 Free";
	font-weight: 900;
	top: 0;
	left: 0;
	background-color: violet;
	opacity: 0;
	line-height: 200px;
}
.card.dark:hover::after {
	opacity: 1;
}

.product.dark {
	width: 250px;
	height: 300px;
	border: 1px solid black;
	position: relative;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.3s;
	cursor: pointer;
}
.product.dark:hover {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.product > p.dark {
	position: absolute;
	bottom: -7px;
	width: calc(100% - 4px);
	text-align: center;
	font-weight: 900;
	-webkit-text-stroke: 1px black;
	text-stroke: 1px black;
}
.product > .img.dark {
	width: 250px;
	height: calc(300px - 60px);
	background-size: cover;
	background-position: center;
	border-radius: 5px;
}

.container.credits.dark {
	text-align: center;
}
.credit-card > img.dark {
	width: 100%;
	height: 195px !important;
	border-radius: 50%;
}
.credit-card.dark {
	width: 200px;
	height: 300px;
	font-size: 20px;
	color: black;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	display: inline-block;
}
.credit-card > p.dark {
	color: lightgrey;
	font-size: 18px;
}

#games.dark {
	text-align: center;
	transition: all 0.2s;
}
#games > .game-item.dark {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	margin-left: 30px;
	cursor: pointer;
	margin-bottom: 35px;
	transition: all 0.2s;
}
#games > .game-item > div.dark {
	width: 200px;
	height: 150px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	border-radius: 10px;
	background-color: black;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#games > .game-item  p.dark {
	position: absolute;
	bottom: -40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	black-space: nowrap;
	display: inline-block;
	height: 25px;
	width: 100%;
	left: 0;
	color: black;
}

@media screen and (max-width: 605px).dark {
  #games > .game-item > div.dark {
    width: calc(200px/1.5);
    height: calc(200px/1.5);
  }
}

input.dark {
	background-color: #4a4a4a;
	width: 100%;
	height: 50px;
	font-size: 15px;
	padding-left: 10px;
	border: 1px solid black;
	color: black;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}