/* this coding shit is going to drive me nutters i swear-*/


/*-----B O D Y-----*/


body {
  background:black;
  background-attachment:fixed;
  color:#0a0a0a;
  font-family: 'moder_dos_437_winregular';
  letter-spacing:2px;
  font-size: 12px;
  cursor: url(''),auto;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
  font-smooth: never;
  -webkit-font-smoothing : none;
  
  
}

/* icons */
.item {
    vertical-align: top;
    float:left;
    text-align: center;
    width: 100px;
    font-family: 'moder_dos_437_winregular';
  image-rendering: pixelated;

}

.item2 {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 50px;
}

img {
    width: auto;
    height: auto;
    float: left;
    background-color: transparent;
}
.caption {
    display: block;

}


/* MAIN CONSOLE*/

#main {
    width: 1000px;
    height: 550px;
     background-image: url('https://grotes.neocities.org/Assets/background.png');
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-color: transparent;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    margin: auto;
    text-align: auto;
    border: 4px inset white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6) inset;  
    }

    #border {
    content: '';
    width: 1008px;
    height: 592px;
    background-color: transparent;
    position: absolute;
    top:35px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 8px solid white;  
    }


/*TASKBAR*/

#container3 {
    width: 994px;
    height: 22px;
    background-color: lightgrey;
    position: absolute;
    top: 592px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing:2px;
    font-size: 13px;
    padding: 3px;
    overflow-y: scroll;
    text-align: auto;
    border: 4px inset white;
     box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4) inset; 
}



/*-----CONTAINERS-----*/
	
.container{
	width:850px;
	height:auto;
	background-color:black;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
  padding-bottom:20px;
	margin-top:30px;
	text-align:center;
	font-size:13px;
	color:white;
	box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
	
	}
	
/*-----ART DISPLAY-----*/

.artdisplay{
	width:300px;
	height:auto;
	background-color:black;
	margin-left:-5px;
	padding-top:20px;
  padding-bottom:20px;
	margin-top:30px;
	text-align:center;
	font-size:13px;
	box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
	
	}
	
	
	
/* COSMETIC LOGIN PAGE*/
.button {
  background-color: lightgrey;
  border: outset 3px white;
  font-size: 13px;
  color: white;
  font-family: 'moder_dos_437_winregular';
  letter-spacing: 3px;
  width: 75px;
  height: 100%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}
 
.button2 {
  background-color: lightgrey;
  border: outset 3px white;
  font-size: 13px;
  color: white;
  font-family: 'moder_dos_437_winregular';
  
  letter-spacing: 3px;
  width: 75px;
  height: 100%;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}
  
  button:hover {   
  transition: 0.0s;
  background:#fff;   
  text-shadow: 2px 2px 0px rgba(143, 0, 40, 0.0);
}   

 input[type=text], input[type=password] {   
  width: 115px;   
  margin: 0px 0;  
  padding: 0px 0px;   
  display: inline-block;   
  border: 1px solid #696969;   
  box-sizing: 4px; 
  background: white;
  font-family: 'moder_dos_437_winregular';
}  
  

/*-----LINKS-----*/
a {
  color:white;
  font-weight: bold;
  text-size: 13px;
  text-decoration: none;
   text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}

a:visited {
	 color:white;
	 font-weight: bold;
	  text-size: 13px;
	text-decoration: none;
   text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}
	
a:hover {
	 color:white;
	 font-weight: bold;
	  text-size: 13px;
	text-decoration: none;
	 transition: 0.5s;
  animation-timing-function: linear;  
   text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}  

  
/*-----CREDIT-----*/

.credit{
	width:100%;
	height:20px;
	background-color:black;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
  padding-bottom:5px;
	margin-top:30px;
	text-align:center;
	font-size:9px;
}
	
	/*--SCROLLBAR--*/
	
		::-webkit-scrollbar {
		width: 3px;
}

/* Track */
	::-webkit-scrollbar-track {
		background: none; 
}

/* Handle */
	::-webkit-scrollbar-thumb {
		background: #fff;
}


	/*-----DECOR-----*/
	
.fadetext {
	animation: blink 3s linear infinite;
	animation-delay:0s;
	letter-spacing:5px
}
@keyframes blink {
  50% {
	  color:white;
}
}
  
  
  /*some crt shit*/
  
  

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  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: fixed;
  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;
}


@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;
  }
}

/* popup shit*/

.box {
  width: 60%;
  margin: 0 auto;
  background:transparent;
  position: absolute;
  padding: 0px;
  border: 2px solid #fff;
  border-radius: 0px/0px;
  background-clip: padding-box;
  text-align: center;
  word-wrap: break-word;
  -webkit-font-smoothing: never;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.0);
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  position: absolute;
  opacity: 1;
}

.popup {
  left: 150px;
  top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
  padding: 0px;
  background: #1c1c1c;
  color: #fff;
  border-radius: 0px;
  border: 4px inset white;
  font-size: 14px;
  width: 800px;
  height: 500px;
  position: absolute;
  overflow-y: auto;
  letter-spacing: 2px;
   animation: textShadow 1.6s infinite;
}


.popup h2 {
  margin-top:0px;
  width: 794px;
  height:14px;
  background-color: lightgrey;
  position: relative;
  top:0;
  left:0;
  right:0;
  bottom:0;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  letter-spacing:6px;
  padding: 3px;
  border-bottom: 4px solid lightgrey;
  font-family: 'moder_dos_437_winregular';
  box-shadow: 0px 0px 4px rgba(143, 0, 40, 0.4) inset;

}
.popup .close {
  position: absolute;
  top: 2px;
  right: 2px;
  transition: all 200ms;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  background-color: lightgrey;
  border: outset 3px white;
  font-family: courier;
  letter-spacing: 0px;
  width: 10px;
  height: 10px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(143, 0, 40, 0.2);
}

.popup .close:hover {   
   transition: 0.0s;
   background:white; 
   text-shadow: 2px 2px 0px rgba(143, 0, 40, 0.0);
    }   


.popup .content {
  margin-top: -9px;
  width: 797px;
  margin-left: 2px;
  position: relative;
  height: 472px;
  overflow-y: auto;
  
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
