@charset "utf-8";

/*
  © Green Gauntlet
  www.greengauntlet.com
*/

/********** RESET STYLES **********/

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: 0px;
  padding: 0px;
  border: 0;
  font-size: 100%; font: inherit;
  vertical-align: baseline;
}

/********** HTML5 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;
}

/********** GLOBAL **********/

body {
  background-color: #000; color: #999;
  font-family: 'Exo 2', sans-serif;
  position: relative;
  /*background-image: url("../images/gleam2.png");*/
  background-repeat: no-repeat;
  background-position: 90% 5%;
}

#pageStatus {
  position: absolute;
  top: 40px;
  left: 0; right: 0;
  margin-left: auto;
  font-style: italic;
  font-size: 26px;
  color: #5F1107;
  color: #FFC905;
  color: #5E8713;
  text-align: center;
  font-weight: bold;
  display: none;
}

/********** HEADER **********/

header {
  text-align: center;
  color: #DEC98A;
  color: #6F3F91;
  color: #5E8713;
  font-size: 50px;
  font-weight: 900;
  position: absolute;
  top: 40px;
  left: 0; right: 0;
  margin-left: auto;
  font-family: 'Orbitron', sans-serif;
}

header h1 {
  margin-bottom: 48px;
}

header p {
  line-height: 24px;
  font-size: 17px;
  color: #E3D6AF;
}

header img {
   display: block;
   margin: 15px auto;
}

/********** FOOTER **********/

footer {
  display: block;
  position: absolute;
  color: #A37D74;
  color: #8F7A9E;
  color: #687355;
  text-align: center;
  width: 100%;
  height: 50px;
  background-color: #7D3434;
  background-color: #6F3F91;
  background-color: #3E4A29;
  display: none;
  font-family: 'Exo 2', sans-serif;
  font-size: 19px;
  font-weight: bold;
}

footer p {
  line-height: 50px;
}

footer a {
  text-decoration: none;
  color: #A37D74;
}

footer a:hover {
  color: #A7BA84;
}

