/* Generic */
html {
  background-color: #000;
}

@font-face {
  font-family: 'GothamRnd-Light';
  src: url(images/GothamRnd-Light.otf) format("opentype");
}

body {
  font-family: 'GothamRnd-Light';
  background-image: url('images/starmap_large.jpg');
  background-position: 0px 0px;
  margin: 0;
  padding: 0;
  color: white;
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  transition: all 4s ease-out;
}

.earth-rise {
  width: 100%;
  position: relative;
  height: 400px;
  overflow: hidden;
}

#footer {
  position: relative;
  width: 100%;
  bottom: 0;
  height: 0;
}

#footer p {
  margin: -30px auto 0 auto;
  display: block;
  background: transparent;
  color: #009ad3;
}

video {
  width: 100%;
  bottom: 0;
  opacity: .5;
  margin-top: -200px;
}

#header {
  width: 100%;
  height: 400px;
  position: absolute;
  background: url(images/header.png) top center no-repeat;
}

#main {
  padding-top: 400px;
  width: 1200px;
  margin: 0 auto;
}

.column-left {
  width: 550px;
}

#show-header {
  color: #009ad3;
  font-size: 40px;
}

#show-header span {
  font-size: 18px;
}

.column-right {
  float: right;
  margin: 62px 0 0 0;
}

.column-right iframe {
  border: 2px solid #009ad3;
}

#tickets {
  margin: 35px 0 25px 0;
}

#tickets a {
  display: block;
  background: #009ad3;
  padding: 10px;
  width: 232px;
}

#tickets a:link,
#tickets a:visited {
  text-decoration: none;
  color: #fff;
}

a,
a:link,
a:visited,
.blue {
  color: #009ad3;
}
#tickets a:hover {
  text-decoration: underline;
}
