@font-face {
    font-family: 'Courier 10 Pitch';
    src: url('assets/fonts/courier_10_pitch_bold.otf');
}
@font-face {
  font-family: 'Courier 10 Pitch';
  src: url("assets/fonts/courier_10_pitch_regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: 'Courier 10 Pitch';
  src: url("assets/fonts/courier_10_pitch_bold.otf") format("opentype");
  font-weight: bold;
}
html::-webkit-scrollbar {
    display: none;
}
body {
	background: #101010;
    box-shadow: 0 0 0 2px #191919;
	font-family: 'Courier 10 Pitch' !important; 
	/*courier*/
	/*normal 16px monospace*/
	font-size: 18px;
	color: rgba(0, 0, 0, .3);
	/*-webkit-text-fill-color: #fff;*/
	/*text-shadow: 0 0 5px #3f3;*/
	/*-webkit-text-fill-color: rgb(240 255 240);*/
 /*   text-shadow: 1px 1px 2px black, 0 0 25px #5cff69, 0 0 5px #4bff49;*/
    -webkit-text-fill-color: rgb(240 255 240);
    text-shadow: 1px 1px 2px #5f5f5f, 0 0 15px #5cff69, 0 0 5px #4bff49;
	padding: 10px 15px;
	/*padding-right: 20%;*/
}
.content-container .archive:not(:has(#date:not(:empty))),
.content-container .text,
.content-container div {
    /*padding-bottom: 5px;*/
    /*display: block;*/
}
.content-container .archive:not(:has(#date:empty)) {
    display: none;
}
.turret,.mario,.clocks {
    top: -65px;
    right: 10px;
    transition: 2s ease;
    position: fixed;
    max-width: 150px;
    max-height: 60px;
    z-index: -1;
}
.refs-container {
    position: relative;
}

.refs-container td {
    padding: 0 15px;
    padding-bottom: 0;
}
@media(max-width: 767px){
    .turret,.mario,.clocks {
        width: 50px;
    }
}
.turret.playing,.mario.playing,.clocks.playing {
    top: 10px;
}
.processing span {
    bottom: -2px;
    position: relative;
}
.processing span.active {
    bottom: 2px;
}
.projHover {
    position: absolute;
    width: 100%;
    height: calc(100% - 3px);
    pointer-events: none;
}
.projimg:hover .projHover {
    background: #12ca125c;
}
div#stripes {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
       background-image: linear-gradient(180deg, rgba(0, 0, 0, .3) -5%, transparent 75%, transparent 50%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .3) 28%, transparent 5%, transparent 100%);
    background-size: 1px 2px;
    pointer-events: none;
}
* {
    -webkit-user-select: none;
    user-select: none;
}
@keyframes MoveUpDown {
  0% {
    top: -400px;
  }
  100% {
    top: calc(100vh + 400px);
  }
}
@keyframes MoveUpDown2 {
  0% {
    top: -400px;
  }
  100% {
    top: calc(100vh + 400px);
  }
}
#scan-line1 {
    animation: MoveUpDown2 3.5s linear infinite;
    transition: 5s ease;
    width: 100%;
    height: 100px;
    background: #0000000a;
    pointer-events: none;
}
#scan-line2 {
    animation: MoveUpDown 5s linear infinite;
    width: 100%;
    height: 200px;
    background: #0000000a;
    pointer-events: none;
}
#scan-lines-wrapper {
    position: fixed;
    width: 100vw;
    left: 0;
    top: -400px;
    height: calc(100vh + 400px);
}
*[contenteditable=true] {
    -webkit-user-select: text;
    user-select: text;
}
body {
        background: #191919;
            overflow: scroll;
}
.command-list {
    display: inline-block;
    margin: 10px 0 0 15px;
    padding: 2px 40px 2px 20px;
    color: #32462F;
    border: 2px solid #47553C;
    border-bottom: none;
    text-transform: uppercase;
    position: relative;
        max-width: 135px;
}
.command-list:before {
    position: absolute;
    right: -1px;
    top: -1px;
    content: '';
    border-top: 25px solid #47553C;
    border-left: 25px solid transparent;
}
.command-list:after {
    position: absolute;
    right: -3px;
    top: -2px;
    content: '';
    border-top: 25px solid #191919;
    border-left: 25px solid transparent;
}
.table1 {
    /*margin: 20px 0px 20px 20px;*/
    /*border: 2px solid green;*/
    padding: 10px;
    /*border-right: 1px solid green;*/
    min-height: 175px;
    /*background: #16270F;*/
    background: linear-gradient(45deg, transparent 12px, #16270F 12px);
}
.list-solid {
    padding: 12px;
    display: inline-block;
    min-width: 212px;
    background: linear-gradient(45deg, transparent 12px, #16270F 12px);
}
.table2 {
    /*margin: 20px 20px 20px 0px;*/
    padding: 10px;
    /*border-left: 1px solid green;*/
    min-height: 175px;
    background: #16270F;
     /*background: linear-gradient(45deg, transparent 12px, #16270F 12px);*/
}
.table-container {
    border: 2px solid #47553C;
    margin: 0px 10px 10px 0;
    padding: 10px 10px 10px 5px;
    border-left: none;
}
.table-container.first {
    background: linear-gradient(45deg, transparent 12px, transparent 12px);
     margin: 0px 0px 10px 10px;
     padding: 10px 5px 10px 10px;
     border-left: 2px solid #47553C;
    border-right: none;
    position:relative; 
}
.table-container.first:before, .refs-container:before {
  position: absolute;
    left: -1px;
    bottom: -1px;
    content: '';
    border-bottom: 24px solid #47553C;
    border-right: 24px solid transparent;
}
.table-container.first:after, .refs-container:after {
       position: absolute;
    left: -3px;
    bottom: -2px;
    content: '';
    border-bottom: 24px solid #191919;
    border-right: 24px solid transparent;
}
.lists-container {
    display: flex;
    align-items: start;
    flex-direction: row;
}
.list-container {
   display: inline-flex;
    flex-direction: column;
    margin-right: 10px;
}
.list-right-container {
        display: flex;
    flex-wrap: wrap;
}
.list-border {
    border: 2px solid #47553C;
    margin: 0px -10px 10px 10px;
    padding: 10px 10px 10px 10px;
    position: relative;
    display: inline-block;
}
.list-border:before {
    position: absolute;
    left: -1px;
    bottom: -1px;
    content: '';
    border-bottom: 24px solid #47553C;
    border-right: 24px solid transparent;
}
.list-border:after {
    position: absolute;
    left: -3px;
    bottom: -2px;
    content: '';
    border-bottom: 24px solid #191919;
    border-right: 24px solid transparent;
}
canvas {
  background: #101010;
  box-shadow: 0 0 0 2px #191919;
  display: block;
  left:0;
  top:0;
  position: absolute;
} 


td {
  vertical-align: top;
}

.archive {
	color: #92989C;
}

.arrow {
	color: #70F583;
	/*margin-right: 15px;*/
}

.directory {
	color: #8DF5E7;
	margin-right: 10px;
	/*-webkit-text-fill-color: #bdf3bc;*/
}

.commit {
	color: #E4DC6B;
	margin-right: 10px;
}
div {
    padding: 0 0 2px 0;
}
.paragraph {
	color: #92989C;
	margin-right: 10px;
	border: 0;
	background: inherit;
	font-size: inherit;
	font-family: inherit;
	display: inline;
	padding: 0;
}

.paragraph:focus {
	outline: none;
}

.text {
	color: #92989C;
	margin-right: 10px;
	background: inherit;
	font-size: inherit;
	font-family: inherit;
}

a {
	color: #9bff85;
	text-decoration: none;
	-webkit-text-fill-color: #9bff85;
}

a:hover {
	text-decoration: underline;
}

br {
	display: none;
}
.p-add {
    display: inline-block;
}
#name-input, #current-p {
    width: 80%;
    color: transparent;
   text-shadow: 0 0 5px #3f3;
   display: inline-block;
   caret-color: transparent;
    max-width: 230px;
}
.arrow {
    color: transparent;
   text-shadow: 0 0 5px #3f3;
   display: inline-block;
}

#name-input:focus, .arrow:focus {
    outline: none;
}
.loading-font {
    font-size: 18px;
    max-width:100%;
}
.oh {
    overflow: hidden;
    max-width: 100%;
}
.blinking {
    display: inline-block;
    animation: blinker 0.9s infinite step-end;
    transition:none;
    font-size: 15px;
}
.no-blink {
    display: none;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
p {
	margin-top: 0;
	margin-bottom: 0;
}

h3, .heading {
	color: #B8565F;
	font-weight: bold;
    letter-spacing: 1.1;
	/*-webkit-text-fill-color: #c9ffb5;*/
	/*text-transform: uppercase;*/
}

.entry {
	margin-bottom: 5px;
}

.highlight {
    font-weight: bold;
    min-width: 100px;
}

/* digital portfolio*/
.project {
  width: 30%;
  /*overflow: auto;*/
  float: left;
  margin-right: 5%;
  margin-bottom: 15px;
}

@media screen and (min-width: 868px) {
  .project {
    width: 30%;
    /*overflow: auto;*/
    float: left;
    margin-right: 5%;
    margin-bottom: 15px;
  }

  .project:nth-child(3n+1) {
    clear: left;
  }

  .project:nth-child(3n+3) {
    clear: right;
    margin-right: 0;
  }
}

.projimg, .project img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    overflow: hidden;
}
.projImg {
    position: relative;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.project.in-progress .projimg:after {
    content: '\f013';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 180px;
    animation: rotation 10s infinite linear;
    pointer-events: none;
}

.projectinfo {
  width: 100%;
  margin-top: 5px;
  line-height: 1.4em;
  font-weight: 300;
}

.project-title {
  width: 100%;
}

.project-title h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.which-pub {
  color: #706EE1;
}

#digital {
  font-size: 1em;
}

@media screen and (max-width: 867px) {
  .project {
    width: calc(95%/2);
    margin-bottom: 20px;
  }
  .project:nth-child(2n+1) {
    clear: left;
    margin-right: calc(5%/1);
  }

  .project:nth-child(2n) {
    clear: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 520px) {
  .project {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/*** scanlines ***/
.scanlines {
  /*position: relative;*/
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.scanlines:before, .scanlines:after {
  display: block;
  /*pointer-events: none;*/
  content: '';
  /*position: absolute;*/
}
.scanlines:before {
     width: 100%;
    height: 4px;
    z-index: 2147483649;
        background: rgba(0, 0, 0, 0.24);
    opacity: 0.35;
    -webkit-animation: scanline 6s ease infinite;
    animation: scanline 6s ease infinite;
    animation-direction: reverse;
}
.scanlines:after {
       top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483648;
    height: 100%;
    /* position: absolute; */
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.18) 51%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.18) 51%);
    background-size: 100% 4px;
    -webkit-animation: scanlines 0.1s steps(75) infinite;
    animation: scanlines 0.1s steps(75) infinite;
    animation-direction: reverse;
}
 
/* ANIMATE UNIQUE SCANLINE */
@-webkit-keyframes scanline {
  0% {
    -webkit-transform: translate3d(0, 200000%, 0);
            transform: translate3d(0, 200000%, 0);
  }
}
@keyframes scanline {
  0% {
    -webkit-transform: translate3d(0, 200000%, 0);
            transform: translate3d(0, 200000%, 0);
  }
}
@-webkit-keyframes scanlines {
  0% {
    background-position: 0 50%;
  }
}
@keyframes scanlines {
  0% {
    background-position: 0 50%;
  }
}
.table-flex {
    display: flex;
    flex-direction: row;
}
/*** scanlines2 ***/
.scanlines2 {
  /*position: relative;*/
  position: absolute;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.scanlines2:before, .scanlines2:after {
  display: block;
  /*pointer-events: none;*/
  content: '';
  /*position: absolute;*/
}
.scanlines2:before {
    width: 100%;
    height: 250px;
    z-index: 2147483649;
    background: rgba(0, 0, 0, 0.38);
    opacity: 0.25;
    -webkit-animation: scanline2 7s ease infinite;
    animation: scanline2 7s ease infinite;
    animation-direction: reverse;
}
.scanlines2.scanlines3:before {
    width: 100%;
    height: 250px;
    z-index: 2147483649;
    background: rgba(0, 0, 0, 0.38);
    opacity: 0.25;
    -webkit-animation: scanline2 10s ease infinite;
    animation: scanline2 10s ease infinite;
    animation-direction: reverse;
}
/* ANIMATE UNIQUE SCANLINE2 */
@-webkit-keyframes scanline2 {
  0% {
    -webkit-transform: translate3d(0, 200000%, 0);
            transform: translate3d(0, 200000%, 0);
  }
}
@keyframes scanline2 {
  0% {
    -webkit-transform: translate3d(0, 200000%, 0);
            transform: translate3d(0, 200000%, 0);
  }
}
@-webkit-keyframes scanlines2 {
  0% {
    background-position: 0 100%;
  }
}
@keyframes scanlines2 {
  0% {
    background-position: 0 100%;
  }
}
.table-container-responsive {
    display: none;
}
@media(max-width: 700px){
    .table-container.first.table-container-responsive {
        border-right: 2px solid #47553C;
        display: block;
        padding-right: 10px;
        margin-left: 0;
    }
    .table-container:not(.table-container-responsive) {
        display: none;
    }
    .table1.highlight {
        width: 90px;
    }
}
@media(max-width: 800px){
    .lists-container,
    .list-right-container {
        display: inline-block;
    }
}