/*** CSS for New Personal ***/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

body {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	background-color: #232327;
	font-size: 16px;
    text-align: left;
	font-family:source code pro,Courier;
}

.transparency{
	background-image: url('assets/images/momentum.gif');
	background-repeat: no-repeat;
  	background-attachment: fixed;
	background-position: center;
}

.terminal{
	border: 2px solid #007c76;
	border-radius: 2px;
	background-color: rgba(35,35,39, 0.9);
	overflow: hidden;
	margin: 15px;
	padding: 0px;
}

.server {
	display:inline-block;
	padding: 0px 5px 0px 20px;
    color:#232327;
	text-shadow: 0 0 10px #000000;
	background-color: #007c76;
    border: #007c76 solid 2px;
}

input{
	border: 0;
	width: calc(100vw - 340px);
	box-sizing: border-box;
	caret-color: cyan;
	background: transparent;
	color: red;
	font-family:source code pro,Courier;
	font-size: 16px;
	outline: none;
}

.time, .timeinput{
	display: inline-block;
	padding: 0px 10px 0px 5px;
	margin-right: 0px;
    color:#232327;
	text-shadow: 0 0 10px #000000;
	background-color: #007c76;
    border: #007c76 solid 2px;
}

/* Text decorations */
span{
	height: 24px;
	white-space: pre;
	color: cyan;
}

.margin {
	padding: 0 0 0 25px;
}

.coloredText {
	color: cyan;
}

.cyan {
	color: #89fffd;;
}

.pink {
	color: pink;
}

.header {
	text-shadow: 0 0 5px #00f3f3;
	text-decoration: underline;
}

.headeralt {
	text-shadow: 0 0 5px #00f3f3;
}

.rightarrow {
	display:inline-block;
	width: 0px;
	height: 0px;
	border-top: 0px solid transparent;
	border-bottom: 28px solid transparent;
	position: absolute;
	border-left: 10px solid #007c76;
}

.leftdiv {
	display: inline;
	float: right;
}

.leftarrow, .leftarrow2, .leftarrow3 {
	width: 0px;
	height: 0px;
	margin-left: -10px;
	border-top: 28px solid transparent;
	border-bottom: 0px solid transparent;
	position: absolute;
	border-right: 10px solid #007c76;
	background-clip: padding-box;
}

.leftarrow2 {
	background-color: cyan;
	
}

.leftarrow3 {
	border-right: 10px solid cyan;
	
}

.tick {
	padding-right: 8px;
	display: inline-flex;
	background-color: cyan;
	background-clip: padding-box;
	text-shadow: 0 0 3px #000000;
	border: cyan solid 2px;
	color: rgb(0, 255, 0);
}

.cross {
	padding-right: 8px;
	display: inline-flex;
	background-color: cyan;
	background-clip: padding-box;
	text-shadow: 0 0 3px #000000;
	border: cyan solid 2px;
	color: red;
}

@keyframes blinker {
	from {opacity: 1.0;}
	to {opacity: 0.0;}
}

.blink{
	text-decoration: blink;
	animation-name: blinker;
	animation-duration: 0.8s;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in-out;
	animation-direction: alternate;
	color: #89fffd;
}

.command {
	color: #00be3f;
	font-weight: bolder;
    text-shadow: 0 0 5px #00f3f3;
}

.admin {
	color: #be0000;
	font-weight: bolder;
    text-shadow: 0 0 8px #00f3f3;
}

.complete {
	color: #00be3f;
}

.incomplete {
	color: #be0000;
}

.star {
	color: yellow;
}

.ascii {
	color: #007c76;
	font-weight: bolder;
    text-shadow: 0 0 25px #007c76;
}

.l1{
	color: #ef32d9;
	text-shadow: 0 0 10px #ef32d9;
	letter-spacing: -1px;
}

.l2{
	color: #e150df;
	text-shadow: 0 0 10px #e150df;
	letter-spacing: -1px;
}

.l3{
	color: #d565e2;
	text-shadow: 0 0 10px #d565e2;
	letter-spacing: -1px;
}

.l4{
	color: #c87fe6;
	text-shadow: 0 0 10px #c87fe6;
	letter-spacing: -1px;
}

.l5{
	color: #bb9aeb;
	text-shadow: 0 0 10px #bb9aeb;
	letter-spacing: -1px;
}

.l6{
	color: #aeb5f0;
	text-shadow: 0 0 10px #aeb5f0;
	letter-spacing: -1px;
}

.l7{
	color: #a2cef5;
	text-shadow: 0 0 10px #a2cef5;
	letter-spacing: -1px;
}

.l8{
	color: #95eafa;
	text-shadow: 0 0 10px #95eafa;
	letter-spacing: -1px;
}

.l9{
	color: #89fffd;
	text-shadow: 0 0 10px #89fffd;
	letter-spacing: -1px;
}

/* Link styling(Socials etc) */
.socials {
	text-decoration: none;
	color: #be6fff;
}

.socials:hover {
	background: #89fffd;
	color: #232327;
}

a:focus {
	outline: 0;
}

/* Scroll bar*/
::-webkit-scrollbar {
	width: 0px;
}

::-webkit-scrollbar-button {
	background: #232327;
}

::-webkit-scrollbar-track {
	background: #232327;
}

::-webkit-scrollbar-thumb {
	background: #232327;
	color: #007c76;
}

::-webkit-scrollbar-thumb:hover {
	background: #007c76;
}

/* Splash intro */
.splash {
	display: grid;
	grid-template-columns: 20px 60px 70px 70px 70px 70px 20px 20px;
	grid-gap: 0px;
	justify-content: center;
	position: fixed;
	padding-right: 20%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #232327;
	z-index: 200;
	color: #89fffd;
	font-size: 40px;
	text-align: center;
	line-height: 90vh;
}

.splash.display-none {
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #232327;
	z-index: -10;
	color: #89fffd;
	text-align: center;
	line-height: 90vh;
	transition: all 2.5s;
}

@keyframes fadeIn{
	from {opacity: 0.0;}
	to {opacity: 1.0;}
}

.fade-in{
	opacity: 0;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: blink;
	animation-name: fadeIn;
	animation-iteration-count:2;
	animation-timing-function:ease-in-out;
	animation-direction: alternate;
}

.one {
	animation-duration: 2.2s;
}

.two {
	animation-duration: 2.35s;
}

.three {
	animation-duration: 2.5s;
}

.four {
	animation-duration: 2.65s;
}
.five {
	animation-duration: 2.8s;
}

.six {
	animation-duration: 2.95s;
}
.seven {
	animation-duration: 3.1s;
}

.eight {
	animation-duration: 3.25s;
}