
@font-face {
  font-family: Sixtyfour;
  src: url('../fnt/Sixtyfour-Regular.ttf');
}

@font-face {
  font-family: Orbitron;
  src: url('../fnt/Orbitron-Regular.ttf');
}

@font-face {
  font-family: SyneMono;
  src: url('../fnt/SyneMono-Regular.ttf');
}

@font-face {
  font-family: Electrolize;
  src: url('../fnt/Electrolize-Regular.ttf');
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; filter: blur(2px) grayscale(100%); } 
  to { }
}

@keyframes fadeIn {
  from { opacity: 0; filter: blur(2px) grayscale(100%); }
  to { }
}

@-webkit-keyframes fadeOut {
  from { width: 100%; opacity: 1; }
  to { width: 0%; opacity: 0; }
}

@keyframes fadeOut {
  from { width: 100%; opacity: 1;}
  to { width: 0%; opacity: 0; }
}

@keyframes scaleIn {
  from { filter: blur(5px) brightness(.5); scale: .98; }
  to { scale: 1 }
}


@keyframes spinClockwise {
  from { }
  to { transform: rotateZ(360deg) }
  to {}
}

@keyframes spinAnticlockwise {
  from { }
  to { transform: rotateZ(-360deg) }
  to {}
}

@keyframes spinFlip {
  from { }
  to { transform: rotateY(-180deg) }
  to {}
}

@keyframes fullFlip {
  from { }
  to { transform: rotateY(-360deg) }
  to {}
}

@keyframes bannerIn {
  from { 
    position: relative;
    left: -5px;
    transform: perspective(400px) rotateX(-180deg);
    filter: blur(10px) grayscale(100%);
    opacity: 0%;
  }
  to {}
}

@keyframes iconAppear {
  from { 
    position: relative;
    left: -50px;
    transform: perspective(400px) rotateX(-90deg);
    filter: blur(1px);
    scale: .1;
    opacity: 0%;
  }
  to {}
}
@keyframes contentIn {
  from {
    position: relative;
    left: -5px;
    filter: blur(5px);
  }
  to {}
}

@keyframes slideFilterMenuIn {
  from {
    transform: translate(100px, 200px);
    scale: .1;
  }
  to {}
}

@keyframes slideFilterMenuOut {
  from {}
  to {
    opacity: 0%;
  }
}

@keyframes linkFire {
  from {}
  to {
    filter: blur(2px);
  }
}

@keyframes pulseLine {
  0% {
    opacity: 100%;
    background-position: 100% 0%;
  }
  80% {
    opacity: 80%;
    background-position: -50% 0%;
  }
  100% {
    opacity: 0%;
    background-position: -50% 0%;
  }
}

html {
  width: 100%;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--scroll) var(--scroll-bar);
  scrollbar-gutter: auto;
  scroll-behavior: smooth;
  margin: 0;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Courier New', Courier, monospace;
  font-size: 100%;
  color: #000000;
  animation: fadeIn .5s;
  margin: 0;
  background-color: #000000;
}

a {
  color: #002200;
  text-decoration: none;
}
a:visited {
  color: #002200;
}
a:hover {
  color: #113311;
}
a:active {
  color: #116611;
}

select, option {
  font-family: Electrolize;
  color: #226622;
  background-color: #ffffff;
  outline: none;
  cursor: pointer;
}

select:focus {
  outline: 2px solid #226622;
  box-shadow: 0 0 5px #226622;
}

option:hover {
  background-color: #028002;
}

a[title]:hover::after {
  content: attr(title);
  outline: 2px solid #226622;
  box-shadow: 0 0 5px #226622;
}

.hide {
  position: absolute;
  visibility: hidden;
}

.background {
  position: fixed;
  opacity: 10%;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  z-index: -100;
  filter: brightness(.5);
  animation: scaleIn 3s;
  scale: 1.0; /* post animation target scale */
  overflow: hidden;
}

.root {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  visibility: visible;
}

.body-row-header {
  display: table-row;
  z-index: 10;
  margin: 0;
}

.body-row-header-cell {
  display: table-cell;
}

/* Filter */

.icon-accessibility {
  opacity: 80%;
  height: 15px;
  width: auto;
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 5;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px #008800);
}
.icon-accessibility:hover {
  scale: 1.2;
}
.icon-accessibility:focus {
  scale: 1.2;
  outline: 2px solid #226622;
  box-shadow: 0 0 5px #226622;
}

.accessibility-options {
  display: table;
  font-family: SyneMono !important;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding: 10px;
  border-color: #608060;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-radius: 0px 0px 0px 5px;
  background-color: #efffef;
  opacity: 98%;
  animation: slideFilterMenu .5s;
  /*
  transition: all 300ms ease;
  */
}

.accessibility-row {
  display: table-row;
}

.filter-title {
  display: table-cell;
  height: 40px;
  min-height: 40px;
  font-size: 130%;
}

.accessibility-label {
  display: table-cell;
  text-align: right;
  padding: 0px 5px 17px 5px;
  vertical-align: middle;
  user-select: none;
}

.setting-input {
  display: table-cell;
  text-align: left;
  padding: 0px 5px 0px 5px;
  vertical-align: middle;
  user-select: none;
}

.accessibility-text-size-input {
  font-family: Electrolize;
  font-size: initial;
}

.accessibility-text-size-anchor {
  font-size: 120%;
  cursor: pointer;
}
.accessibility-text-size-anchor:focus {
  outline: 2px solid #226622;
  box-shadow: 0 0 5px #226622;
}

.setting-slider {
  position: relative;
  top: -10px;
  height: 1px;
}
.setting-slider, .setting-slider::-webkit-slider-runnable-track {
  position: relative;
  -webkit-appearance: none;
  background: linear-gradient(to bottom, #ffffff00 30%, #ffeeff00 50%,#ffffff00 70%);
  cursor: pointer;
  outline: none;
  border-radius: 10px;
}

.setting-slider::-moz-range-track {
  background: #88cc88;
  box-shadow: 0 0 5px #006600;
}

.setting-slider::-moz-range-progress{
  background: #aaffaa;
  box-shadow: 0 0 5px #007700;
}

.setting-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #105010;
  border: 2px solid #aaddaa;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px #225522;
}
.setting-slider:hover::-webkit-slider-thumb {
  transform: scale(1.2);
}
.setting-slider:focus {
  filter: brightness(150%);
}

.setting-slider::-moz-range-thumb {
  background: #105010;
  border: 2px solid #aaddaa;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  cursor: pointer;
  box-shadow: 0 0 10px #225522;
}
.setting-slider::-moz-range-thumb:hover {
  transform: scale(1.2);
}

.setting-slider-bubble {
  position: relative;
  top: 8px;
  background-color: #405040;
  color: #60ff60;
  border-radius: 4px;
  padding: 2px 3px 2px 3px;
  font-size: 70%;
  font-weight: bold;
  opacity: 70%;
}

.switch-label {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 14px;
}

.switch-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-checkbox:checked + .switch-slider {
  background-color: #304030;
}
.switch-checkbox:checked + .switch-slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}
.switch-checkbox:focus + .switch-slider {
  background-color: #507050;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 4px;
  left: 0;
  right: 1px;
  bottom: -2px;
  background-color: #405040;
  border-radius: 4px;
  -webkit-transition: .4s;
  transition: .4s;
  outline: 2px solid #66aa66;
  box-shadow: 0 0 5px #407040;
}
.switch-slider::before {
  border-radius: 4px;
  position: absolute;
  content: "";
  height: 10px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: #60c060;
  -webkit-transition: .4s;
  transition: .4s;
}

/* Buttons */

.button {
  display: inline-block;
  color: #a0e0a0;
  background-color: #304030;
  padding: 2px 5px 2px 5px;
  border-width: 2px;
  border-style: outset;
  border-color: #80b080;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.button:focus {
  outline: 1px solid #226622;
  box-shadow: 0 0 3px #226622;
}
.button:hover {
  color: #b0ffb0;
  background-color: #405040;
}

/* Header / footer */

.header-table {
  position: relative;
  display: table;
  border-width: 0px 0px 1px 0px;
  border-color: #608060;
  border-style: solid;
}
.header-table::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0%;
  background: linear-gradient(to right, transparent 0%, #50b050c0 20%, transparent 100%);
  background-size: 200% 100%;
  animation: pulseLine 1s;
}

.header-row {
  display: table-row;
  background-color: #000000;
  opacity: 80%;
}

.header-left {
  display: table-cell;
}

.header-middle {
  display: table-cell;
  padding-left: 20px;
  width: 50%;
  vertical-align: bottom;
}

.header-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  min-width: 50px;
  padding-left: 30px;
}

.header-menu {
  display: table;
  font-family: SyneMono !important;
  position: relative;
  padding-left: 10px;
  opacity: 95%;
}

.header-menu ul li {
  list-style: none;
}
.header-menu ul li {
  border-width: 1px 1px 0px 0px;
  border-color: #608060;
  border-style: solid;
  mix-blend-mode: difference;
}
.header-menu ul li:first-child {
  border-radius: 5px 0px 0px 0px;
  border-width: 1px 1px 0px 1px;
  border-color: #608060;
  border-style: solid;
}
.header-menu ul li:last-child {
  border-radius: 0px 5px 0px 0px;
  border-width: 1px 1px 0px 0px;
  border-color: #608060;
  border-style: solid;
}
.header-menu ul li a {
  display: block;
  padding: 7px 10px 7px 10px;
  box-sizing: border-box;
}

.header-menu-link-anchor {
  color: #ddeedd;
  text-decoration: none;
}
.header-menu-link-anchor:visited {
  color: #ddeedd;
}
.header-menu-link-anchor:hover {
  color: #eeffee;
}
.header-menu-link-anchor:active {
  color: #22ee22;
}

.header-menu-link a:focus {
  color: #226622;
  outline: none; /* Remove default outline */
  box-shadow: 0 0 0 2px #226622; /* Add shadow */
}
.header-menu ul li:first-child a:focus {
  border-radius: 5px 0px 0px 0px;
}
.header-menu ul li:last-child a:focus {
  border-radius: 0px 5px 0px 0px;
}

.header-menu-items {
  display: table-row;
  /* animation: fadeIn 3s; */
}

.header-menu-link {
  display: table-cell;
  font-size: 130%;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
  background-color: #121512;
}
.header-menu-link:hover {
  background-color: #203020;
  color: #d0f0d0;
  text-shadow: 0 0 3px #012408, 0 0 5px #000000;
  filter: drop-shadow(0px 0px 2px #008800);
}

.logo {
  display: table;
  position: relative;
  left: 5px;
  padding: 2px;
  text-shadow: 0 0 3px #012408, 0 0 5px #009030;
  /* animation: fadeIn 3s; */
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

.logo-p1a {
  display: table-cell;
  font-size: 235%;
  font-family: Orbitron;
  font-weight: bold;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  color: #90b090;
}

.logo-p1b {
  display: table-cell;
  font-size: 200%;
  display: table-cell;
  font-family: Sixtyfour;
  color: #009010;
}

.logo-p2 {
  position: relative;
  top: -5px;
  left: 1px;
  display: table-row;
  text-align: center;
  font-size: 60%;
  font-family: Orbitron;
  letter-spacing: 3px;
  color: #d0eed0;
}

.footer-table {
  font-family: 'Orbitron';
  font-size: 70%;
  bottom: 0;
  background-color: #000000;
  opacity: 95%;
  color: #aaddaa;
  text-align: right;
  vertical-align: middle;
  padding: 10px;
}

.footer-left {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.footer-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.link-soc14l {
  vertical-align: middle;
  cursor: pointer;
  font-size: 110%;
}
.link-soc14l:hover {
  filter: drop-shadow(0px 1px 1px #008800);
}
.link-soc14l:hover .icon-soc {
  animation: spinClockwise 1s;
}
.link-soc14l a:focus {
  outline: 2px solid #226622;
  box-shadow: 0 0 5px #226622;
}

.icon-soc14l {
  position: relative;
  left: -3px;
  top: 2px;
  height: 15px;
  filter: drop-shadow(0px 1px 1px #008800);
  animation: spinAnticlockwise 1s;
  visibility: visible;
}

.footer-right {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.footer-contact {
  cursor: pointer;
  text-align: left;
  z-index: 20;
  font-size: 130%;
  white-space: nowrap;
}
.footer-contact:hover {
  text-shadow: 0 0 3px #012408, 0 0 5px #009030;
  color: #b0f0c0;
}
.footer-contact a:focus {
  outline: 2px solid #226622;
  box-shadow: 0 0 5px #226622;
}
.footer-contact:active {
  color: #bcddaa;
}

.email-icon {
  vertical-align: middle;
  width: 32px;
  height: 15px;
  fill: #60ee60;
  animation: spinAnticlockwise 1s;
}
.footer-contact:hover .email-icon {
  animation: spinClockwise .5s;
}
.footer-contact:active .email-icon {
  animation: spinFlip 1s;
}

.footer-policy {
  cursor: pointer;
  z-index: 20;
  user-select: none;
  -webkit-user-select: none;
}
.footer-policy:hover {
  text-shadow: 0 0 3px #012408, 0 0 5px #009030;
  color: #b0f0c0;
}
.footer-policy a:focus {
  outline: 2px solid #226622;
  box-shadow: 0 0 5px #226622;
}
.footer-policy:active {
  color: #bcddaa;
}

.footer-copy {
  user-select: none;
  -webkit-user-select: none;
}

/* Body / content */

.body-row-content {
  display: table-row;
  height: 100%;
  width: 100%;
  margin: 0;
}

.body-row-page-cell{
  display: table-cell;
  width: 100%;
  /* padding: 0px 15px 15px 15px; */ /* Edges around page content */
}

.body-row-footer {
  display: table-row;
  width: 100%;
}

.page-table {
  display: table;
  width: 100%;
  margin: 0;
}

.page-row {
  display: table-row;
  width: 100%;
}

.page {
  display: table-cell;
  width: 100%;
  text-align: left;
  /*animation: fadeIn 3s;*/
  background-color: #ffffff;
  opacity: 80%;
  padding: 25px 40px 25px 40px;
  border-color: #205020;
  border-radius: 0px 0px 16px 16px;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #080908 50%, #00000000 95%) 1;
  border-bottom:0;
  /*background: linear-gradient(to bottom, #ffffffff 20%, #ffffff88 95%, #ffffff40 100%);*/
}

.page-banner {
  font-size: 180%;
  font-family: Orbitron !important;
  filter: drop-shadow(0px 0px 3px #008800);
  animation: bannerIn 1s;
  user-select: none;
  -webkit-user-select: none;
  padding-bottom: 10px;
}

.page-banner-block {
  display: inline;
}

.page-banner-block-alt {
  display: inline;
  font-size: 90%;
  font-family: SixtyFour !important;
  color: #009010;
}

.page-banner-block-large {
  display: inline;
  font-size: 130%;
}

.page-banner-block-large-alt {
  display: inline;
  font-size: 110%;
  font-family: SixtyFour !important;
  color: #009010;
}

.page-content {
  display: table;
  table-layout: fixed;
  font-family: Electrolize;
  font-size: 115%;
  animation: contentIn 1s;
}

.page-content-block {
  display: table-row;
  text-align: justify;
  text-justify: distribute;
  width: 100%;
  height: 100%;
}
.page-content-block:hover img, .page-content-block:hover div {
  /*filter: drop-shadow(0px 0px 3px #008800);*/
  /*color: #ccffcc;*/
}

.page-content-block-image-container {
  display: table-cell;
  vertical-align: top;
}

.page-content-block-image-container img {
  animation: iconAppear 1s;
  margin-top: 8px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
}

.page-content-bold {
  font-weight: bold;
}

.page-content-text {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0px 5px 0px;
  user-select: none;
  -webkit-user-select: none;
}

.page-content-link {
  font-weight: bold;
  font-style: italic;
  cursor: pointer;
  color: #001100;
}
.page-content-link:hover {
  text-decoration: underline;

}
.page-content-link:active {
  /*filter: drop-shadow(1px 1px 1px #00cc00);*/
  color: #60ff60;
  animation: linkFire 1s;
}

/* EOF */