body {
    color: #33FF33;
    background-color: #282828;
    font-family: "Courier";
    font-size: 30px;
    overflow: auto;
}


a {
    z-index: 2;
    color: #33FF33;
}

a:link {
    color: #33FF33;
}
a:visited {
    color: #33FF33;
}

#myVideo {
    z-index: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container {
    z-index: 1;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute; 
    top: 0; 
    left: 0;
    display:grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: 100px auto 150px;
    overflow: auto; 
}

.newscontainer {
    z-index: 1;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute; 
    top: 0; 
    left: 0;
    display:grid;
    grid-template-columns: 15% 70% 15%;
    grid-template-rows: 100px auto 150px;
    overflow: auto;
}

.unitycontainer {
    z-index: 1;
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.7);
    position: absolute; 
    top: 0; 
    left: 0;
    display:grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: 200px auto 75px;
    overflow: auto;
}

.header {
    color: #33FF33;
    background: rgba(3, 3, 3, 0.7);
    grid-column-start: 1;
    grid-column-end: 4;
    text-align: center;
    font-size: 16px;
}

.header a{
    font-size: 2em;
    color: #33FF33;
    font-family: "Courier";
    font-weight: 900;
    text-decoration: none;
}

.header a:hover{
    text-decoration: underline;
}

.content {
    align-self: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.unitycontent {
    align-self: center;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 600px;
}

.bigcontent {
    align-self: top;
    margin-bottom: 5px;
}

#videoMessage{
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute; 
    top: 0; 
    left: 0;
    display: flex;

    flex-direction: column;
}
.center { 
    margin: 0 auto; 
    width: 100%; 
}

.footer {
    color: #33FF33;
    background: rgba(3, 3, 3, 0.7);
    grid-column-start: 1;
    grid-column-end: 4;
    text-align: center;
    font-size: 16px;
}

.hftable {
    width: 100%;
    height: 100px;
    text-align: center;
    border: 1px dashed #33FF33;
    line-height: 1.5;
    background: rgba(3, 3, 3, 0.7);
}

.hftable td{
    width: 20%;
}

.cleartable {
    width: 100%;
    height: 100px;
    text-align: center;
    border: 0px;
    font-size: 32px;
    font-family: "Courier";
    font-weight: 900;
    line-height: 1.5;
    background: rgba(0,0,0,0)
}

.cleartable-page{
    width: 100%;
    height: 100px;
    text-align: center;
    border: 0px;
    font-size: 16px;
    font-family: "Courier";
    font-weight: 900;
    line-height: 1.5;
    background: rgba(0,0,0,0)
}

.cleartable img {
    border: 1px dashed #33FF33;
}

.cleartable a{
    color: #33FF33;
    font-family: "Courier";
    font-weight: 900;
    text-decoration: none;
}

table {
    width: 100%;
    text-align: center;
    border: 1px dashed #33FF33;
    line-height: 1.5;
    background: rgba(0,51,0,0.3)
}

th {
    background-color: #33FF33;
    color: #282828;
    border: 0px solid #33FF33;
    vertical-align: middle;
}

.td-big{
    font-size: 20px;
    font-weight: 900;
}

.big-table td{
    padding: 20px;
    border: 0px solid #33FF33;
}

.big-table a{
    font-size: 1em;
    color: #33FF33;
    font-family: "Courier";
    font-weight: 900;
    text-decoration: none;
}

.big-table a:hover{
    text-decoration: underline;
}

.port-table{
    font-size: 16px;
    background: rgba(0,51,0,0.3)
}

.divtext {
    text-align: center;
    background: rgba(0, 0, 0, 0);
}

.news-table{
    font-size: 16px;
    background: rgba(0,51,0,0.3);
    border-collapse: collapse;
}

.news-table td{
    border: 1px dashed #33FF33;
}

tr {
    border: 0px solid #33FF33;
}


td {
    border: 0px solid #33FF33;
    vertical-align: middle;
}

.td-port {
    font-size: 16px;
}

.grid-container {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    justify-content: space-evenly;
    padding-bottom: 150px;
}


.centered {
    margin:50px auto;
    text-align: center;
}

#video_pop {z-index: 9999; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.9); display: none;}

#the_Video {margin: auto;}


a.lightbox img {

    width: 100px;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    position: relative;
}
a.lightbox video {

    width: 100px;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    width: 100%;
    opacity: 0;
    /*-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
    overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
    display:flex;
    margin: auto;
    align-content: center;
    position: relative;
    top: 25px;
    left:0;
    right:0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    /*-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
}

.lightbox-target div {
    z-index: 2;
    font-size: 20px;
    margin: auto;
    margin-bottom: 20px;
    position: absolute;
    top: 125px;
    left:0;
    right:0;
    background: rgba(0, 0, 0, 1);
    max-width: 75%;
    border: 1px dashed #33FF33;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    /*-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.lightbox-target video {
    margin: auto;
    position: absolute;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
}

.lightbox-internal {
    z-index: 2;
    font-size: 20px;
    margin: auto;
    margin-bottom: 20px;
    position: absolute;
    top: 105px;
    left:0;
    right:0;
    bottom: 150px;
    background: rgba(0, 0, 0, 1);
    max-width: 75%;
    border: 1px dashed #33FF33;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    /*-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
    padding: 20px;
}



/* Styles the close link, adds the slide down transition */

a.lightbox-close {
    display: block;
    width:50px;
    height:50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: 80px;
    right: 80px;
    /*-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    /*-webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);*/
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    /*-webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);*/
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
    top: 0px;
}

/* closable div for donation link */

.ShowHide {
    overflow: hidden;
    font-family: "Courier";
    background: rgba(0,51,0,0.3);
    color: #33FF33;
    padding:4px;
    position: absolute;
    bottom: 155px;
}
#left {
    overflow: hidden;
    text-align: center;
}
#right {
    float: right;
    width: 30px;
    height: 20px;
    color: #33FF33;
    text-align: right;
}
.ShowHide a {
    color: #33FF33;
    text-decoration: none;
}
.ShowHide a:hover {
    text-decoration:underline;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}