body {
  background: black;
  color: white;
  font-family: 'ITC Avant Garde Gothic W01', Sans-Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: lowercase; }

h1, h2 {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 12vw;
  line-height: 1.3;
  text-transform: capitalize; }

h2 {
  font-size: 22px;
  text-transform: capitalize; }

h3 {
  font-size: 13px;
  letter-spacing: 4px;
  padding: 0 0 50px;
  opacity: .3;
  text-transform: uppercase; }

section {
  margin: 10vw; }
