		
/* 
		
	heyyy thasts MY cascading style sheet.

*/

		/** basic **/

@font-face {
    font-family: 'vcrosdmonoregular';
    src: url('https://colortraks.net/assets/vcr-webfont.woff2') format('woff2'),
         url('https://colortraks.net/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(https://colortraks.net/images/tapes.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;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}
		a:hover{
			color:#00ffff;
			letter-spacing:1px;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}
		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;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			}
		ul{
			margin:7px 6%;
			padding-left: 0;
			list-style-type: '🞂 ';
		}
			ul a{
				color:#ff85dc;
				text-decoration:none;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
			}
			
	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;
}

.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:#7227e5;
	background-image:url('https://colortraks.net/images/backgrounds/lines.png');
	background-image:url('https://colortraks.net/images/backgrounds/lines.png'), linear-gradient(180deg, #ea52be 0%, #7227e5 50%, #00ffff 100%);
	border:1px solid white;
	line-height:100%;
	padding:8px 13px;
	cursor:default;
	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;
}
	nav a{
		color:white;
	}
	nav a:hover{
		color:white;
	}
	
	
#links{
	background-color:#7227e5;
	background-image:url('https://colortraks.net/images/backgrounds/lines.png');
	background-image:url('https://colortraks.net/images/backgrounds/lines.png'), linear-gradient(180deg, #ea52be 0%, #7227e5 50%, #00ffff 100%);
	border:1px solid white;
	padding:5px 10px;
	cursor:default;
	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;
}
	#links a{
		color:white;
		line-height:100%;	
		padding:3px;
	}

	.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:#7227e5;
	background-image:url('https://colortraks.net/images/backgrounds/lines.png');
	background-image:url('https://colortraks.net/images/backgrounds/lines.png'), linear-gradient(180deg, #ea52be 0%, #7227e5 50%, #00ffff 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{
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}
		footer a:hover{
			letter-spacing:1px;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			-o-transition: all 0.3s ea se;
		}
		
		
		


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

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