@charset "UTF-8";
body {
  background: black;
  color: white;
  font-family: 'ITC Avant Garde Gothic W01', Sans-Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

h1 {
  font-size: 13.5vw;
  line-height: .9;
  letter-spacing: -0.025em;
  text-transform: capitalize; }

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

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

p {
  width: 100%;
  max-width: 600px;
  opacity: .3; }

section {
  margin: 2vw; }

.animal:after {
  content: "™";
  font-size: 4vw;
  vertical-align: super; }
