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

html {
  font-size: 9px;
  text-align: -0.5px;
}

body {
  color: #6c6332;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  background: #191918;
}

.body-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.content {
  display: table-cell;
  vertical-align: middle;
}

.logo {
  display: block;
  vertical-align: middle;
}
.logo .logo__image {
  background: url("../images/logo.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  margin: 0 auto;
  max-width: 394px;
  width: 100%;
}
.logo .logo__image:after {
  content: ' ';
  display: block;
  padding-bottom: 87.55556%;
  width: 100%;
}
.logo .logo__text {
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
}

h2 {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 3px;
  opacity: 0.7;
  text-transform: uppercase;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .logo .logo__image {
    background: url("../images/logo@2x.png") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

/*# sourceMappingURL=screen.css.map */
