/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: '8bit';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/8bitOperatorPlus8-Regular.ttf") format("truetype"); }

html, body, div, p {
  font-family: '8bit'; }

body {
  background: #0f380f; }

header h1 a {
  color: #8bac0f;
  text-decoration: none; }
  header h1 a:visited {
    color: #8bac0f; }
  header h1 a:hover {
    color: #9bbc0f; }
  header h1 a:active {
    color: #8bac0f; }

#sound {
  cursor: pointer; }

nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #8bac0f; }
  nav > ul li {
    float: right;
    margin-top: 0; }
    nav > ul li svg {
      display: block;
      z-index: 9999;
      width: 40px;
      -webkit-transition: width 0.3s ease;
      -moz-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease; }
    nav > ul li a {
      display: block;
      color: #0f380f;
      background: #8bac0f;
      text-align: center;
      padding: 12px 14px;
      text-decoration: none; }
      nav > ul li a:visited {
        color: #0f380f; }
        nav > ul li a:visited:hover {
          color: #8bac0f; }
      nav > ul li a:hover {
        color: #8bac0f;
        background: #0f380f; }
      nav > ul li a:active {
        color: #8bac0f;
        background: #0f380f; }

h1, h2, h3, h4, p {
  font-family: '8bit', sans-serif;
  -webkit-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
  -ms-transition: font-size 0.3s ease;
  margin-top: 0; }

.container h1 {
  margin-bottom: 1em; }
  .container h1:first-child {
    margin-top: 1em; }

h1 {
  font-size: 1.75em; }

p {
  font-size: 1.5em;
  margin-bottom: 1em; }

#faq h1 {
  margin-bottom: .75em;
  border-bottom: 4px solid #8bac0f; }

a {
  color: #9bbc0f; }
  a:visited {
    color: #9bbc0f; }
  a:hover {
    color: #8bac0f; }
  a:active {
    color: #8bac0f; }

.container {
  width: 93%;
  max-width: 780px;
  margin: 0 auto;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease; }

.myButton {
  background-color: #8bac0f;
  font-size: 1.2em;
  color: #0f380f;
  display: block;
  width: 250px;
  padding: 15px;
  margin: auto 0;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #8bac0f;
  font-weight: bold;
  margin-bottom: 1.25em; }
  .myButton a {
    text-decoration: none;
    color: #0f380f; }
  .myButton:hover {
    background-color: #0f380f; }
    .myButton:hover a {
      color: #8bac0f; }
  .myButton:visited {
    color: #8bac0f; }

.addressContainer {
  margin: 0 auto;
  display: block;
  width: 300px; }
  .addressContainer a {
    color: #8bac0f;
    text-decoration: none; }
    .addressContainer a:visited {
      color: #8bac0f; }
    .addressContainer a:hover {
      color: #9bbc0f; }

.atSymbol {
  float: left;
  display: inline-block;
  font-size: 5em;
  margin-right: 5px;
  position: relative;
  top: -9px; }

.address {
  float: left;
  display: inline-block;
  font-size: .75em; }

.submit {
  margin-top: 8em;
  display: block;
  text-align: center; }

header h1 {
  background-color: #306230;
  color: #9bbc0f;
  font-size: 2.5em; }

@media (min-width: 355px) {
  header h1 {
    font-size: 2.75em; }
  h1 {
    font-size: 2em; } }

@media (min-width: 390px) {
  header h1 {
    font-size: 3em; }
  h1 {
    font-size: 1.75em; }
  nav a {
    font-size: 1.25em; }
  nav > ul li svg {
    width: 44px; }
  .address p {
    font-size: 1.6em; } }

@media (min-width: 425px) {
  header h1 {
    font-size: 3.25em; }
  .myButton {
    font-size: 1.4em;
    width: 320px; }
  .address {
    font-size: 1em; }
  .addressContainer {
    width: 370px; }
  .submit {
    margin-top: 10em; } }

@media (min-width: 461px) {
  header h1 {
    font-size: 3.5em; } }

@media (min-width: 496px) {
  header h1 {
    font-size: 3.75em; } }

@media (min-width: 532px) {
  header h1 {
    font-size: 4em; }
  h1 {
    font-size: 2em; } }

@media (min-width: 567px) {
  header h1 {
    font-size: 4.25em; } }

@media (min-width: 603px) {
  header h1 {
    font-size: 4.5em; } }

@media (min-width: 638px) {
  header h1 {
    font-size: 3.25em; } }

@media (min-width: 725px) {
  header h1 {
    font-size: 3.75em; }
  h1 {
    font-size: 2.5em; } }

@media (min-width: 725px) {
  header h1 {
    font-size: 3.75em; } }

@media (min-width: 910px) {
  header h1 {
    font-size: 4em; } }

@media (min-width: 1245px) {
  header h1 {
    font-size: 4.5em; } }

#ship {
  width: 50px;
  bottom: 0;
  position: absolute;
  left: 125px; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #8bac0f; }

.center {
  text-align: center; }

header h1 {
  margin: 0;
  padding: .1em 0 .1em 0; }

#world {
  position: relative;
  margin: 0 auto; }

#hud {
  position: absolute;
  margin: 0 auto;
  z-index: 999;
  background: red;
  width: 100%;
  height: 100%; }

#hudContent {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  height: 400px;
  overflow: auto; }

#starcontainer {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden; }

#home {
  display: block; }

#about, #faq, #sponsors {
  display: none; }

.sponsor {
  text-align: center;
  width: 200px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px; }
  .sponsor img {
    max-width: 200px;
    margin: 0 auto; }

.sponsorsSection {
  margin-bottom: 1em; }
  @media (max-width: 494px) {
    .sponsorsSection {
      text-align: center; } }
