html  {
	min-width: 675px;
	height: 100%;
}

body {
	background-image: none;
	background-color: #030c27;
	color: #9ed4ff;
    padding: 0px;
    margin: 0px;
	font: 14px/1.5 Arial,Verdana,sans-serif;
}

h1 {
    padding: 0;
    margin: 0;
}

.text-center {
	text-align: center !important;
}

.center {
	margin: 0 auto;
}

.half-height {
	height: 50%;
}

/* Section */
.section {
  padding-top: 0em;
  padding-bottom: 0em;
  position: relative;
  --border: 1px solid #1791ed;
}

.section-content {
  position: relative;
}

.section-content h1 {
  padding: 50px 0px 50px 0px;
  text-shadow: 0 0 10px #0090ff, 0 0 10px #0090ff;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}

.section-content .note {
  padding: 35px 0px 50px 0px;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  width: 675px;
}

.section-content-special-one {
  background: url("../images/join-early-access/landing-section-content-shadow.png") repeat-x;
  height: 748px;
}

.section-content-special-one .note {
  position: relative; 
  padding: 0; 
  margin-top: 0; 
  margin-bottom: 0;
}

.section-content-special-one  .note-content {
  position: absolute;
  bottom: 50px;
  padding: 0;
  margin: 0;
}

.section-divider:before {
  background: url("../images/join-early-access/landing-divider.jpg") no-repeat;
  background-position: 50% 0;
  content: "";
  display: block;
  height: 9px;
  left: 0;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 200;
}

/* Video Background */
.video-background {
}

.video-background-wide .video-background-video,
.video-background-wide .video-background-fallback {
  left: 50%;
  margin-left: -960px;
}

.video-background-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.video-background-video,
.video-background-fallback {
  display: block;
  max-width: none;
  position: relative;
  top: 0;
}

.video-background-fallback {
  position: absolute;
}

/* Video Thumbnail */
.video-thumbnail {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.video-thumbnail-large {
  width: 502px;
}

.video-thumbnail-link {
  display: block;
}

.video-thumbnail-large .video-thumbnail-link {
  box-shadow: 0 0 20px rgba(19, 180, 255, 0.7);
  border: 1px solid #13fcff;
}

.video-thumbnail-large .video-thumbnail-video-wrap {
  background: #1d1e20;
  display: block;
  height: 0;
  padding-top: 298px;	
  position: relative;
  z-index: 200;
}

.video-thumbnail-video {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.video-thumbnail-fallback {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.logo {
  position: relative;
  z-index: 100;
  margin-top: -100px;
  margin-left: -100px;
  padding-right: 200px;
}

.button {
  background: none;
  border: none;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  height: 80px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 50px;
  margin-bottom: 50px;
}

.button-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 80px;
  text-align: center;
  text-shadow: 0 0 10px #00fcff, 0 0 10px #00fcff;
  color: #fff;
}

/* Green Button */
.button-green {
	background: url("../images/join-early-access/landing-green-button.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	line-height: 80px;
	text-align: center;
    cursor: pointer;
	width: 656px;
	height: 80px;
	border: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

.button-green:hover  {
	background-position: 0px -80px;
}

.button-green:focus {
	background-position: 0px -80px;
}

.button-green.active,
.button-green:active {
	background-position: 0px -160px;
}

.button-green.disabled,
.button-green[disabled] {
    cursor: default;
	color: #5c5c5c;
}

/* Video Thumbnail Play Button */
.video-thumbnail-play-button {
	background: url("../images/join-early-access/landing-play-button.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	line-height: 150px;
	text-align: center;
    cursor: pointer;
	width: 150px;
	height: 150px;
	border: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

.video-thumbnail-link:hover .video-thumbnail-play-button,
.video-thumbnail-play-button:hover  {
	background-position: 0px -150px;
}

.video-thumbnail-link:active .video-thumbnail-play-button,
.video-thumbnail-play-button:active {
	background-position: 0px -300px;
}

.video-thumbnail-large .video-thumbnail-play-button {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 74px;
  left: 177px;
}

/* Section Home */
.section-home .button {
  margin-top: 160px;
  margin-bottom: 80px;
}

.section-home .video-thumbnail-trailer {
  padding-bottom: 5px;
}

/* Section Game Box */
.section-game-box .button {
  margin-top: 0px;
  margin-bottom: 100px;
}

.section-game-box .game-box-art {
  z-index: 100;
  margin-top: -30px;
}

/* Navigation */
.navigation {
  bottom: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 270px;
  z-index: 500;
}

.navigation .visit-website {
  padding: 15px 20px 0 0;
  text-align: right;
}

.navigation .visit-website a {
  text-decoration: none;
  text-shadow: 0 0 10px #00c0ff, 0 0 10px #00c0ff;
  color: #ffffff;
}

.navigation .visit-website a:hover {
	text-shadow: 0 0 15px #00c0ff, 0 0 15px #00c0ff;
  color: #ffffff;
}
