
header {
  position: relative;
  background-color: black;
  height: 120vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://twilight.blue/sandbox/snowy/nitesnow.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

body {
  background: url(https://twilight.blue/sandbox/snowy/nitesnow.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
    color: #CCDDDD;
}


.content {
  text-align: left;
  font-family: 'Noto Sans SC', sans-serif;
  color: #fff;
  margin: 50px auto;
  background: rgba(0,0,0, 0);
  width: 100%;
  max-width: 1200px;
  border-radius: 5px;
  padding-bottom: 32px;
}


h1, h1 a {
  min-height: 120px;
  width: 90%;
  max-width: 600px;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  font-family: 'Catamaran' , Serif;
  color: #fff;
  padding-top: 80px;
}

p {
  width: 90%;
  max-width: 1200px;
  text-align: left;
  color: #CCDDDD;
  margin: 0 auto;
  padding-bottom: 32px;
}


/* Table A */
table.darkTable3 {
  font-family: 'Open Sans' , sans-serif;
  font-size: 14px;
  color: #fff;
  table-layout: fixed;
  width: 100%;
  height: 300px;
  text-align: left;
  vertical-align: top;
  border-collapse: separate;
  padding: 1px 1px;
  border: 1px solid blue;
}
table.darkTable3 td, table.darkTable3 th {
  padding: 4px 3px;
  font-family: 'Open Sans', sans-serif;
}
table.darkTable3 tbody td {
  font-size: 16px;
  background: rgba(0,0,0, 0.2);
  padding: 4px;
}
table.darkTable3 tr:nth-child(even) {
  background: rgba(0, 0, 0, 0);
}
table.darkTable3 thead {
  background: rgba(0, 0, 0, 0.4);
}
table.darkTable3 thead th {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #00BBBB;
  text-align: center;
  height: 30px;
  padding: 10px;
}
table.darkTable3 tfoot td {
  font-size: 6px;
}

 /* unvisited link */
a:link {
    color: #FF77CC;
}

/* visited link */
a:visited {
    color: #FF77CC;
}

/* mouse over link */
a:hover {
    color: #66FF55;
}

/* selected link */
a:active {
    color: #FF77CC;
} 

/*----------------------------
    The Footer
-----------------------------*/

.footer-distributed {
  background-color: transparent;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 20px 50px;
}

.footer-distributed .footer-left p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}
/* Footer links */

.footer-distributed p.footer-links {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
}

.footer-distributed .footer-links a:before {
  content: " ";
  font-size: 20px;
  left: 0;
  color: #6677DD; 
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}


.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 380px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #111111;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 900;
  color: #3366DD;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition:all .25s;
}

.footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}

.footer-distributed p.footer-links a:hover{text-decoration:underline;}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left, .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}