html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: center;
  font-family: "Anton", sans-serif !important;
  font-size: 16px;
  width: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  height: 100%; }

article {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative; }
  article p {
    margin: 0;
    padding: 0; }

.p {
  position: absolute; }
  .p em {
    display: inline-block; }
  .p--0 {
    text-transform: uppercase;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: black;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-size: 25px;
    letter-spacing: 0.1em; }
    @media only screen and (min-width: 720px) {
      .p--0 {
        font-size: 5vw; } }
  .p--credits {
    position: absolute;
    bottom: 144px;
    left: -150px;
    text-align: right;
    padding: 20px;
    width: 300px;
    opacity: 0;
    font-family: Arial;
    color: silver;
    transform: rotate(90deg);
    font-size: 11px; }
    @media only screen and (min-width: 720px) {
      .p--credits {
        font-size: 14px; } }
  .p--hello {
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30vw;
    color: black;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-color: lime;
    -webkit-text-stroke-width: 5px; }
    @media only screen and (min-width: 720px) {
      .p--hello {
        -webkit-text-stroke-width: 10px; } }
    .p--hello span {
      display: inline-block;
      opacity: 0;
      transform: translateY(50%); }
  .p--1 {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30vw;
    width: 400vw; }
  .p--2 {
    left: 200%;
    top: 60%;
    width: 440vw;
    transform: translateY(-50%);
    font-size: 30vw; }
  .p--3 {
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20vw;
    opacity: 0; }
  .p--4 {
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20vw;
    opacity: 0; }
  .p--5 {
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12vw;
    opacity: 0; }
  .p--6 {
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30vw;
    opacity: 0; }
  .p--7 {
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10vw;
    opacity: 0; }
  .p--contact {
    padding: 20px; }
    .p--contact h1 {
      text-align: left;
      font-size: 30px;
      margin: 0;
      padding: 0;
      position: relative; }
      @media only screen and (min-width: 720px) {
        .p--contact h1 {
          font-size: 3.8vw; } }
    .p--contact span {
      position: relative;
      display: inline-block;
      opacity: 0;
      margin-left: 0.05em; }
      .p--contact span p {
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        top: 0; }
  .p--contactme {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center; }
    @media only screen and (min-width: 720px) {
      .p--contactme {
        width: 50%; } }
    .p--contactme strong {
      font-size: 30px;
      opacity: 0; }
      .p--contactme strong a {
        display: inline-block;
        color: lime;
        transition: color 0.3s ease;
        will-change: color; }
        .p--contactme strong a:before {
          content: "";
          position: absolute;
          top: 15px;
          left: 15px;
          bottom: 15px;
          width: 0%;
          max-width: calc(100% - 30px);
          z-index: -1;
          background-color: lime;
          opacity: 1;
          will-change: width;
          transition: all 0.3s ease; }
        .p--contactme strong a:hover {
          color: white; }
          .p--contactme strong a:hover:before {
            width: 100%; }
    .p--contactme > h2 {
      position: relative;
      padding: 30px; }
      @media only screen and (min-width: 720px) {
        .p--contactme > h2 {
          padding: 50px; } }
      .p--contactme > h2 .l--top {
        width: 0%;
        border-top: 5px solid lime;
        position: absolute;
        left: 0;
        top: 0; }
      .p--contactme > h2 .l--right {
        width: 4px;
        height: 0%;
        position: absolute;
        right: 0;
        top: 0;
        border-right: 5px solid lime; }
      .p--contactme > h2 .l--bottom {
        width: 0%;
        height: 2px;
        position: absolute;
        right: 0;
        bottom: 0;
        border-bottom: 5px solid lime; }
      .p--contactme > h2 .l--left {
        width: 4px;
        height: 0%;
        position: absolute;
        left: 0;
        bottom: 0;
        border-left: 5px solid lime; }

.grid {
  position: relative;
  top: 100%;
  width: 100%;
  padding-top: 100px;
  text-align: center; }
  .grid--teal {
    background-color: #81b29a; }
  .grid--beige {
    background-color: #fefae0; }
  @media only screen and (min-width: 720px) {
    .grid {
      display: flex;
      flex-wrap: wrap;
      direction: column;
      justify-content: space-around; } }
  .grid figure {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 100px;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none; }
    @media only screen and (min-width: 720px) {
      .grid figure {
        max-width: 45%; } }
    .grid figure img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      max-width: 100%;
      height: auto;
      max-height: 450px; }
    .grid figure figcaption {
      padding: 10px;
      letter-spacing: 0.05em; }

.will-reveal {
  position: relative; }
  .will-reveal > div {
    overflow: hidden;
    transition-delay: 0.1s;
    position: relative;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto; }
    .will-reveal > div:before {
      position: absolute;
      height: 0;
      top: 0;
      left: 0;
      bottom: 0;
      width: 0;
      z-index: 9;
      height: 0;
      display: block;
      content: ""; }
  .will-reveal img {
    display: block;
    position: relative;
    z-index: 20;
    opacity: 1;
    transform: translateX(-100%);
    will-change: transform; }
  .will-reveal a {
    display: block; }
  .will-reveal.reveal img {
    -webkit-animation: slide-open 800ms 0ms forwards 1;
    -moz-animation: slide-open 800ms 0ms forwards 1;
    -ms-animation: slide-open 800ms 0ms forwards 1;
    -o-animation: slide-open 800ms 0ms forwards 1;
    animation: slide-open 800ms 0ms forwards 1; }
  .will-reveal--fromright > div:before,
  .will-reveal--fromright > div:after {
    left: auto;
    right: 0; }
  .will-reveal--fromright img {
    transform: translateX(100%); }
  .will-reveal--fromright.reveal img {
    -webkit-animation: slide-open-right 800ms 600ms forwards 1;
    -moz-animation: slide-open-right 800ms 600ms forwards 1;
    -ms-animation: slide-open-right 800ms 600ms forwards 1;
    -o-animation: slide-open-right 800ms 600ms forwards 1;
    animation: slide-open-right 800ms 600ms forwards 1; }
  .will-reveal--diagonal img, .will-reveal--diagonalleft img {
    transform: translateX(0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
  .will-reveal--diagonal.reveal img, .will-reveal--diagonalleft.reveal img {
    -webkit-animation: slide-diagonal 800ms 0ms forwards 1;
    -moz-animation: slide-diagonal 800ms 0ms forwards 1;
    -ms-animation: slide-diagonal 800ms 0ms forwards 1;
    -o-animation: slide-diagonal 800ms 0ms forwards 1;
    animation: slide-diagonal 800ms 0ms forwards 1; }
  .will-reveal--diagonal:nth-child(2n+1).reveal img, .will-reveal--diagonalleft:nth-child(2n+1).reveal img {
    -webkit-animation: slide-diagonal-right 800ms 200ms forwards 1;
    -moz-animation: slide-diagonal-right 800ms 200ms forwards 1;
    -ms-animation: slide-diagonal-right 800ms 200ms forwards 1;
    -o-animation: slide-diagonal-right 800ms 200ms forwards 1;
    animation: slide-diagonal-right 800ms 200ms forwards 1; }
  .will-reveal--diagonalright > div:before,
  .will-reveal--diagonalright > div:after {
    left: auto;
    right: 0; }
  .will-reveal--diagonalright img {
    transform: translateX(0);
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0); }
  .will-reveal--diagonalright.reveal img {
    -webkit-animation: slide-diagonal-right 800ms 800ms forwards 1;
    -moz-animation: slide-diagonal-right 800ms 800ms forwards 1;
    -ms-animation: slide-diagonal-right 800ms 800ms forwards 1;
    -o-animation: slide-diagonal-right 800ms 800ms forwards 1;
    animation: slide-diagonal-right 800ms 800ms forwards 1; }

@-webkit-keyframes slide-down-open {
  0% {
    height: 0;
    width: 12px; }
  30% {
    height: 100%;
    width: 12px; }
  100% {
    height: 100%;
    width: 100%; } }
@-moz-keyframes slide-down-open {
  0% {
    height: 0;
    width: 12px; }
  30% {
    height: 100%;
    width: 12px; }
  100% {
    height: 100%;
    width: 100%; } }
@-ms-keyframes slide-down-open {
  0% {
    height: 0;
    width: 12px; }
  30% {
    height: 100%;
    width: 12px; }
  100% {
    height: 100%;
    width: 100%; } }
@-o-keyframes slide-down-open {
  0% {
    height: 0;
    width: 12px; }
  30% {
    height: 100%;
    width: 12px; }
  100% {
    height: 100%;
    width: 100%; } }
@keyframes slide-down-open {
  0% {
    height: 0;
    width: 12px; }
  30% {
    height: 100%;
    width: 12px; }
  100% {
    height: 100%;
    width: 100%; } }
@-webkit-keyframes slide-open {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
@-moz-keyframes slide-open {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
@-ms-keyframes slide-open {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
@-o-keyframes slide-open {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
@keyframes slide-open {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slide-open-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0%); } }
@-moz-keyframes slide-open-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0%); } }
@-ms-keyframes slide-open-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0%); } }
@-o-keyframes slide-open-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0%); } }
@keyframes slide-open-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slide-diagonal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
@-moz-keyframes slide-diagonal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
@-ms-keyframes slide-diagonal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
@-o-keyframes slide-diagonal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
@keyframes slide-diagonal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
@-webkit-keyframes slide-diagonal-right {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
@-moz-keyframes slide-diagonal-right {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
@-ms-keyframes slide-diagonal-right {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
@-o-keyframes slide-diagonal-right {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
@keyframes slide-diagonal-right {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
a {
  text-decoration: none;
  display: inline-block;
  color: #000; }

.visuallyhidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/*# sourceMappingURL=style.css.map */
