		
/* 
		
	heyyy thasts MY cascading style sheet.

*/

		/** basic **/

@font-face {
    font-family: 'vcrosdmonoregular';
    src: url('../fonts/assets-vcr-webfont.woff2') format('woff2'),
         url('../fonts/assets-vcr-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

body{
	font-family:comic sans ms, sans-serif;
	margin:0;
	font-size:15px;
	line-height:150%;
	background-color:#120b36;
	background-image:url(../images/background.png);
	background-attachment: fixed;
	color:#eedcff;
	word-wrap: break-word;
}
		h1{
			line-height:100%;
			font-size:280%;
			font-family:'vcrosdmonoregular', sans-serif;
			margin:0 10px;
			padding:10px 0;
			text-transform:uppercase;
			width:auto;
		}
		h2{
			font-family:'vcrosdmonoregular', sans-serif;
			font-size:26px;
			text-align:center;
			margin:10px;
			text-transform:uppercase;
			font-weight:normal;
		}
		h3{
			line-height:100%;
			font-size:20px;
			margin:0 10px;
			padding:5px 0 0;
		}
	p{
		margin:0 10px;
		padding:5px 0;
	}
		a{
			color:#ff85dc;
			text-decoration:none;
			text-transform:none;
		}
		a:hover{
			color:#00ffff;
		}
		mark{
			font-family:'vcrosdmonoregular', sans-serif;
			font-size:16px;
			color:#040012;
			background-color:#eedcff;
		}
		mark a{
			color:#040012;
			background-color:#ff85dc;
		}
		mark a:hover{
			color:#040012;
			background-color:#00ffff;
		}
		ol{
			margin:5px 60px;
			padding:5px 0;
		}
			ol a{
			color:#ff85dc;
			text-decoration:none;
			}
		ul{
			margin:7px 6%;
			padding-left: 0;
			list-style-type: '🞂 ';
		}
			ul a{
				color:#ff85dc;
				text-decoration:none;
			}
			
	abbr{
		cursor:help;
		text-decoration:none;
	}
		
	img{
		margin:auto;
	}
	
	pre{
		font-family:consolas, monospace;
	}
	pre a:hover{
		letter-spacing:0;
	}
		

		/* containers */

header{
	text-align:center;
	margin:10px auto 0;
	z-index:10;
	height:244.5px;
	image-rendering:pixelated;
}

/* Animación de rotación 3D para el banner */
@keyframes rotate3d {
	0% {
		transform: perspective(1000px) rotateY(0deg);
	}
	50% {
		transform: perspective(1000px) rotateY(180deg);
	}
	100% {
		transform: perspective(1000px) rotateY(360deg);
	}
}

.rotating-banner {
	animation: rotate3d 8s ease-in-out infinite;
	transform-style: preserve-3d;
}

.border{
	background-color:#040012;
	max-height:100%;
}

#main{
	max-width:1000px;
	max-height:100%;
    margin:auto;
    top:0;
}

	#submain{
		max-width:600px;
		margin:auto;
	}
	
	#sidebarLeft{
		width:300px;
	}
	#sidebarRight{
		width:300px;
	}

nav{
	max-width:950px;
	margin:auto;
	background-color:#00ff00;
	background-image:url('../images/backgrounds-lines.png');
	background-image:url('../images/backgrounds-lines.png'), linear-gradient(180deg, #0066ff 0%, #00ff00 30%, #0066ff 100%);
	border:1px solid white;
	line-height:100%;
	padding:8px 13px;
	cursor:auto;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	font-size:23px;
	font-weight:bold;
	font-family:'vcrosdmonoregular', sans-serif;
	text-shadow: 2px 2px #35008a;
	text-transform:uppercase;
	pointer-events: auto;
}
	nav a{
		color:white;
		pointer-events: auto;
		user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
	nav a:hover{
		color:white;
	}
	
	



	.any{
		background:#040012;
		overflow:auto;
		border:1px solid white;
	}
	.anyp{
		padding:5px;
	}

.sch{
	background:#040012;
	overflow:auto;
	height:100%;
	border:1px solid white;
}

.secth{
	font-family:'vcrosdmonoregular', sans-serif;
	background-color:#00ff00;
	background-image:url('../images/backgrounds-lines.png');
	background-image:url('../images/backgrounds-lines.png'), linear-gradient(180deg, #0066ff 0%, #00ff00 30%, #0066ff 100%);
	border-bottom:1px solid white;
	padding:0 0 10px;
	cursor:default;
	color:white;
	text-shadow: 2px 2px #35008a;
	text-transform:uppercase;
}

		/**** tt ****/

.tooltip{
    display: inline;
    position: relative;
}
 
#s-m-t-tooltip {
    max-width:300px;
	font-size:16px;
    text-align:center;
    padding:5px 10px;
    margin:25px 0 0 15px;
    z-index:6969420;
    color:#ffffff;
    background-color:#000000;
    box-shadow:0 0 5px 3px #000000;
}

		/** status **/

#statuscafe {
    padding: .5em;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

/** chat **/



#hey {
	position:fixed;
	width:300px;
	border:1px solid white;
	border-bottom:none;
	bottom:0;
	left:25px;
	z-index:99999;
}

#hey .title{
	color:white;
	font-family:'vcrosdmonoregular', sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	line-height:100%;
	padding:10px;
	background-color:#7227e5;
	background-image:url('../images/backgrounds-lines.png');
	background-image:url('../images/backgrounds-lines.png'), linear-gradient(180deg, #ea52be 0%, #7227e5 50%, #00ffff 100%);
	border:none;
	text-shadow: 2px 2px #35008a;
	text-transform:uppercase;
}

#hey input {
	color:white;
	font-family:'vcrosdmonoregular', sans-serif;
	font-size:25px;
	text-align:center;
	line-height:100%;
	background-color:#7227e5;
	border:none;
	float:right;
	padding:0 0 2px 0;
	transform:translateY(-5px);
	width:30px;
	height:30px;
	border:1px solid white;
}

#chat {
	border-top:1px solid white;
	margin:0;
}

/****/

footer{
		text-align:center;
		max-width:1000px;
		margin-top:-7px;
	}
		footer a{
		}
		footer a:hover{
		}
		
		
		

@media only screen and (max-width: 900px) {

	header{
	margin-left:15px;
	overflow-x:hidden;
	}
	footer{
	margin-bottom:50px;
	}
	
}