@font-face {
    font-family: 'helvetica_neue_lt_std83HvEx';
    src: url('helvetica_neue_lt_std_83_heavy_extended-webfont.woff2') format('woff2'),
         url('helvetica_neue_lt_std_83_heavy_extended-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1 {
  margin: 0;
  font-family: 'helvetica_neue_lt_std83HvEx';
  font-size: 4em;
  font-weight: 600;
  color: #000000;
  word-spacing: 16px;
}

p {
  font-family: 'helvetica_neue_lt_std83HvEx';
  font-size: 1.4em;
  font-weight: bold;
  color: #222;
}

.container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url('');
  background-size: cover;
}

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

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

.item {
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
}

@media only screen and (min-width: 800px) {
  h1 {
    font-size: 6em;
  }
  p {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 2em;
  }
  p {
    font-size: 1.2em;
  }
}