@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");
}

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

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);
}

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

.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 {
  text-align: center;
}

.centered {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.hoverTable {
  width: 100%;
  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, a:hover {
  background-color: #FFFFFF;
  color: #F00
}

.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: 13px 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: 30px;
  font-weight: bold;
  outline: none;
  color: white;
  padding: 12px 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: 26px;
  padding: 0px 0px 0px;
}

.botbar a {
  color: white;

}

.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%);
}