:root {
 --background-accent: #3b3b3b;
 --background-hlight: #c0c0c0;
 --navtext-light:#e0e0e0;
 --navtext-dark: #2e2e2e;
 --navtext-light-hlight:#fafafa;
 --navtext-dark-hlight:#0c0c0c;
 --button-bg: #232323;
 --button-bg-hover: #343434;
 --metatext:#676767;
 --metatext-hlight:#CDCDCD;
 color-scheme: dark light;
}
*, *::before, *::after {
 box-sizing: border-box;
}
html, body {
 margin:0;
 padding:0;
 min-width:480px;
 color:#C9C9C9;
 font-family: Arial;
 font-weight: 400;
 font:12px arial,verdana,sans-serif;
 text-align:center;
}
img {
  border:0px solid transparent;
}
script {
 display: none;
}
a {
 text-decoration: none;
}
button {
 background: var(--button-bg);
 color:#C9C9C9;
 border-color: #343434;
 border-radius: 5px;
 padding: 2px 5px;
 font:12px arial,verdana,sans-serif;
 text-align:center;
}
ul {
 list-style-type:none;
}
li {
 margin-left: -40px;
 border:0x dashed transparent;
}
/* ######################*/
@font-face {
 font-family: "Share Tech Mono";
 src: url('/css/ShareTechMono-Regular.ttf');
}
@font-face {
 font-family: "Atomic Clock Radio";
 src: url('/css/AtomicClockRadio.ttf');
}
.clock {
 position: fixed;
 right: 5px;
 top: 110px;
 z-index: 995;
 transform: translateY(-40px);
 border: 2px solid #454545;
 border-radius:5px;
 color: #A9A9A9;
 font-size: 24px;
 font-family: 'Atomic Clock Radio';
 padding: 0.3em 0em 0.1em 0em ;
 width: 180px;
 background: rgba(50, 50, 50, 0.5) ;
   -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 float:right;
 display: none;
 transition: opacity 5s;
 /*transition: border-color 3s;*/
 /*transition: color 3s; */
 transition-delay: 5s;
}
.clock:hover {
 opacity: 0.3;
 cursor: move;
 transition: opacity 1s ;
 /*border-color: #C9C923;
 transition: border-color 1s ; */
 /*color: #232323;
 transition: color 1s ; */
}
header {
 background: var(--background-accent);
 text-align: center;
 position: fixed;
 z-index: 990;
 width: 100%;
}
header a {
 text-decoration: none;
}
footer {
 background: var(--background-accent);
 color: var(--metatext);
 text-align: center;
 position: fixed;
 z-index: 999;
 width: 100%;
 bottom: 0px;
 display:grid;
 gap: 1rem;
 grid-template-columns: 3fr 180px;
}
div.footer{
 transition: color 3s ;
 transition-delay: 5s;
}
div#requesturi{
 text-align: left;
 padding:0.5em;
}
div#requestime{
  text-align: right;
  padding:0.5em;
}
div#requesturi:hover{
 color:var(--metatext-hlight);
 cursor: none;
 transition: color 1s ;
}
div#requestime:hover{
 color:var(--metatext-hlight);
 cursor: none;
 transition: color 1s ;
}
div.content {
  position: fixeticky;
  height: 99vh;
  padding-top: 80px;
  /*background-color: #121212;*/
  background-image: url(/img/dawid-zawila--G3rw6Y02D0-unsplash.jpg); 
  background-blend-mode: multiply;
  background-size: cover;
  background-position-y: 0%;
}
.logo {
 font-size: 1.2rem;
 padding: 20px;
 color: var(--navtext-light);
 font-family: 'Work Sans', sans-serif;
 font-weight: 400;
 font-weight: bold;
}
.nav-toggle {
 position: absolute !important;
 top: -9999px !important;
 left: -9999px !important;
}
.nav-toggle:focus ~ .nav-toggle-label {
 outline: 3px solid rgba(lightblue, .75);
}
.nav-toggle-label {
 position: absolute;
 top: 0;
 left: 0;
 margin-left: 1em;
 height: 100%;
 display: flex;
 align-items: center;
}
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
 display: block;
 background: white;
 height: 3px;
 width: 1.5em;
 border-radius: 2px;
 position: relative;
}
.nav-toggle-label span::before,
.nav-toggle-label span::after {
 content: '';
 position: absolute;
}
.nav-toggle-label span::before {
 bottom: 7px;
}
.nav-toggle-label span::after {
 top: 7px;
}
nav {
 position: absolute;
 text-align: left;
 top: 100%;
 left: 0;
 transform: scale(1, 0);
 transform-origin: top;
 transition: transform 500ms ease-in-out 300ms;
}
nav ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
nav li {
 margin: 0;
 padding: 10px;
 background: var(--background-accent);
}
nav li:last-child {
 border-bottom-right-radius: 10px;
}
nav li:hover {
 background-color: var(--background-hlight);
 color: var(--navtext-dark-hlight);
}
nav div:hover {
 color: var(--navtext-dark-hlight);
}
nav a {
 color: var(--navtext-light);
 text-decoration: none;
}
nav a div {
 padding-left: 1em;
 padding-right: 1em;
 padding-top: 0.5em;
 padding-bottom: 0.5em;
 background-color: none;
 opacity: 0;
 transition: opacity 250ms ease-in-out 100ms ;
}
.nav-toggle:checked ~ nav {
 transform: scale(1,1);
 transition: transform 200ms ease-in-out;
}
.nav-toggle:checked ~ nav a div {
 opacity: 1;
 transition: opacity 300ms ease-in-out 200ms;
}
@media screen and (min-width: 1800px) {
 .nav-toggle-label {
   display: none;
 }
 header {
   display: grid;
   grid-template-columns: 1fr auto minmax(600px, 3fr) 1fr;
 }
 .logo {
   grid-column: 2 / 3;
 }
 .clock {
    display: unset;
 }
 nav {
   position: relative;
   text-align: left;
   transition: none;
   transform: scale(1,1);
   background: none;
   top: initial;
   left: initial;
   grid-column: 3 / 4;
   display: flex;
   justify-content: flex-end;
   align-items: center;
 }
 nav ul {
   display: flex;
 }
 nav li {
   margin-left: 0;
   margin-bottom: 0;
   background-color: none;
 }
 nav li:last-child {
   border-top-right-radius:  0.5em;
   border-bottom-right-radius:  0.5em;
 }
 nav li:first-child {
   border-top-left-radius:  0.5em;
   border-bottom-left-radius:  0.5em;
 }
 nav li:hover {
   background-color: var(--background-accent);
   /*background-color: none;*/
 }
 nav a {
   position: relative;
   text-decoration: none;
 }
 nav a div {
   opacity: 1;
   color: var(--navtext-light);
   height: 100%;
   /*background-color: green;*/
   line-height: 1;
   display: inline-block;
   vertical-align: middle;
  }
 nav a div:hover {
   color: var(--navtext-light-hlight);
 }
 nav a div::after {
   content: '';
   display: block;
   height: 4px;
   background-color: var(--background-hlight);
   border-radius: 5px;
  position: absolute;
   bottom: -1em;
   left: 1em;
   right: 1em;
   transform: scale(0, 1);
   transition: transform ease-in-out 300ms;
 }
 nav div:hover::after {
   transform: scale(1,1);
 }
}
div.message{
 position: fixed;
 border: 3px solid #121212;
 border-radius:5px;
 width:200px;
 height: 50px;
 background: rgba(50, 50, 50, 0.5) ;
   -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 display: none;
}
div.pagedata {
 position: fixed;
 padding: 10px ;
 border: 1x dashed transparent ;
 height: 92.5vh;
 width: 100vw;
 margin-top : -68px ;
 overflow:auto;
}
div.linklist {
 max-width:500px;
 min-width:150px;
 border: 2px solid #121212;
 border-radius:10px;
 margin: 20px auto;
 padding:10px;
 text-align:center;
 /*background-color: red;*/
 background: rgba(50, 50, 50, 0.5) ;
   -webkit-backdrop-filter: blur(5px);
 backdrop-filter: blur(5px);
}
div.linkedblabel {
 margin:20px;
 padding : 5px;
 border: 3px solid #343434;
 border-radius:5px;
 text-decoration:none;
 color:#C9C9C9;
 background-color: #454545;
 box-shadow: 7px 7px 8px #232323;
 transition: border-color 2s ease, box-shadow 2s ease, color 2s ease;
}
div.linkedblabel:hover {
 color:#00FF00;
 border: 3px solid #00FF00;
 /*background-color: #565656;*/
 box-shadow: 7px 7px 8px #00A900;
 transition: border-color 250ms ease, box-shadow 250ms ease, color 250ms ease;
}
div.linklist table {
  margin: 5px;
  border-collapse: collapse;
  width: 95%;
  border:2px solid grey;
}

div.datafield {
 max-width:600px;
 min-width:150px;
 border: 2px solid #121212;
 border-radius:10px;
 margin: 20px auto;
 padding:10px;
 text-align:center;
 /*background-color: red;*/
 background: rgba(50, 50, 50, 0.5) ;
   -webkit-backdrop-filter: blur(5px);
 backdrop-filter: blur(5px);
 max-height: 85vh;
 overflow: revert-layer ;
 overflow-x: hidden;
}
div.datafield table {
  margin: 15px auto 30px auto;
  width: 95%;
  border-top:2px solid #676767;
  padding:5px;

}
div.datafield td.dataattrib {
  color:#A9A9A9;
  font-family: arial ,sans-serif;
  text-align:right;
  padding-right:10px;
  font-size: 1.2rem;
  vertical-align: text-top;
  width: 30%;
}

div.datafield td.datavalue {
  color:#efefef;
  text-align: left;
  padding-left: 5px;
  font-size: 1.5rem;
  vertical-align: text-top;
}
div.datafield tr {
  line-height: 2em;
}
/*###### error message ######*/

div.errorcontent {


}

div.errormessage {
  width:90vw;
  max-width:600px;
  min-width:150px;
  max-height: 85vh;
  border: 5px solid #EF0000;
  border-radius:15px;
  margin: 20px auto;
  padding:30px;
  text-align:center;
  font-family:Arial; 
  font-size:2rem ;
  background: rgba(100, 10, 10, 0.5) ;
   -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  overflow: revert-layer ;
  overflow-x: hidden;
}

/*###### video player begin ######*/
div.videolist {
 width: 300px;
 height:400px;
 border: 10px dashed #FF0000;
 margin: 50px;
 padding: 20px;
 background-color: #340000;
}
div.videolist a {
 font-size: 2rem;
 padding: 10px 25px;
 text-align: center;
 display: inline-block;
 margin: 0px;
 cursor: default;
}
div.videolist a button {
 font-size: 1.2em;
 color: #A9A9A9;
 padding: 5px 30px;
}
div.videolist a:visited button span.notnew {
 color: var(--button-bg);
}
div.videolist a:visited button:hover span.notnew {
 color: var(--button-bg-hover);
}
div.videolist a button:hover {
 cursor: pointer;
 background: var(--button-bg-hover);
 color: #A9A9B9;
}
div.videocontainer {
  position: fixed;
  padding: 20px ;
  margin-top: -25px;
  border: 1px dashed transparent ;
  height: 95vh;
  width: 100vw;
}
div.videoplayer {
 border: 2px solid #343434;
 border-radius: 15px;
 margin-bottom: 30px;
 padding: 15px;
 overflow:hidden;
 background: rgba(50, 50, 50, 0.5) ;
   -webkit-backdrop-filter: blur(5px);
 backdrop-filter: blur(15px);
 max-height: 95vh;
}
div.videotitle  {
  font-size: 1.7em ;
  border-radius: 10px;
  background: rgba(50, 50, 50, 0.7) ;
  padding:5px;
  margin:5px auto;
  width:66%;
  min-width:300px;
  max-width:1000px;

}
div.videotext  {
  font-size: 1.5em ;
  background: rgba(50, 50, 50, 0.1) ;
  border-radius: 10px; 
  padding:5px;
  margin:10px auto;
  width: 80%;
  text-justify:  block;
  text-align: center;
}
div.videoplayer video {
  max-height: 82vh ;
  max-width: 100%;
  margin: 10px auto 10px auto;
  object-fit: contain;
  top: 0;
  /*opacity: 0.5;*/
  border-radius: 10px;
  border: 1px solid #121290;
}
div.videocontainer button {
 font-size: 1.5em;
 color: #A9A9A9;
 padding: 5px 20px;
 margin: 7px;
}
div.videocontainer button:hover {
 cursor: pointer;
}
/*###### video player end ######*/

/*###### text content begin ######*/

div.pagecontainer{
  border: 1px dashed transparent;
  border-radius: 10px;
  background: rgba(50, 50, 50, 0.5) ;
   -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding:50px ;
  max-width: 95vw;
  height:87vh;
  margin: 10px auto;
  overflow: revert-layer ;
  overflow-x: hidden;

}
div.standardtext{
  border: 3px solid #454545;
  border-radius: 10px;
  width: 95%;
  max-width:1000px;
  margin:10px auto;
  background-color: rgba(12, 12, 12, 0.5);
  color:white;

  font-size: 1.5em;
  padding:20px;

}

div.standardtext p {
  padding: 10px;
  text-justify:  block;
  text-align: justify;
}
/*###### text content end ######*/

