body {
  background-color: #000;
}

/* For devices larger than 200px */
@media screen and (min-width: 200px) and (max-width: 749px) {

#movieWrapper {
  display: none;
}

.labelText {
  text-align: center;
}

.inputText {
  width: 100%;
}

}

/* For devices larger than 750px */
@media screen and (min-width: 750px) {


#movieWrapper {
  display: block;
  min-height: 25em;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

/*.fullscreen-bg {
  width: 100%;
  min-height: 40em;
  overflow: hidden;
  z-index: -100;
}*/

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../images/top_back1.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}

.labelText {
  text-align: right;
}

.inputText {
  width: 80%;
}

}

/* globals */

.gobut {
  max-height: 3em !important;
  margin: 0 0 0 3em !important;
  line-height: 3em !important;
  padding: 0 1em !important;
  border: 2px solid #9EC8FF !important;
  border-radius: 10px !important;
  color: #9EC8FF !important;
  font-weight: bold !important;
  box-shadow: 0 0 10px 5px #005DD6 !important;
}

.goblock {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 1em !important;
  color: #fff !important;
  font-weight: bold !important;
  text-transform: none !important;
}

.goblockinline {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 0.9em !important;
  color: #9EC8FF !important;
  font-weight: bold !important;
  text-transform: none !important;
}

.goblock:hover {
  color: #9EC8FF !important;
}

/*.encounterbutwrapper {
  float: left;
  width: 12em;
  height: 12em;
  margin: 1em 0 0 1em;
}*/

.encounterbut {
  height: 3em !important;
  width: 90% !important;
  max-width: 45em !important;
  margin-top: 3%;
  line-height: 3em !important;
  border: 2px solid #9EC8FF !important;
  border-radius: 10px !important;
  color: #9EC8FF !important;
  background-color: #00357A !important;
  text-align: center;
}

.encounterbut:hover {
  color: #fff !important;
  background-color: #0056C7 !important;
  border: 2px solid #fff !important;
}

#countdown, #ecountdown {
  position: absolute;
  left: 45%;
  top: 10%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  background-color: #D1E5FF;
  border-radius: 50%;
  text-align: center;
  color: #001838;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0 0 15px #D1E5FF;
  animation: glow-grow 1s ease-out infinite;
  z-index: 1000;
}

#delcountdown {
  width: 2em;
  height: 2em;
  margin: 0 auto;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: #990000;
  border-radius: 50%;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0 0 15px red;
  animation: glow-grow 1s ease-out infinite;
}

@keyframes glow-grow {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

#readout {
  padding: 3%;
  border: 1px solid #9EC8FF;
  border-radius: 10px;
  background-color: #000;
  font-weight: 500;
  font-family: 'Orbitron', sans-serif;
  color: #9EC8FF;

}

.gobut:hover {
  box-shadow: 0 0 15px 5px #fff !important;
}

.starBlock {
  margin: 2% auto;
  padding: 0;
  background-color: #42759A;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #004299), color-stop(1, #001D42));
  background-image: -o-linear-gradient(top, #004299, #001D42);
  background-image: -moz-linear-gradient(top, #004299, #001D42);
  background-image: -webkit-linear-gradient(top, #004299, #001D42);
  background-image: linear-gradient(to bottom, #004299, #001D42);
  border: 1px solid #378cff;
  box-shadow: 0 0 20px #66CCFF;
  overflow: hidden;
}

.starBlockHead{
  width: 100%;
  padding: 2%;
  background-color: #004299;
  border-bottom: 1px solid #001D42;
}

.starBlockHead h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: 'Orbitron', sans-serif;
  color: #fff;
}

.starBlockHead h5,h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: 'Orbitron', sans-serif;
  color: #DCE7EF;
}

.starBlockBody {
  width: 100%;
  padding: 2% 2% 5% 2%;
  color: #D1E0EB;
}

/*.statBlock {
  width: 100%;
  margin: 3% auto;
  padding: 0;
  background-color: #004299;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #004299), color-stop(1, #001D42));
  background-image: -o-linear-gradient(top, #004299, #001D42);
  background-image: -moz-linear-gradient(top, #004299, #001D42);
  background-image: -webkit-linear-gradient(top, #004299, #001D42);
  background-image: linear-gradient(to bottom, #004299, #001D42);
  border: 1px solid #378cff;
  border-radius: 10px;
  box-shadow: 0 0 20px #33BBFF;
  overflow: hidden;
}*/

.statBlock {
  position: relative;
  width: 100%;
  margin-top: 5%;
  padding: 0;
  background: url('../images/block_back.jpg') repeat;
  border: 1px solid #3D82BB;
  border-radius: 10px;
  box-shadow: 0 0 20px #A3CBFF;
  overflow: hidden;
}

.statBlockHead{
  width: 100%;
  padding: 2%;
}

.statBlockHead h5,h6 {
  margin: 0;
  padding: 0 1%;
  font-weight: 600;
  font-family: 'Orbitron', sans-serif;
  color: #DCE7EF;
}

.statBlockBody {
  padding: 2%;
  color: #D1E0EB;
}

.statBlockBody ul {
  margin-left: 2%;
  list-style-type: disc;
}

.noticeBlock {
  width: 80%;
  margin: 4% auto;
  padding: 3%;
  background-color: #FF6600;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FF9147), color-stop(1, #B84900));
  background-image: -o-linear-gradient(top, #FF9147, #B84900);
  background-image: -moz-linear-gradient(top, #FF9147, #B84900);
  background-image: -webkit-linear-gradient(top, #FF9147, #B84900);
  background-image: linear-gradient(to bottom, #FF9147, #B84900);
  border: 1px solid #612700;
  border-radius: 10px;
  box-shadow: 0 0 20px #FFBC8F;
  overflow: hidden;
  text-align: center;
}

table.blackStat {
  width: 90%;
  margin: 5% 0 0 5%;
  padding: 2%;
  background-color: #000;
  border-radius: 10px;
  border: none;
  color: #fff;
}

table.blackStat th {
  padding: 3% 0 3% 2%;
  border-bottom: 2px solid #002857;
  color: #fff;
  text-align: left;
  font-weight: 1.3em;
}

table.blackStat th.headerLeft {
  text-align: right;
}

table.blackStat td {
  padding: 2% 0 2% 2%;
  border-bottom: 1px solid #002857;
  color: #1F87FF;
  vertical-align: top;
  text-align: left;
}

table.blackStat td.tableRowTitle {
  text-align: right;
  font-weight: bold;
}


/* footer navigation */
ul.footnav {
    list-style-type: none;
    margin-top: 10%;
    padding: 0;
    overflow: hidden;
}

ul.footnav li a {
    display: block;
    padding: 0.7em 0;
    text-decoration: none;
}

ul.footnav li a:hover:not(.active) {color: #378cff; text-decoration: none;}

ul.footnav li a.active {color: #85BAFF; text-decoration: underline;}

.comments-pass {
  width: 100%;
  margin: 2% 0;
  padding: 2%;
  background-color: green;
  color: #fff;
  border-radius: 10px;
}

.comments-fail {
  width: 100%;
  margin: 2% 0;
  padding: 2%;
  background-color: red;
  color: #fff;
  border-radius: 10px;
}

.comments-factor {
  width: 100%;
  margin: 2% 0;
  padding: 2%;
  background-color: #0093B8;
  color: #fff;
  border-radius: 10px;
}

ul.topnav {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

ul.topnav li {float: left;}

ul.topnav li a {
    display: block;
    text-align: center;
    padding: 5% 0;
    margin-left: 2em;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {color: #FF0000;}

ul.topnav li a.active {color: #990000; text-decoration: underline;}

/* Planet ****************************************** */
  .cube-wrapper {
  width: 0;
  height: 0;
  top: 100px;
  left: 100px;
  position: absolute;
  perspective-origin: 0 0;
  perspective: 80px;
}
.cube-2 {
  transform: translateZ(-100px) scaleX(1.8);
  transform-style: preserve-3d;
}
.cube {
  top: -100px;
  position: relative;
  transform-style: preserve-3d;
  /*animation-name: rotate;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;*/
}
/*@keyframes rotate {
  0% {
    transform: rotate3d(0 0, 0, 360deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 360deg);
    ;
  }
}*/

.face {
  position: absolute;
  background-size: 662.4px 200px;
  width: 84px;
  height: 200px;
}

#face1 {
  transform: translateX(-41.4px) translateZ(100px);
  background-position: 0 0;
}
#face2 {
  transform: translateX(29.2px) translateZ(70.8px) rotateY(45deg);
  background-position: -82.8px 0;
}
#face3 {
  transform: translateX(58.5px) rotateY(90deg);
  background-position: -165.6px 0;
}
#face4 {
  transform: translateX(29.2px) translateZ(-70.8px) rotateY(135deg);
  background-position: -248.4px 0;
}
#face5 {
  transform: translateX(-41.4px) translateZ(-100px) rotateY(180deg);
  background-position: -331.2px 0;
}
#face6 {
  transform: translateX(-111.4px) translateZ(-70.8px) rotateY(225deg);
  background-position: -414px 0;
}
#face7 {
  transform: translateX(-141.4px) rotateY(270deg);
  background-position: -496.8px 0;
}
#face8 {
  transform: translateX(-111.4px) translateZ(70px) rotateY(315deg);
  background-position: -579.6px 0;
}

.circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.clip-circle {
  position: absolute;
  padding: 0;
  top: -16px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip-path: circle(99px at center);
}
.lighting:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 67px;
}
/*.reflection:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 200px;
    background-image:url(https://i.stack.imgur.com/ayCw7.png);
    background-size: 200px 200px;
}*/

.earth {
}
/*.earth .face{
  background-image:url(../images/planet2.jpg);
}*/

.earth .face{
}
.earth .clip-circle {
  transform: rotateX(7deg) rotateZ(15deg);
}
/*.earth .lighting {
  box-shadow: -20px -30px 55px 0 rgba(0, 0, 0, 0.9) inset, -75px -100px 150px 0 rgba(0, 0, 0, 0.4) inset, 75px 100px 200px 0 rgba(173, 173, 173, 0.3) inset, -1px -2px 10px 2px rgba(200, 190, 255, 0.2);
}*/
.earth .lighting {
}
.earth .lighting:after {
    box-shadow: 0 0 150px 51px rgba(255, 255, 255, 0.2), 0 0 26px 10px rgba(255, 255, 255, 0.2);
}

/*.wood {
  position: absolute;
  left: 240px;
}
.wood .face{
  background-image:url(https://i.stack.imgur.com/sa5P8.jpg);
}
.wood .cube-wrapper {
  transform: rotateZ(45deg);
}
.wood .lighting {
  box-shadow: -20px -30px 90px 0 rgba(0, 0, 0, 0.7) inset, -75px -100px 140px 0 rgba(0, 0, 0, 0.6) inset;
}
.wood .lighting:after {
    box-shadow: 0 0 42px 15px rgba(255, 255, 255, 0.5);
}
.wood .reflection:before {
    opacity: 0.04;
}

.metal {
  position: absolute;
  left: 460px;
}
.metal .face{
  background-image:url(https://i.stack.imgur.com/PGmVN.jpg);
}
.metal .cube-wrapper {
  transform: rotateZ(-32deg);
}
.metal .lighting {
  box-shadow: -20px -30px 100px 0 rgba(0, 0, 0, 0.9) inset, -75px -100px 107px 0 rgba(0, 0, 0, 0.3) inset, 75px 100px 127px 0 rgba(255, 255, 255, 0.23) inset;
}
.metal .lighting:after {
    box-shadow: 0 0 42px 20px rgba(255, 255, 255, 0.7), 0 0 7px 6px rgba(255, 255, 255, 0.9);
}
.metal .reflection:before {
    opacity: 0.2;
}*/

.comments-pass {
  width: 100%;
  margin: 2% 0;
  padding: 2%;
  background-color: green;
  color: #fff;
  border-radius: 10px;
}

.comments-fail {
  width: 100%;
  margin: 2% 0;
  padding: 2%;
  background-color: red;
  color: #fff;
  border-radius: 10px;
}

a.topnav {
  font-size: 1.3em
  font-weight: 600;
  font-family: 'Orbitron', sans-serif;
  color: #990000;
}

a.topnav:hover {
  color: #fff;
}

a.footer {
  font-size: 1.3em
  font-weight: 600;
  font-family: 'Orbitron', sans-serif;
  color: #1F87FF;
}

a.footer:hover {
  color: #fff;
}

.footer-text {
  font-weight: 600;
  font-family: 'Orbitron', sans-serif;
  color: #fff;
}

.external {
  width: 100%
}

.external th {
  padding: 1em;
  font-family: 'Orbitron', sans-serif;
 font-size: 1.3em;
 color: #fff;
 border: none;
}

.external td {
 padding: 1em;
 color: #fff;
 border: none;
}


.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe {
    left:10%;
    top:0;
    height:80%;
    width:80%;
    position:absolute;
}

.itemBlock {
  position: relative;
  float: left;
  width: 30%;
  min-width: 300px;
  height: 400px;
  margin: 2% 0 0 2%;
  padding: 2%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}


.itemBlock img {
   width: 100%;
   max-width: 400px;
}

.pageLinkBlock {
  position: relative;
  float: left;
  width: 45%;
  min-width: 300px;
  height: 280px;
  margin: 2% 0 0 2%;
  text-align: center;
  overflow: hidden;
}


.pageLinkBlock img {
   width: 100%;
   max-width: 400px;
}

.speciesLinkBlock {
  position: relative;
  float: left;
  width: 250px;
  max-width: 250px;
  height: 400px;
  margin: 2% 0 0 2%;
  text-align: center;
  overflow: hidden;
}


.speciesLinkBlock img {
   width: 250px;
}

.graphOuter {
  width: 200px;
  height: 20px;
  padding: 2px;
  border: 1px solid #fff;
  border-radius: 500px;
  overflow: hidden;
}

.graphInnerRed {
  width: 100%;
  height: 18px;
  background-color: red;
  border-radius: 500px;
}

.graphInnerBlue {
  width: 100%;
  height: 18px;
  background-color: #378CFF;
  border-radius: 500px;
}

.modal {
  width: 100%;
  background-color: #000;
  color: #fff;
}

.driftLeft {
  -webkit-animation: linear;
  -webkit-animation-name: driftLeft;
  -webkit-animation-duration: 15s;
  -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes driftLeft {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}

.blockLink {
width: 50%;
min-width: 300px;
margin-top: 5px;
padding: 0.8em 0 0.8em 1.5em;
background-color: #0C1828;
border: 1px solid #295389;
font-size: 1.1em;
color: #378cff;
cursor: pointer;
}

.blockLink:hover {
  background-color: #142843;
  box-shadow: 0px 0px 20px 1px rgba(46,168,255,0.52);
  color: #80B7FF;
 }

.backLink {
max-width: 350px;
margin: 2em 0;
padding: 0.5em 1em 0.5em 1em;
background-color: #0C1828;
border: 1px solid #1A3456;
font-size: 0.8em;
color: #004BAD;
cursor: pointer;
}

.backLink:hover {
  background-color: #142843;
  box-shadow: 0px 0px 20px 1px rgba(46,168,255,0.52);
  color: #80B7FF;
 }

H5.sectionGroupHeading {
margin-top: 2em;
 height: 3em;
 background: url(../images/planet-icon.png);
 background-repeat: no-repeat;
 background-size: 3em auto;
 color: #378cff;
 text-indent: 4em;
}

.buttonDiv {
 padding: 1em;
 color: white;
 background-color: black;
 border: 1px solid black;
 border-radius: 10px;
 cursor: pointer;
}

