@font-face {
    font-family: 'Orbitron';    
	src: url('./font/Orbitron-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Orbitron';    
	src: url('./font/Orbitron-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Orbitron';    
	src: url('./font/Orbitron-Black3.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Galactico Basic';    
	src: url('./font/Galactico-Basic.otf') format('opentype');
}

* {
	font-family: 'Orbitron';		
	font-size: 16px;
}

input[type="password"]
{
	-webkit-text-security: disc;
	-moz-text-security: disc;
}

html {	
	background-color: #d7d7d7;
}

body {
	margin: 0px;
	color: #fff;
	background-color: #d7d7d7;
	overflow: hidden;
	overscroll-behavior: none;	
}

h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.17rem; }

p {
	margin : 0px;
}

a {
	background-color: transparent;
	color: white;
	text-decoration: none;
	padding: 0.8125rem 0px;
	cursor: pointer;
	transition: 0.2s;	
	border-radius: 0.25rem;
}

a.glass {
	background-color:rgba(0, 0, 0, 0.15);
}

a.glass:hover {
	background-color:rgba(0, 0, 0, 0.25);
}

a.grey {
	background-color:rgba(170, 170, 170, 1);
}

a.grey:hover {
	background-color:rgb(140, 140, 140, 1);
}

a.red {		
	background-color: rgb(214, 32, 0);
}

a.red:hover {
	background-color:#ff2500;
}

a.orange {	
	background-color: rgb(231, 140, 0);
}

a.orange:hover {
	background-color:orange;
}

a.green {		
	background-color:rgb(22, 182, 22);
}

a.green:hover {
	background-color:limegreen;
}

a.blue {	
	background-color:rgb(0, 164, 219);
}

a.blue:hover {
	background-color:DeepSkyBlue;
}

a.magenta {	
	background-color: rgb(214, 0, 214);
}

a.magenta:hover {	
	background-color: magenta;
}

a.black {	
	background-color:#252525;
}

a.black:hover {
	background-color:black;
}

a.white {
	color: dimgray;
	background-color: white;
}

a.white:hover {
	color: white;
	background-color: black;
}

/* a.glyph {
	background-color: rgba(0,0,0,0.2); 
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

a.glyph:after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 4px;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.4s;
	box-shadow: 0 0 10px 30px rgba(255,255,255,0.5);
}

a.glyph:active:after {
	box-shadow: 0 0 0 0 rgba(255,255,255,0.5);
	position: absolute;
	border-radius: 4px;
	left: 0;
	top:0;
	opacity: 1;
	transition: 0s;
} */

#info_up {
	position: fixed;
	top: 0px;
	width: 100%;
	padding-top: 0px;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

#info_down {
	position: fixed;
	bottom: 0px;
	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

a, button, input, select {
	pointer-events: auto;
}

hr {
	height: 1px;
	border: none;
	color: white;
	background-color: white;
}

.popup-menu {
	display: flex;
	flex-direction: column;    
    /* background-color: rgb(170, 170, 170); */
    overflow:hidden;
	border-radius: 0.25rem;
	justify-content: center;
	text-align: center;
	min-width: 8rem;

	background-color: rgba(0, 0, 0, 0.2);
    /* box-shadow: 0rem 1rem 2rem rgba(0,0,0,0.1); */
    backdrop-filter: blur(64px);
}

.popup-menu > a {			
	padding: 0.8125rem;
	font-weight: bold;
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: 0px;
}

.popup-menu > a:hover {
	background-color: rgba(0, 0, 0, 0.25);	
}

/* .popup-shop {	
	display: flex;
	flex-direction: column;    
    background-color: transparent;
    overflow:hidden;
	text-align: center;
	min-width: 128px;
	
	width: 500px;
	max-width: 90%;	
	max-height: calc(100% - 144px);	
	overflow-y: scroll;
}

.popup-shop > div {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(170, 170, 170);
	border-radius: 4px;
}

.popup-shop > div > a {
	flex-grow: 1;
	z-index: 1;
	font-weight: bold;
	
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	padding: 13px;
	padding-left: 8px;
	padding-right: 8px;
	max-width: 80px;
	min-width: 80px;
	font-size: 16px;	
}

.popup-shop > div > p {
	flex-grow: 7;
	overflow: hidden;
	font-weight: bold;
	padding: 13px 13px;
	white-space: nowrap;
	font-size: 16px;
	max-height: 20px;
}

.popup-shop > input {
	padding: 13px 40px 13px 40px;	
    border: none;
    border-radius: 4px;    
    font-size: 16px;    
    font-weight: bold;
	color: dimgray;
	outline: none;	
	background-image: url('textures/icons/searchicon.png');
  	background-position: 15px 15px; 
  	background-repeat: no-repeat;
	background-size: 16px 16px;
}

.popup-shop > input::placeholder {
	opacity: 0.4;
} */

.popup-window {	
	position: absolute;
	top: 50%;
	left: 50%;	
	transform: translate(-50%, -50%);
	margin-right: -50%;

	display: flex;
	flex-direction: column;    
    /* background-color: rgb(170, 170, 170); */
    overflow:hidden;
	border-radius: 0.25rem;
	justify-content: center;
	text-align: center;
	max-width: 80%;

	font-weight: bold;	
    padding: 1rem;
    padding-bottom: 0px;
	align-items: center;

	background-color: rgba(0, 0, 0, 0.2);
    /* box-shadow: 0rem 1rem 2rem rgba(0,0,0,0.1); */
    backdrop-filter: blur(64px);
}

.popup-window > input {
	padding: 0.5rem 0;
    border: none;
    border-radius: 0.25rem;    
    font-size: 2rem;    
    text-align: center;
	color: dimgray;
	outline: none;	
}

.popup-window > a:hover {
	background-color: rgba(0, 0, 0, 0.25);	
}

.popup-news {
	position: absolute;
	top: 50%;
	left: 50%;	
	transform: translate(-50%, -50%);
	margin-right: -50%;

	display: flex;
	flex-direction: column;    
    background-color: transparent;	
    overflow: hidden;
	text-align: center;
	min-width: 8rem;
	/* border-radius: 4px; */
	
	width: 50rem;
	max-width: 90%;
	/* height: 512px;	 */
	max-height: 60%;	
	/* overflow-y: scroll; */
	/* backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px); */

	background-color: rgba(0, 0, 0, 0.2);
    /* box-shadow: 0rem 1rem 2rem rgba(0,0,0,0.1); */
    backdrop-filter: blur(64px);
}

.popup-news > div > a {			
	padding: 0.8125rem;
	font-weight: bold;
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: 0.25rem;
}

.popup-news > div > a:hover {
	background-color: rgb(140, 140, 140);	
}


/* .popup-login {	
	position: absolute;
	top: 50%;
	left: 50%;	
	transform: translate(-50%, -50%);
	margin-right: -50%;

	display: flex;
	flex-direction: column;    
	background-color: rgb(170, 170, 170);
    overflow:hidden;
	border-radius: 4px;
	justify-content: center;
	text-align: center;	
	max-width: 80%;

	font-weight: bold;	
	align-items: center;
}

.popup-login > div:first-of-type {
	border-radius: 4px;
	padding: 16px;
	padding-bottom: 0px;
}

.popup-login > div > a:hover {
	background-color: rgb(140, 140, 140);	
}

.popup-login > div > input {
	padding: 8px 0;
    border: none;
    border-radius: 4px;    
    font-size: 16px;    
    text-align: center;
	color: dimgray;
	outline: none;	
} */

::-webkit-scrollbar {
	width: 0.875rem;
}

::-webkit-scrollbar-thumb {
	border-left: 0.25rem solid rgba(0, 0, 0, 0);
	border-right: 0.125rem solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	background-color: rgba(0, 0, 0, 0.15);
}

::-webkit-scrollbar-track {	
	background: rgba(0, 0, 0, 0);
}

@media (min-device-width: 2400px) {
	* {
		font-size: 20px;
	}
}

@media (min-device-width: 3400px) {
	* {
		font-size: 28px;
	}
}

@media (max-width: 800px) {
	.popup-menu {
		position: absolute;
		top: 50%;
		left: 50%;	
		transform: translate(-50%, -50%);
		margin-right: -50%;
	}

	.popup-shop {
		position: absolute;
		/* top: 50%; */
		left: 50%;	
		/* transform: translate(-50%, -50%); */
		transform: translate(-50%, 0%);
		margin-right: -50%;	
		top: 3.875rem;
	}
}

@media (min-width: 801px) {
	.popup-menu {
		position: fixed;
		margin: 1rem;
		top: 2.875rem;
		left: 1rem;
		/* top: 0rem; */
		/* left: 3rem; */
		/* margin-top: 0.625rem; */
	}

	.popup-shop {
		position: fixed;
		margin: 1rem;
		top: 2.875rem;		
		right: 0px;					
	}
}

@-moz-document url-prefix() {
	.popup-shop {
		scrollbar-width: thin;
		scrollbar-color: rgba(140, 140, 140, 1) rgba(0,0,0,0.0);	
		padding-right: 0.25rem;	
	}

	.popup-news {
		scrollbar-width: thin;
		scrollbar-color: rgb(140, 140, 140, 1) rgba(0,0,0,0.0);	
		padding-right: 0.25rem;	
	}
  }  

@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */ 
	.popup-shop {
		padding-right: 0.5rem;	
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	10% {
		box-shadow: 0 0 0.625rem 1.875rem rgba(255, 255, 255, 0);
	}

	20% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
  }