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; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul, nav { 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; }
a { text-decoration: none; }

/* ==|== Styles ===============================================================
   Author: Nathan Gordon
   ========================================================================== */

/* ==|== Typography ========================================================= */

@font-face {
    font-family: 'gooddog';
    src: url('../font/gooddog-webfont.eot');
    src: url('../font/gooddog-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/gooddog-webfont.woff2') format('woff2'),
         url('../font/gooddog-webfont.woff') format('woff'),
         url('../font/gooddog-webfont.ttf') format('truetype'),
         url('../font/gooddog-webfont.svg#gooddogregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html { height: 100%; }
body { height: 100%; overflow: hidden; font-size: 12px; }

.helvetica { text-transform: uppercase; letter-spacing: 0.2em; font-family: Helvetica, Arial, sans-serif; font-weight: 500; }
.gooddog { font-family: 'gooddog'; }

.loader { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #fff; z-index: 1; }
.load-image { display: block; position: absolute; left: 50%; top: 50%; margin: -30px -20px; width: 40px; opacity: 0.9; }
.message { position: absolute; left: 0; right: 0; top: 50%; text-align: center; color: #666; opacity: 0; margin-top: 45px; line-height: 20px; }
.phrase1 { opacity: 1; }

.notification { opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #fff; z-index: 2; background: rgba(0,0,0,0.2); }
.notification .title { font-size: 130px; position: absolute; bottom: 50%; left: 0; right: 0; text-align: center; }
.notification .reason { position: absolute; top: 50%; left: 0; right: 0; text-align: center; margin-top: 20px; font-style: italic; line-height: 18px; }
.notification .reason a { color: #fff; text-decoration: underline; }


.cover { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; opacity: 0; }


