@charset "UTF-8";
/* CSS Document */

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

.masthead {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}

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

.logo {
  display: inline-block;
}

.tagline {
  font-family: sans-serif;
  font-size: 12px;
  margin-top: 40px;
  text-transform: uppercase;
}