html { 
	color-scheme: light dark; 
	background-color: #212121;
	background-image: url("index/city_aband.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;		
	background-size: cover;
	scrollbar-color: #669966 #212121;
	scrollbar-width: thin;
	font-family: 'Roboto Mono';
	scroll-behavior: smooth;
}

body {
	margin:0 auto;
	width: 100%;
	font-size: 0.6rem;
	color: #aaffaa;
	overflow: auto;
}

html, body {
	scrollbar-face-color: #669966 !important;
	scrollbar-shadow-color: #212121 !important;
	scrollbar-highlight-color: #212121 !important;
	scrollbar-3dlight-color: #212121 !important;
	scrollbar-darkshadow-color: #212121 !important;
	scrollbar-track-color: #669966 !important;
	scrollbar-arrow-color: #669966 !important;
}

p {
	color: #aaffaa;
	text-shadow: 0 0 0.1rem #6df16d;
	text-align: left;
}

p.big {
	color: #e9ce67;
	text-shadow: 0 0 0.2rem #212121;
	font-family: 'Russo One';
}

p.title {
	color: #e9ce67;
	text-shadow: 0 0 0.2rem #212121;
	font-family: 'Russo One';
}
p.new {
	text-shadow: 0 0 0.2rem #212121;
	font-size: 0.7rem;
}

p.plate {
	font-size: 1rem;
}

p.big {
	font-size: 1.1rem;
}

.back {
	background-color: rgba(30,30,30,0.3);
	backdrop-filter: contrast(70%);
}

span {
	color: lime;
}

.orange {
	color: #e9ce67;
	text-shadow: 0 0 2px #e79b18;
}

header {
	text-align: center;
}

h1 {
	font-size: 1rem;
	margin-bottom: 0px;
	color: #aaffaa;
	text-shadow: 0 0 0.5rem lime;
	font-family: Russo One;
}

h2 {
	font-size: 0.5rem;
	margin-top: 0px;
	color: #e9ce67;
	text-shadow: 0 0 0.5rem #e79b18;
}

h2.sub {
	font-family: Russo One;
	margin-bottom: 0;
	font-weight: bold;
	color: #b4fa40;
	text-shadow: 0 0 0.7rem #000;
}
.pad {
	padding-left: 2rem;
}

* {box-sizing:border-box}

div.header {
	position: fixed;
	height: auto;
	top: 0;
	left: 0;
	width: 100%;
	backdrop-filter: brightness(80%);
	z-index: 99 !important;
}
div.center {
	text-align: center;
	padding-left: 1vw;
	padding-right: 1vw;
}
div.news {
	width: 100%;
	height: 25vh;
	min-height: 300px;
	padding: 1%;
	overflow-y: hidden;
	overflow-x: auto;
	display: block;
	background-color: rgba(30,30,30,0.3);
	backdrop-filter: contrast(70%);
	
	max-width: 100%;
    overflow-x: hidden;
}
div.new {
	display: inline-block;
	width: 22vw;
	height: 100%;
	background: rgba(0,0,0,0.3);
	border-radius: 1%;
	overflow: hidden;
	margin-left: 0.01vw;
	padding-left: 0.5%;
	padding-right: 0.5%;
}

div.news_continue {
	position: absolute;
	bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(30,30,30,0.3);
	backdrop-filter: contrast(70%);
	width: 100%;
}

#eventF, #eventP{
	padding-bottom: 1rem;
	padding-top: 1rem;
}
#eventF, #eventP, a.event{
	font-size: 2rem;
	color: #112;
	text-align: center;
	line-height: 1.5rem;
	font-family: 'Russo One';
	text-shadow: -2px -2px 1px #ffe933, 2px -2px 1px #ffe933, 2px 2px 1px #ffe933, -2px 2px 1px #ffe933;
}
a.event{
	color: #ffe933;
	text-shadow: -2px -2px 1px #112, 2px -2px 1px #112, 2px 2px 1px #112, -2px 2px 1px #112;
}

a.event:hover{
	color: #ffe933;
	text-shadow: -2px -2px 1px #ff3333, 2px -2px 1px #ff3333, 2px 2px 1px #ff3333, -2px 2px 1px #ff3333;
}

#newmain {
	width: 49vw;
}

img {
	pointer-events: none;
	user-select: none;
}

img.new {
	width: 90%;
	max-width: 600px;
	height: auto;
}
img.small{
	width: 30vw;
	height: auto;
}
input.button {
	font-family: 'Russo One';
	font-size: 0.5rem;
	outline: 0;
	border: 0;
	background: none;
	text-transform: uppercase;
	color: #96dd5f;
}

#btn_all_news:hover {
	text-shadow: 0 0 0.2rem #cfbcff;	
}

input.button:hover {		
	text-shadow: 0 0 0.2rem #aaffaa;
}
input.button:active {		
	color: #d83c19;
	text-shadow: 0 0 0.2rem #95341e;
}

a.button {
	font-family: 'Russo One';
	font-size: 1rem;
	outline: 0;
	border: 0;
	background: none;
	text-transform: uppercase;
	color: #96dd5f;
	text-shadow: 0 0 0.2rem #212121;
}
a.button:hover {
	text-shadow: 0 0 0.2rem #aaffaa;
}

a.button:active {		
	color: #d83c19;
	text-shadow: 0 0 0.2rem #95341e;
}

input.red {
	color: #e86b39;
	text-shadow: 0 0 0.2rem #ae3b21;
}
input.red:hover {		
	color: #f6b399;
	text-shadow: 0 0 0.2rem #ffcfbc;
}
input.red:active {		
	color: #d83c19;
	text-shadow: 0 0 0.2rem #95341e;
}
input.button.big {
	font-size: 250%;		
	color: #aaffaa;
	text-shadow: 0 0 0.5rem #21AA21;
	
}

input.button.big:hover {		
	color: #e86b39;
	text-shadow: 0 0 0.2rem #ae3b21;
}
input.button.big:active {		
	color: #d83c19;
	text-shadow: 0 0 0.2rem #95341e;
}	
input.blue {
	color: #6b91f2;
	text-shadow: 0 0 0.2rem #2e4d9b;
}
input.blue:hover {		
	color: #99b3f6;
	text-shadow: 0 0 0.4rem #5581ed;
}
input.blue:active {		
	color: #d83c19;
	text-shadow: 0 0 0.2rem #95341e;
}
.nosee {
	display: none;
}
::selection {
	background-color: #669966;
	color: #545454;
	text-shadow: 0 0 0 black;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

.header-container {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 30%;
  left: 0;
  pointer-events: none;
}

/* Hide the images by default */
.slides {
  display: none;
  overflow: hidden;
}

.slide-active {
	display: block;
}

@keyframes imageScale{
	0% {
        transform: scale(1);
    }
	100% {
        transform: scale(1.1);
	}
}

img.active {
	animation: imageScale 3s linear forwards;
}



/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -0.2rem;
  padding: 16px;
  color: #e9ce67;
  font-weight: bold;
  font-size: 1rem;
  transition: 0.6s ease;
  border-radius: 0 10% 10% 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 10% 0 0 10%;
}
.prev {
  left: 0;	
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  margin: 0 0.2%;
  background-color: #444;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #aaffaa;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

section {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
}

.tile {
	margin-top: 0.5vw;
	margin-left: 0.5vw;	
	background: rgba(0,0,0,0.5);
	-webkit-transform: translateY(75px) translateZ(0);
	transform: translateY(75px) translateZ(0);
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
}

.plate {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;	
}

.tile:hover {
	box-shadow: 0 0 1rem rgba(0.21, 0.21, 0.21, 0.8);
}

.art {
	background-repeat: no-repeat;
	background-attachment: fixed;		
	background-size: cover;
}

.n1 {	background-image: url("index/arts/pa_warrior.jpeg");	}
.n2 {	background-image: url("index/arts/art1.jpeg");	}
.n3 {	background-image: url("index/arts/tower.jpeg");	}
.n4 {	background-image: url("index/arts/art2.jpeg");	}
.n5 {	background-image: url("index/arts/double.jpg");	}
.n6 {	background-image: url("index/arts/art3.jpeg");	}
.n7 {	background-image: url("index/arts/blueprint2.jpg");	}
.n8 {	background-image: url("index/arts/blueprint1.jpg");	}
.n9 {	background-image: url("index/arts/trash2.jpeg");	}
.n10 {	background-image: url("index/arts/logo.jpg");	}
.n11 {	background-image: url("index/arts/squad.jpeg");	}
.n12 {	background-image: url("index/arts/mutant.jpeg");	}
.n13 {	background-image: url("index/arts/base.jpg");	}
.n14 {	background-image: url("index/arts/trash.jpeg");	}
.n15 {	background-image: url("index/arts/newbie.jpg");	}
.n16 {	background-image: url("index/arts/poster.jpg");	}

.inView {
	opacity: 1;
	-webkit-transform: translateY(0px) translateZ(0);
	transform: translateY(0px) translateZ(0);
}

input.textbox {
		color: #aaffaa;
		background-color: #212121;
		border-style: hidden;
		outline: 1px solid #008800;
		min-height: 25px;
		min-width: 90px;
		font-weight: bold;
}
input.subscribe:hover {
		background-color: #313121;
		outline: 2px solid #00AA00;
}
input.subscribe:active {
		background-color: #515131;
		outline: 2px solid #AAAA00;
}

.donate {
	width: 20rem;
	height: 3rem;
	color: #aaffaa;
	background-color: #212121;
	border-style: hidden;
	border-radius: 1rem 1rem 1rem 1rem;
	outline: 1px solid #008800;
	min-height: 25px;
	min-width: 90px;
	font-weight: bold;	
	font-size: 1.3rem;
}

a.donate {
	margin: 1rem;
	padding: 1rem;
}

.donate:hover {
	background-color: #313121;
	outline: 2px solid #00AA55;
}
.donate:active {
	background-color: #00AA55;
	outline: 2px solid #00AA55;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0.21,0.21,0.21,0.8);
  z-index: 98 !important;
  overflow-y: scroll;
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.noscroll { 
  overflow: hidden;
}

small {
	font-size: 1.2rem;
	padding-top: 0px;
	display: block;
	color: #e9ce67;
	text-shadow: 0 0 0.1rem #212121;
	font-family: Russo One;
}

span.main-new{
	font-size: 1rem;
	font-weight: bold;
	color: #b4fa40;
	text-shadow: 0 0 0.3rem #000;
}
span.main-new-big {
	font-size: 1rem;
	color: #40fa9d;
	text-shadow: 0 0 0.3rem #000;
}

span.main-new-bold {
	font-size: 1rem;
	font-weight: bold;
	color: #40fa9d;
	text-shadow: 0 0 0.3rem #000;
}

[aria-hidden="true"] {  
	display: none;
    transition: opacity 2s, z-index 0s 2s;
    width: 100vw;
    z-index: -1; 
    opacity: 0;  
}

[aria-hidden="false"] {  
	display: block;
    transition: opacity 2s;
    width: 100%;
    z-index: 1;  
    opacity: 1; 
}

	a {
		color: #e2a314;
		text-shadow: 0 0 2px #dd9300;
		text-decoration: none;
	}
	a:hover {
		color: #ffaa00;
		text-shadow: 0 0 6px #e4dd00;
		text-decoration: none;
	}

@media screen and (min-width: 300px) {
	body {
		min-width: 300px;
	}
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 0.7rem;
	}	
	span.main-new{
		font-size: 0.6rem;
	}
	span.main-new-big {
		font-size: 0.6rem;
	}

	span.main-new-bold {
		font-size: 0.6rem;
	}
	p.plate {
		font-size: 0.9rem;
	}
	p.big {
		font-size: 1.5rem;
	}
	.top.button {
		font-size: 1rem;
	}
	.slideshow-container {
		max-width: 100%;
		height: 100%;
		width: auto;
	}
	section {
		padding: 0.5vw;
	}
	.tile {
		width: 48vw;
		height: 50vh;
		max-height: 350px;
	}
	.tile:nth-child(5n-1), .tile:nth-child(1){
		width: 98vw;
	}
	input.button {
		font-family: 'Russo One';
		font-size: 0.8rem;
	}
}

@media screen and (min-width: 500px) {
	body {
		min-width: 500px;
		font-size: 1.2rem;
	}
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 1.5rem;
	}	
	.top.button {
		font-size: 1.5rem;
	}
	.slideshow-container {
		max-width: 100%;
		height: 100%;
		width: auto;
	}
	.tile {
		width: 48vw;
		height: 50vh;
		max-height: 350px;
	}
	.tile:nth-child(5n-1), .tile:nth-child(1){
		width: 98vw;
	}
	section {
		padding: 0.5vw;
	}
	input.button {
		font-family: 'Russo One';
		font-size: 0.8rem;
	}
	.bigfont{
		font-size: 300%;
	}
}
@media screen and (min-width: 1000px) {
	body {
		min-width: 1000px;
	}
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	p.plate {
		font-size: 1rem;
	}
	span.main-new{
		font-size: 1rem;
	}
	span.main-new-big {
		font-size: 1rem;
	}

	span.main-new-bold {
		font-size: 1rem;
	}
	p.big {
		font-size: 1.1rem;
	}
	.top.button {
		font-size: 1.5rem;
	}
	.slideshow-container {
		max-width: 1000px;
	}
	.tile {
		width: 23.5vw;
		height: 50vh;
	}
	.tile:nth-child(5n-1), .tile:nth-child(1){
		width: 48vw;
	}
	section {
		padding: 0.5vw;
	}
	.bigfont{
		font-size: 300%;
	}
	.red {
		color: #aaffaa;
		font-weight: bold;
		padding-left: 5px;
	}
}