@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans-Regular-webfont.woff2") format("woff2"),
    url("/fonts/OpenSans-Regular-webfont.woff") format("woff");
}

html {
  scroll-behavior: smooth !important;
}

body {
  background-color: black;
  color: sandybrown;
  margin: 3;
  padding-bottom: 140px;
  padding-top: 150px;
}

.remove-all-styles {
  all: revert;
}

h2 {
  color: white;
  text-shadow: 3px 3px 10px sandybrown;
}

h3 {
  color: white;
  text-shadow: 3px 3px 10px sandybrown;
}

h4 {
  color: white;
  text-shadow: 3px 3px 10px sandybrown;
}

a:link {
  color: wheat;
}

a:visited {
  color: peru;
}

a:hover {
  color: darkkhaki;

}

div {
  text-align: justify;
}

hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(255, 255, 255, 0.5);
}

tbody tr:nth-child(even) {
  background-color: #222;
}

table, th, td {
  border: 1px solid dimgray;
  border-collapse: collapse;
}

.sticky {
  background: #444;
  position: sticky;
  top: 0;
  /* Don't forget this, required for the stickiness */
}

.stickyb {
  background: #844;
  bottom: 0;
  /* Don't forget this, required for the stickiness */
  position: sticky;
}

#tablemanager {
  max-height: 638px;
  overflow: scroll;
}

#searchbox {
  max-height: 150px;
  overflow: auto;
}

.two-col {
  color: sandybrown;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  column-gap: 60px;
  column-rule: 3px double sandybrown;
  margin-left: 1cm;
}

.three-col {
  color: sandybrown;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  column-gap: 60px;
  column-rule: 3px double sandybrown;
  margin-left: 1cm;
}

.four-col {
  color: sandybrown;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  column-gap: 60px;
  column-rule: 3px double sandybrown;
  margin-left: 1cm;
}

.fontc {
  /*font-family: 'VT220', sans-serif;*/
  font-family: 'Noto Sans', sans-serif;
  font-size: 100%;
  text-align: justify;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 10;
}

.menu {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10;
}
.center {
  display: block;
  text-align: center;
}
.centered {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

table[align="center"] {
  margin: 0 auto;
}

.hoverTable {
  width: auto;
  border-collapse: collapse;
}

.hoverTable a {
  color: sandybrown;
}

.hoverTable th, td, tbody {
  padding: 1px;
  border: dimgray 1px solid;
  text-align: center;
}

/* Define the default color for all the table rows */
.hoverTable tr {
  background: black;
}

/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
  background-color: #FFFFFF;
  color: #F00;
  transition: all 0.5s ease
}

.hoverTable a:hover {
  background-color: #FFFFFF;
  color: #F00;
  transition: all 0.5s ease;
}

.fontl {
  font-family: 'Noto Sans', sans-serif;
  font-size: 85%;
  text-align: left;
}

.fontb {
  font-family: 'Noto Sans', sans-serif;
  font-size: 100%;
  text-align: center;
}

.bTable {
  width: 100%;
  border-collapse: collapse;
}

.bTable th, td, tbody {
  padding: 1px;
  border: dimgray 2px solid;
  text-align: center;
}

.top-img {
  border: 0px solid white;
  position: absolute;
  right: 0px;
  top: 3px;
  width: 90px;
  max-width: 45px;
}

.padding {
  padding: 5px 5px 0px 5px;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: 'Noto Sans', sans-serif;
  height: 40px;
  display: flex;
  justify-content: center;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: 2px 2px 7px sandybrown;

}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;

}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 13px;
  border: none;
  top: 0px;
  font-weight: bold;
  outline: none;
  color: white;
  padding: 3px 10px;
  background-color: inherit;
  text-shadow: 3px 3px 10px sandybrown;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: chocolate;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #151515;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.botbar {
  color: white;
  text-shadow: 3px 3px 10px sandybrown;
  opacity: 0.88;
  margin: 0px;
  position: fixed;
  background-color: #202020;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 25px;
  padding: 3px 0px 0px;
}

.botbar a {
  color: white;

}

.botbartxt {
  padding: 30px;
}

.txtsqz {
  margin: 0 auto;
  padding-top: 10px;
  max-width: 1024px;
  width: 94%;
}

#video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background-color: lightgray;
  background-size: fill;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% -50%);
}

.tagline {
  background-color: lightblue;
  padding: 30px 30px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 0;
}

#myVideo {
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;

}

.space {
  padding-bottom: 70px;
}

#darkVideo {
  position: fixed;
  top: 210;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  filter: brightness(50%);
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #000001;
  display:flex;
  justify-content: center;
  align-items: center;
}
.loader {
  display: inline-block;
  width: 125px;
  height: 125px;
  font-size: 20px;
  text-align: center;
  color: rgb(254, 253, 253);
  position: relative;
  border: 6px solid sandybrown;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: sandybrown;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}