@CHARSET "UTF-8";

body, html {
 	height: 100%;
 	margin: 0;
  	font-size: clamp(14px, 1vw, 16px);
}

@font-face {
	font-family: CourNew;
	src: url('/fonts/cour.ttf');
}

.navbar-custom {
	background-color: #fff !important;
}

.navbar-brand > h1 {
	font-size: 50px;
	text-transform: uppercase;
}

#terminal-header {
	height: 30px;
	background-color: green;
}

#terminal-location > p {
	color: #fff;
	display: inline;
	font-family: 'Times New Roman';
}

#terminal {
	font-family: CourNew;
	border: solid 2px green;
}

.row {
	background: #000;
}

.user, .command {
	padding: 0;
	margin: 0;
	display: inline;
}

.user {
	color: #00ff00;
}

#path {
	color: #0000ff !important;
}

#dollar {
	color: #aaaaaa !important;
}

a {
	color: inherit;
    text-decoration: inherit;
}

.stdout {
	margin: 0;
}

.indent {
	margin-left: 30px;
}

.content {
	margin-bottom: 10px;
}

.command, .stdout {
	color: #aaaaaa;
}

.specs {
	list-style-type: none;
}

#blinker {
	height: 17px;
	width: 10px;
	display: inline-block;
    animation: blinker 1s infinite;
}

@keyframes blinker {
    0%   {background-color: #00ff00;}
    25%  {background-color: #00ff00;}
    50%  {background-color: #000000;}
    100% {background-color: #000000;}
}
	
.footer {
	margin-left: 75px;
}
