html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img, object, video {
  max-width: 100%;
  border: 0; }

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

a, a:visited, a:hover {
  text-decoration: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../f/icomoon.eot?-ynzgj3");
  src: url("../f/icomoon.eot?#iefix-ynzgj3") format("embedded-opentype"), url("../f/icomoon.ttf?-ynzgj3") format("truetype"), url("../f/icomoon.woff?-ynzgj3") format("woff"), url("../f/icomoon.svg?-ynzgj3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-email:before {
  content: "\e600"; }

.icon-linkedin:before {
  content: "\e601"; }

.icon-twitter:before {
  content: "\e602"; }

.icon-facebook:before {
  content: "\e603"; }

html {
  height: 100%;
  font-size: 16px; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  -webkit-font-smoothing: antialiased;
  background-color: #e1e3e4; }

h2 {
  text-align: center;
  font-size: 28vw;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 900;
  color: gray;
  text-align: center; }
  @media (min-width: 600px) {
    h2 {
      font-size: 18vw; } }
  @media (min-width: 900px) {
    h2 {
      font-size: 12vw; } }
  @media (min-width: 1100px) {
    h2 {
      font-size: 120px; } }

.work-wrapper {
  position: relative; }
  @media (min-width: 1100px) {
    .work-wrapper > h2 {
      text-align: left; } }
  .work-wrapper .headline-wrapper > h2 {
    color: red; }
  .work-wrapper > p {
    font-size: 12px;
    color: gray; }

.work-grid-container {
  display: flex;
  flex-flow: row wrap;
  padding: 1rem; }
  .work-grid-container .grid-item {
    position: relative;
    margin: 1em;
    display: flex;
    flex-grow: 1;
    width: 100%; }
    .work-grid-container .grid-item.bg-img {
      min-height: 36%; }
      @media (min-width: 600px) {
        .work-grid-container .grid-item.bg-img {
          min-height: 53%; } }
      @media (min-width: 800px) {
        .work-grid-container .grid-item.bg-img {
          min-height: 70%; } }
    .work-grid-container .grid-item.travely {
      background: url("../i/work-travely-screens.png") top left no-repeat;
      background-size: contain;
      background-position: 50% 50%; }
    .work-grid-container .grid-item.athenos .goat {
      position: absolute;
      top: 50%;
      right: -100px;
      z-index: 1;
      margin-top: -145px;
      display: none; }
    .work-grid-container .grid-item.popsicle {
      background: url("../i/work-popsicle.png") top left no-repeat;
      background-size: contain;
      background-position: 50% 50%; }
    .work-grid-container .grid-item.stacked {
      flex-direction: column;
      padding-bottom: 6px; }
      .work-grid-container .grid-item.stacked .stacked-item {
        margin-bottom: 1em; }
        .work-grid-container .grid-item.stacked .stacked-item > img {
          width: 100%;
          margin: 0 auto; }
    .work-grid-container .grid-item > img {
      width: 100%; }
    .work-grid-container .grid-item .caption {
      position: absolute;
      bottom: -1em;
      font-size: 11px;
      font-style: italic;
      color: gray; }
    @media (min-width: 900px) {
      .work-grid-container .grid-item {
        width: 40%;
        overflow: hidden; }
        .work-grid-container .grid-item .caption {
          bottom: 0; }
        .work-grid-container .grid-item.travely {
          min-height: auto; }
        .work-grid-container .grid-item.athenos .goat {
          display: block; } }

.coming-soon {
  font-size: 32px;
  line-height: 34px;
  height: 88px;
  position: absolute;
  top: 50%;
  margin-top: -75px;
  text-align: center;
  padding: 0 1em;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 900;
  color: #b3b3b3; }

.brands-wrapper {
  padding: 0 0 2em 0;
  margin: 0px auto;
  max-width: 800px; }
  .brands-wrapper > h3 {
    color: gray;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 0.5em 0;
    padding: 0 2em;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 500; }
  .brands-wrapper > ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center; }
    .brands-wrapper > ul li {
      width: 20%;
      text-align: center; }
      @media (min-width: 900px) {
        .brands-wrapper > ul li {
          width: 12%; } }

.contact {
  padding: 3em 0;
  color: #fff;
  background: #e1e3e4;
  border-right: 2px solid #6534ff;
  background: #6534ff; }
  .contact > h1 {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 900;
    font-size: 2.25em;
    line-height: 1.25em;
    text-align: center;
    margin-bottom: 0.5em; }
    @media (min-width: 900px) {
      .contact > h1 {
        line-height: 1.9em;
        margin-bottom: 0;
        width: 100%;
        display: block; } }
  .contact > p {
    font-size: 1.1em;
    text-align: center;
    line-height: 1.1em;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 500; }
  @media (min-width: 900px) {
    .contact {
      background: none;
      position: fixed;
      height: 100%;
      top: 0;
      width: 275px;
      z-index: 2; }
      .contact > h1 {
        color: #6534ff; }
      .contact > p {
        color: black; } }

.contact-social {
  margin: 1.5em 0;
  text-align: center; }
  .contact-social > li {
    display: inline-block;
    margin-right: 0.5em; }
    .contact-social > li:last-of-type {
      margin-right: 0; }
    .contact-social > li > a {
      font-size: 1.25em;
      color: #6534ff;
      padding: 0.4em;
      display: block;
      background: white;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .contact-social > li > a:hover {
        background: red;
        -webkit-transition: all, 0.3s, ease-out, 0s;
        -moz-transition: all, 0.3s, ease-out, 0s;
        -ms-transition: all, 0.3s, ease-out, 0s;
        -o-transition: all, 0.3s, ease-out, 0s;
        transition: all, 0.3s, ease-out, 0s;
        color: white;
        background: #fccdd3; }
        @media (min-width: 900px) {
          .contact-social > li > a:hover {
            background: #6534ff; } }

.main-wrapper {
  position: relative; }
  @media (min-width: 900px) {
    .main-wrapper {
      margin: 0 0 0 275px; } }

.hello {
  position: relative; }

.headline-wrapper {
  top: 20%;
  right: auto;
  bottom: auto;
  left: 50%;
  position: absolute;
  margin-left: -35%; }
  @media (min-width: 600px) {
    .headline-wrapper {
      top: 33%;
      left: 10%;
      margin-left: 0; } }
  .headline-wrapper h2 {
    color: #e5e5e5; }

.itme > img {
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px; }
@media (min-width: 900px) {
  .itme {
    max-height: 300px;
    overflow: hidden; }
    .itme > img {
      width: 100%;
      -moz-border-radius: 0px 0px 10px 0px;
      -webkit-border-radius: 0px 0px 10px 0px;
      border-radius: 0px 0px 10px 0px;
      margin-top: -50px; } }
@media (min-width: 1000px) {
  .itme {
    max-height: 400px; }
    .itme > img {
      margin-top: -125px; } }

.hello-bio {
  margin: 0px auto;
  max-width: 550px;
  font-family: 'Cabin', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: gray;
  font-size: 1.15em;
  line-height: 1.25em;
  padding: 2em 2em 0; }
  .hello-bio > p {
    margin-bottom: 1em; }

.letswork {
  margin: 0px auto;
  max-width: 800px;
  margin: 2em auto;
  padding: 2em;
  text-align: center; }
  .letswork > h3 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: gray; }

.button > a {
  color: #6534ff;
  font-size: 26px;
  background-color: rgba(255, 255, 255, 0);
  padding: 0.5em 1.5em;
  border: 2px solid #6534ff;
  display: inline-block;
  margin: 0.5em auto;
  -webkit-transition: background-color, 0.3s, ease-out;
  -moz-transition: background-color, 0.3s, ease-out;
  -ms-transition: background-color, 0.3s, ease-out;
  -o-transition: background-color, 0.3s, ease-out;
  transition: background-color, 0.3s, ease-out;
  -webkit-transition: background-color, 0.3s, ease-out;
  -moz-transition: background-color, 0.3s, ease-out;
  -ms-transition: background-color, 0.3s, ease-out;
  -o-transition: background-color, 0.3s, ease-out;
  transition: background-color, 0.3s, ease-out; }
  .button > a:hover {
    background-color: #6534ff;
    color: white;
    border: 2px solid #6534ff; }

footer {
  font-size: 12px;
  color: gray;
  padding: 0 0 2em 5%;
  position: relative; }

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