	/* Main Font*/
@font-face {
	font-family: 'VCR OSD Mono';
	font-style: normal;
	font-weight: normal;
	src: local('VCR OSD Mono'), url('VCR_OSD_MONO.woff') format('woff');
}

	/*Evangelion Font*/
@font-face {
	font-family: 'mingliu';
	font-style: normal;
	font-weight: normal;
	src: local('mingliu'), url('mingliu.woff') format('woff');
}
* {
    margin: 0;
    padding: 0;
}
html {
	height:100%;
}
body {
	/*bgimg*/
	background-image: url("https://sadgirlsclub.wtf/engine/media/index/bg2.png");
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100%;
	background-color: black;
	padding-top: 11%;
	padding-left: 25%;
	padding-right: 5%;
	height: 60%;
}
iframe{

	background-color: black;
	z-index: 10;
	height:100%;
	width: 100%;
}
/*General Text Formatting */
h1{
	background-image: url("https://sadgirlsclub.wtf/engine/media/index/h1bg.png");
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 2px;
	color: white;
	font-family: VCR OSD Mono;
	font-size: xx-large;
}
h2{
	background-image: url("https://sadgirlsclub.wtf/engine/media/index/h1bg.png");
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-family: VCR OSD Mono;
	font-size: xx-large;
}
h3{
	color: white;
	font-family: VCR OSD Mono;
	font-size: large;
}
h4{
	color: white;
	padding-left: 5px;
	font-family: VCR OSD Mono;
	font-size: medium;
	margin: 0;
}
p{
	margin-left: 2%;
	margin-right: 2%;
	color: white;
	font-family: VCR OSD Mono;
	font-size: small;
	padding-left: 10 px;
	text-align: left;
}
/* General Form */
form {
    display: inline-block;
	font-family: 'VCR OSD Mono';
	color: #cbf2f1;
	background-color: #555555;
}
form label {
    font-size: 1.5rem;
    font-weight: bold;
	font-family: 'VCR OSD Mono';
	color: #cbf2f1;
	background-color: #555555;
}
/* Input */
input {
    font-family: 'VCR OSD Mono';
	color: cbf2f1;
	background-color: #bf8fc7;
	width: 60%;
}
input[type="range"] {
 -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
input[type="range"]:focus {
 outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
 background: #752F5A;
 height: 5px;
}
input[type="range"]::-moz-range-track {
 background: #752F5A;
 height: 5px;
}
input[type="range"]::-webkit-slider-thumb {
 -webkit-appearance: none;
 height: 15px;
 width: 15px;
 background: #aa0000;
 border:2px;
 margin-top: -5px;
 border-radius: 50%;
 border-color: #ff0000;
}
input[type="range"]::-moz-range-thumb {
 height: 15px;
 width: 15px;
 background: #aa0000;
 border:2px;
 margin-top: -5px;
 border-radius: 50%;
 border-color: #ff0000;
}
/* Lists */
ol {
  padding: 20px;
  display: block;
  font-color: white;
  text-align: center-left;
  background-image: url("https://sadgirlsclub.wtf/engine/media/index/h1bg.png");
  font-family: VCR OSD Mono;
}
/* Links */
a:link {
	color:deeppink;
	font-family: VCR OSD Mono;
}
a:visited{
	color:red;
	font-family: VCR OSD Mono;
}
a:hover {
	color: hotpink;
	font-family: VCR OSD Mono;
}
a:active {
	color: white;
	font-family: VCR OSD Mono;
}
	/*unregged Chat Exit Button*/
a#exit {
    color: red;
    border-radius: 4px;
    font-weight: bold;
	text-align: right;
	/*padding-right: 50px;*/
	
}
/* Video Container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
#pip video {
	position: absolute;
    top: 0px;
    right: 0px;	
}

/* Imagi */
.imagi{
	postition: absolute; bottom 0;
}
.imagi form {
	background: 111111;
	margin-left: 2%;			/*Margins*/
	padding-left: 10 px;
	text-align: left;
}
.imagi input[type="file"] {
	font-family: 'VCR OSD Mono';
	color: cbf2f1;
	background-color: #332436;
	width: 98%;
}
.imagi input::file-selector-button {
	font-family: VCR OSD Mono;
    font-weight: bold;
    color: cbf2f1;
	background-color: #752f5a;
    padding: 0.5em;
    border: ridge;
    border-radius: 0px;
}
.imagi input[type=button], input[type=submit], input[type=reset] {
	font-family: VCR OSD Mono;
    font-weight: bold;
    color: cbf2f1;
	background-color: #000000;
    padding: 0.5em;
    border: ridge;
    border-radius: 0px;
	width: 98%;
}

/* Layout and Construction */

/*Site Layout*/
.banner {
  background-position: left;
  margin-right: 10px;
  margin-bottom: 8%;
  min-height: 5%;
  height: 5%;
  width: 55%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.sidenav{
  height: 100%;
  width: 25%;
  z-index: 1;   top: 0;
  left: 0;
  background-color: black;
  overflow: hidden;
  padding-top: 9%;
  padding-left: 0px;
  text-align: center-left;
  position: fixed;
  bottom: 0;
  left: 0;
}
.sidenav iframe{
padding: 4%;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  background-color: black;
  z-index: 10;
  height:100%;
  width: 100%;
  resize: height;
  z-index: 3;
}
.flexshell{
  display:flex;
  flex-direction: row;
  height: 200%;
  width: 110%;
  align-items: stretch;
  border-left:2px;
  border-top: 2px;
  z-index: 3;
}
.inner-sidenav{
  border-style: ridge;
  border-right: ridge;
  margin-right:5%;
  padding: 1%;
  padding-top: 2%;
  z-index: 3;   top: 0;
  background-color: black;
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  height: 60%;
  width: 30%;
  max-height: 85%;
  background-color:#050505;
  
}
.content{
  border-style: ridge;
  height: 90%;
  padding: 1%;
  width:95%;
  z-index: 4;
  background-image: url("https://sadgirlsclub.wtf/engine/media/index/h1bg.png");
}
#inner-content{ 
  border-style: ridge;
  border: 2px solid white;
  float: right;
  display: flex;
  flex-grow: 3;
  z-index: 4;
  flex-direction: column;
  width:85%;
  background-image: url("https://sadgirlsclub.wtf/engine/media/index/h1bg.png");
  height: 100%;
}
.inner-content iframe{
  display: flex;
  flex-direction: column;
  border-style: ridge;

  height: 100%;
  width: 100%;
}
/* Control Panel */
.online{
	height: 500px;
	max-height: 85%;
	width: 25px;
	background-color: black;
	overflow: hidden;
	padding-left: 0px;
	bottom: 0;
	left: 0;
}
#slideout {
  left: 0;
  width: 25px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout_inner {
  position: fixed;
  top: 0px;
  left: -600px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color:black;
}
#slideout:hover {
  left: 1600px;
}
#slideout:hover #slideout_inner {
  left: 0;
  background
}
#awoopanel {
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: .75s;
}
#awoopanel_inner {
	position: fixed;
top: 40px;
  left: -1600px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 1.5s;
  transition-duration: .75s;
  
}
#awoopanel:hover {
  left: 700px;
}
#awoopanel:hover #awoopanel_inner {
  left: 0;
}
#fileToUpload: {
	form{
		display: flex;
		justify-content: left;
		font-family: 'VCR OSD Mono';
		color: #cbf2f1;
		width:100%;
		background-color: 111111;
  }
}
/* Thank you lilbyte. i will find a way to pay you back someday */
.webring-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.5em;
  margin: 0 0.5em;
}
.webring-item {
  text-align: center;
}
.webring-item img {
  width: 240px;
  height: 60px;
  margin: 0 auto;
}
/* If you're not getting graded, and someone did it better, just copy them, fuck. imitation is sincere flattery.*/
/* Login */
.login-input {
    font-size: 15px;
	background: #000000;
	font-family: VCR OSD Mono;
	color: #c9edf0;
    border: 1px solid #822e82;
    padding: 10px;
    margin-bottom: 25px;
    height: 25px;
    width: calc(100% - 23px);
}
.login-input:focus {
	font-family: VCR OSD Mono;
    border-color:#ff00ff;
    outline: none;
}
.login-button {
	font-family: VCR OSD Mono;
	color: #cbf2f1;
    background: #d47ae6;
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.warning{
	background: #4f0000;
}
/* Chat */
/*Message Line Formatting*/
	/*margins*/
.msgln {
    margin: 0 0 5px 0;
}
	/*Warning Text*/
.msgln span.left-info {
    color: orangered;
}
	/*post time*/
.msgln span.chat-time {
    color: #cc96cd;
    font-size: 85%;
    vertical-align: super;
}
	/*username*/
.msgln b.user-name, .msgln b.user-name-left {
    font-weight: bold;
    background: #752f5a;	/* Darker Red 		*/
    color: d0f5f2;			/* light light blue	*/
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 4px;
    margin: 0 5px 0 0;
}
.msgln b.user-name-left {
    background: black;
}
#wrapper{
	background-color: #0;	
	padding-right: 0%;
	padding-left: 0%;
	display:flex;
	flex-direction:column;
	height: 720px;
	max-height: 80%;
	width: 100%;
}, 
#chatbox {
	  font-family: mingliu;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 1px;
	padding-left: 1%;
	padding-right: 8%;
    background: #000;
    height: 90%;
    width: 100%;
    border: 1px solid #a7a7a7;

    border-radius: 4px;
    border-bottom: 4px solid #111111;
}
#usermsg {
    flex: 1;
    border-radius: 4px;
    border: 1px solid #f7b6f9;
	font-family: 'VCR OSD Mono';
	color: #cbf2f1;
	background-color: #111111;
}
#name {
    width: 40%;
    border-radius: 1px;
    border: 1px solid #f7b6f9;
	color: b3fcff;
  } 
#submitmsg{
	  padding-right: 20%;
	  width: 40px;
	  color: b3fcff;
  }
	/*Enter Box*/
#enter{
    background-color: #111111;
    border: 2px solid #e65100;
    color: white;
    padding: 4px 10px;
    font-weight: bold;
    border-radius: 4px;
	width: 20%;
	align-self: self-end;
}  
/*Top Menu*/
#menu {
    display: flex;
	background-color: #111111;
	float: left;
	width: 100%
}
#menu p.welcome {
    flex: 1;
}

@keyframes textShadow {
  0% {
    text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  5% {
    text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  10% {
    text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  15% {
    text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  20% {
    text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  25% {
    text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  30% {
    text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  35% {
    text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  40% {
    text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  45% {
    text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  50% {
    text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  55% {
    text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  60% {
    text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  65% {
    text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  70% {
    text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  75% {
    text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  80% {
    text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  85% {
    text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  90% {
    text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  95% {
    text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  100% {
    text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
}
.crt::after {
  content: " ";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
.crt::before {
  content: " ";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}
.crt {
  animation: textShadow 1.6s infinite;
}