@charset "utf-8";
/* CSS Document */
* { -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; -ms-interpolation-mode: nearest-neighbor; background-repeat: no-repeat; }
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 { font: inherit; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline; border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
textarea { resize: none; }
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-spacing: 0; border-collapse: collapse; }
.cf:before, .cf:after, ul:before, ul:after, li:before, li:after, nav:before, nav:after, .checks:before, .checks:after, .radios:before, .radios:after { display: table; content: ""; }
.cf:after, ul:after, li:after, nav:after, .checks:after, .radios:after { clear: both; }
strong { font-weight: 700; }
em { font-style: italic; }
a { cursor: pointer; text-decoration: none; transition: all .2s cubic-bezier(0, 0, .58, 1); }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-touch-action: manipulation; touch-action: manipulation; }
html, body { height: 100%; min-height: 100%; overflow: hidden; min-width: 320px; }
body { font-family: 'Inconsolata', monospace; font-size: 14px; color: rgba(255,255,255,.3); background: #000 url(../images/logo.png) no-repeat center bottom; background-size: contain; }
.outer { position: relative; height: 100%; }
.inner { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); font-size: 48px; line-height: .8675309; text-align: center; padding: 0 10vw; }
.inner p+p { padding-top: 2vh; }
@media (max-width: 640px) {
.inner { font-size: 32px; }
}