* {
  box-sizing: border-box;
}

body {
  cursor: default;
  -webkit-font-smoothing: antialiased;
  color: white;
  background: black;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 800;
}

a {
  color: white;
  text-decoration: none;
}

section.content-wrapper {
  background-image: url('https://ns-llcgovokgd.now.sh/jefftabb.jpg');
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
  box-shadow: inset 0 0 400px rgba(0, 0, 0, 0.6);
}

section.content-wrapper:before {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  background-color: black;
  opacity: .4;
}

.page-title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.page-title {
  font-size: 140px;
  line-height: 130px;
  letter-spacing: -4px;
}

.page-title .char1 {
  letter-spacing: -6px;
}

.page-title .char6 {
  letter-spacing: -9px;
}

.page-title .char7 {
  letter-spacing: -2px;
}

.page-title .char8 {
  letter-spacing: -5px;
}

.page-subtitle {
  font-size: 50px;
}

.contact {
  position: absolute;
  bottom: 50px;
  left: 50%;
  text-align: center;
}

.contact span {
  position: relative;
  left: -50%;
  text-align: center;
}
