/* fonts */
@font-face {
	font-family: "tamzen"; 
	src: url("Tamzen10x20b.ttf") format("truetype");
}
@font-face {
	font-family: "gothic-byte"; 
	src: url("/fonts/GothicByte.ttf") format("truetype");
}
@font-face {
	font-family: "arcade"; 
	src: url("/fonts/arcade.ttf") format("truetype");
}

body, html {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.4rem;
	color: white;
	cursor: crosshair;

	background: #000 url(img/horizontal.jpg) no-repeat top left fixed;
	background-size: cover;
}

body {
	font-family: "tamzen", monospace;
	background-color: black;
	padding: 20px;
	z-index: 2;
}

img {
	max-width: 100%;
}

h4, h5, h6 {
	margin: 0;
}

h5 {
	color: #7f52ae;
	font-size: 22px;
	text-decoration: underline;
}

h6 {
	color: #a4ca92;
	font-size: 18px;
}

h1 {
	font-family: "tamzen", monospace;
	color: white;
	text-shadow: 3px 3px 5px #bc88f5, -2px -2px 6px #bc88f5;
	font-size: 32px;
	margin-bottom: 2px;
}

h2 {
	text-shadow: 2px 2px 3px #a4ca92;
	margin-top: 8px;
	margin-bottom: 8px;
}

dt {
	color: #bc88f5;
}

li{
  line-height: 12px;
}

summary {
	font-size: 1.2em;

	span.right{
		float: right;
  }
  span.green{
  	color: #a4ca92;
  }
  
}

summary::marker {
  content: "";
}

summary:hover {
	background-color: rebeccapurple;
	padding: 2px 0px 2px 0px;
}

details{
border-bottom: 2px dashed white;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px 0 5px 5px;
}

.title {
	font-family: "tamzen", monospace;
	color: white;
	font-size: 40px;
	margin: 12px 0;
	padding-left: 6px;
	padding-top: 5px;
	letter-spacing: 0.5px;
}

.gothic {
  font-family: "gothic-byte", monospace;
  }

.vinyl{
  overflow-x: hidden;
  }


hr{
	border: 1px solid rebeccapurple;
}

mark {
	background-color: rebeccapurple;
	color: white;
}

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

a:hover{
	background: #a4ca92;
	color: black;
}

footer {
	display: flex;
  justify-content: left;
  padding-left: 15px;
  align-items: center;
  color: rebeccapurple;
}

.main {
  margin: auto;
  box-sizing: border-box;
  position: relative;
}


.text {
	padding: 0px 20px 5px 20px;
	z-index: 1;
}


.header-body {
	text-align: left;
	padding-left: 20px;
	display: inline-flex;
	position: relative;
	overscroll-behavior: none;
	z-index: 6;
}

.headerpic {
	width: 150px;
}

.menu {
	text-shadow: 2px 2px 2px rebeccapurple;
	border-bottom: 2px solid #bc88f5;
}

.menu a {
	font-family: "tamzen", monospace;
	font-size: 20px;
	display: inline-block;
	margin: 5px;
	color: #bc88f5;
  background: 
      linear-gradient(#bc88f5 0 0) 
      0 100% /var(--d, 0) 30px 
    no-repeat;
  transition:0.3s;
}
.menu a:hover {
	text-shadow: none;
  --d: 100%;
  color: #000;
}

.top{
	box-sizing: border-box;
	padding-bottom: 15px;
	width: 800px;
	background-color: #000;
	z-index: 1;
}

.tooltip {
 position: relative;
 display: block;
}

.tooltip .tooltiptext {
 visibility: hidden;
 padding: 0.25em 0.5em;
 text-align: center;
 border-radius: 0.25em;
 background-color: #d6e4cf;
 color: rebeccapurple;
 border: #d6e4cf solid 1px;
 box-shadow:0 0 5px #a4ca92;
 border-radius: 3px;
 white-space: pre-wrap;
 position: absolute;
 z-index: 1;
 top: 85%;
 transition-property: visibility;
 transition-delay: 0s;
}

.tooltip:hover .tooltiptext {
 visibility: visible;
 transition-delay: 0s;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.topper{
	position: fixed;
	bottom: 10px;
	right: 20px;

	a{
		font-family: "tamzen", monospace;
		text-align: center;
		font-size: 22px;

		color: rgba(198, 146, 255, .9);
		background-color: rgba(0, 0, 0, .9);
		border: 2px solid rgba(198, 146, 255, .9);

		display: flex;
		flex-wrap: nowrap;
		padding: 20px 20px 20px 20px;
	}
	a:hover {
		color: #a4ca92;
		border: 2px solid #a4ca92;
	}
}

.back{
	position: fixed;
	top: 10px;
	left: 20px;

	a{
		font-family: monospace, monospace;
		text-align: center;
		font-size: 10px;

		color: rgba(198, 146, 255, .9);
		background-color: rgba(0, 0, 0, .9);
		border: 2px solid rgba(198, 146, 255, .9);

		display: flex;
		flex-wrap: nowrap;
		padding: 10px 10px 10px 10px;
	}
	a:hover {
		color: #a4ca92;
		border: 2px solid #a4ca92;
	}
}

.flex-box {
    display:flex;
    flex-wrap:wrap;
    margin: -1em;
	align-items: flex-start;
}

.flex-box section {
	margin: 1em;
	}

.full { flex: 1 1 100%;}
.half { flex: 1 1 calc(50% - 2em); }
.third { flex: 1 1 calc(33% - 2em); }
.twothird { flex: 1 1 calc(66% - 2em); }
.quarter { flex: 1 1 calc(25% - 2em); }
.threequarter { flex: 1 1 calc(75% - 2em); }


/* crt */
.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%;
  background: fill;
  pointer-events: none;
}


@media screen and (max-width: 1270px){
	.topper { 
		position: static; 
		width: fit-content; 
		margin: 10px auto; }

	.intbox {
		width: 90%;
	}

	.squish {
		flex-wrap: nowrap!important;
		padding: 0px!important;
	}

	.top{
		width: 600px;
	}

}

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

  body {
    font-size: .8em;
    }

  p {
  	line-height: 1em;
  }

	.title{
		font-size: 24px;
	}	

	.menu, .menu a{
		font-size: 12px;
	}

	.headerpic {
		width: 15vw;
	}
	
	#sitename, #tab, #asciione, #asciitwo, #asciithree, #asciifour, #asciifive{
	  display: none;
	  }
	
	.wrapper {
	  padding: 20px;
	  }
	
	.header-body {
	  padding-top: 20px;
	  }

	.intcont li{
		 	font-size: .9em;
		 }

	.flex-box{
		padding: 0px 20px 0px 20px;
	}
	.top{
		width: 500px;
	}

}

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

	.headerpic {
		display: none;
	}
	
	body {
    font-size: .5em;
    line-height: 1.3em;
    }
    
  .exit a{
    font-size: 2em;
    top: -60px;
    }

   .top{
		width: 370px;
	}

  
}
