/* Inspiration + CSS "intro" credits: bones.sesh.team */
/* Sources used list: 
    - spinbot.pw (video tag, #center),
    - http://static.tumblr.com/zlim8hm/29yn6561z/force-cursor.png (cursor),
    - https://github.com/tsenart/sight/blob/master/fonts/Consolas.ttf (font),
    - https://emerald.gg/images/dot.png (2x2 dot, inspiration and pattern CSS)
*/
html {
	cursor:url("../others/cursor.png"), default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a {
	color: #e4e3e3;
	text-decoration: none;
}

.button {
	background-color: none; /* Green */
	border: 1px solid white;
	color: rgb(255, 255, 255);
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	position: fixed;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }

body, input {
	color: #e4e3e3;
	background-color: #000
}

@font-face {
	font-family: courier_regular;
	src: url("../others/Consolas.ttf");
}

* {
	padding: 0;
	margin: 0;
	font-family: consolas, sans-serif;
}

body {
	overflow-x: hidden;
}

input {
	outline: 0;
	border: none;
}

td {
	padding: 3px;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-style: dashed
}

pre {
    font-size: 1.15em;
}

.box, body, input {
	background-color: #000;
}

.box {
	padding: 15px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.top-right {
	position: absolute;
	top: 0;
	right: 5px;
}

.bottom-left {
	position: absolute;
	bottom: 0;
	left: 5px;
}


.container {
	position: fixed;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.container2 {
	position: fixed;
	text-align: center;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


#brand {
    margin-left: 0.65pc;
}

.marquee-container {
	position: absolute;
	width: 100%;
	bottom: 10%;
	text-align: center;
}

#marquee {
	width: 420px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: -4.5px;
	font-size: 15px;
}

.emoticon {
	vertical-align: middle;
}

.main {
	overflow: hidden;
}

.background {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -3;
}

#pattern {
	background: transparent url("../others/dot.png") repeat 0 0;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: -1;
	opacity: 1;;
}

#pattern, #background {
	position: absolute;
	width: 100%;
	height: 100%;
}

#background {
	z-index: -2;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 135%;
	min-height: 110%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	overflow: hidden;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.footer {
	position: absolute;
	bottom: 0;
	right: 5px;
}

.news {
	position: fixed;
	text-align: center;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.news2 {
	position: fixed;
	text-align: center;
	top: 32%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.newshead {
	position: fixed;
	text-align: center;
	top: 26%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.left {
	text-align: left;
	position: absolute;
	left: 160px;
	top: 50%;
	width: 100px;
	height: 200px;
  }

  .vl {
	border-left: 1px solid rgb(255, 255, 255);
	height: 100px;
	width: 1px;
	position: absolute;
	left: 148px;
	top: 50%;
  } 

.trollface-light {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
}

::-webkit-scrollbar {
	width: 0;
}

<style>

.song {clear:left; margin:1 0;}
.song input {margin: 0 1em .5em 0;float:left;padding:0;}
.song p {margin:0 0 1.5em 0;}
.song:after {
	content : ".";
	display : block;
	height : 0;
	clear : left;
	visibility : hidden;
}

audio{ margin:0;min-width:0}

@media only screen and (min-device-width:768px) {
	audio{max-width:75%;}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	audio{max-width:10em;}
}





</style>
