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

body, html, .valign {
  height: 100%;
  white-space: nowrap; }

body {
  background: #375777;
  color: #fff;
  font-family: 'Helvetica Neue', 'Roboto', 'Arial', sans-serif;
  text-align: center;
  position: relative; }

a {
  color: #fff;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #fff; }

.shadow {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 2px 580px rgba(25, 25, 25, 0.2);
  display: none; }

.content {
  position: relative;
  height: 100%;
  z-index: 10; }
  .content .valign, .content .message {
    display: inline-block;
    vertical-align: middle; }
  .content .message {
    line-height: 36px; }
  .content img {
    display: block;
    border-radius: 50%;
    margin: 0 auto 30px;
    width: 300px;
    height: 300px;
    box-shadow: rgba(25, 25, 25, 0.25) 0 0 100px; }
  .content h1 {
    font-weight: 500;
    font-size: 36px; }
  .content h2 {
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 1px;
    opacity: 0.8;
    color: #c7d9ec; }
  .content h3 {
    font-weight: 100;
    margin-top: 15px;
    font-size: 24px;
    opacity: 0.8;
    letter-spacing: 1px;
    border-top: 1px dotted #c7d9ec;
    padding-top: 15px; }
