@font-face {
  font-family: "Gotham-Black";
  src: url("../fonts/Gotham-Black_0.eot");
  src: url("../fonts/Gotham-Black_0.woff") format('woff'), url("../fonts/Gotham-Black_0.ttf") format('truetype'), url("../fonts/Gotham-Black_0.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamRnd-Medium";
  src: url("../fonts/GothamRnd-Medium.eot");
  src: url("../fonts/GothamRnd-Medium.woff") format('woff'), url("../fonts/GothamRnd-Medium.ttf") format('truetype'), url("../fonts/GothamRnd-Medium.svg") format('svg');
}

@font-face {
  font-family: "Gotham-XLight";
  src: url("../fonts/Gotham-XLight.eot");
  src: url("../fonts/Gotham-XLight.woff") format('woff'), url("../fonts/Gotham-XLight.ttf") format('truetype'), url("../fonts/Gotham-XLight.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ModernMTStd-Extended";
  src: url("../fonts/ModernMTStd-Extended.eot");
  src: url("../fonts/ModernMTStd-Extended.woff") format('woff'), url("../fonts/ModernMTStd-Extended.ttf") format('truetype'), url("../fonts/ModernMTStd-Extended.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bns";
  src: url("../fonts/bns.eot");
  src: url("../fonts/bns.woff") format('woff'), url("../fonts/bns.ttf") format('truetype'), url("../fonts/bns.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamRnd-Light";
  src: url("../fonts/GothamRnd-Light.eot");
  src: url("../fonts/GothamRnd-Light.woff") format('woff'), url("../fonts/GothamRnd-Light.ttf") format('truetype'), url("../fonts/GothamRnd-Light.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  margin: 0;
}

.logo {
  text-align: center;
  margin: 1.5rem;
}

.logo img {
  max-width: 250px;
}

.main-nav {
  font-family: "Gotham-Black", sans-serif;
}

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.main-nav__list__item {
  display: block;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  line-height: 1.7rem;
  letter-spacing: .2rem;
}

.main-nav__list__item a {
  text-decoration: none;
  color: #000000;
}

.main-nav__list__item a.active,
.main-nav__list__item a:hover {
  color: #804f26;
}

.hero {
  width: 100%;
  height: auto;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing; border-box;
  padding: 10px;
  position: relative;

  font-family: "ModernMTStd-Extended", sans-serif;
  font-size: 1.7rem;
  line-height: 3.5rem;
  color: #ffffff;
  text-align: left;
  float: left;
}

.hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .2;
  z-index: 1;
}

.hero__content {
  z-index: 2;
  position: relative;
}

.hero--welcome {
  background: url("../img/welcome.jpg") no-repeat center;
  background-size: cover;
}

.hero--about {
  background: url("../img/about.jpg") no-repeat center;
  background-size: cover;
}

.hero--philosophy {
  background: url("../img/philosophy.jpg") no-repeat center;
  background-size: cover;
}

.hero--who-we-are {
  background: url("../img/whoweare.jpg") no-repeat center;
  background-size: cover;
}

.hero--contact {
  background: url("../img/contact.jpg") no-repeat center;
  background-size: cover;
}

.hero--work {
  background: url("../img/work.jpg") no-repeat center;
  background-size: cover;
}

.title:before {
  font-family: "bns";
  vertical-align: top;
  padding-right: 20px;
  font-size: 3.5rem;
}

.hero--about .title:before {
  content: "%";
}

.hero--philosophy .title:before {
  content: "#";
}

.hero--contact .title:before {
  content: "$";
}

.hero--work .title:before {
  content: "!";
}

.title {
  font-family: "Gotham-XLight", sans-serif;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 3.7rem;
  text-align: center;
}

.intro {
  font-family: "GothamRnd-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: .1rem
}

.motto {
  border: 1px solid #ffffff;
  list-style: none;
  padding: 0;
  text-align: center;
}

.motto__item {
  font-size: 2.8rem;
  padding: 2.5rem 0;
  text-transform: uppercase;
  font-family: "GothamRnd-Light", sans-serif;
  text-align: center;
}

.motto__item:not(:last-child):after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 auto;
  border-bottom: 2px solid #ffffff;
}

.hero--welcome .title {
  font-size: 5.4rem;
  line-height: 16rem;
  color: #231f20;
}

.hero--welcome .subtitle {
  font-size: 1.6rem;
  color: #f2f2f2;
  font-family: "Gotham-Black", sans-serif;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}

.hero__content h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "GothamRnd-Light", sans-serif;
}

.signature {
  text-align: right;
  margin-top: 3rem;
}

.team {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.team__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 2rem;
  width: 12rem;
  position: relative;
}

.team__item img {
  width: 11rem;
  height: 11rem;
  border: .3rem solid #ffffff;
}

.team__member {
  font-family: "GothamRnd-Medium", sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
  letter-spacing: .2rem;
  margin: 0;
}

.team__member__name {
  text-transform: uppercase;
  margin-top: 1rem;
  display: inline-block;
}

.tooltip {
  background: #000000;
  bottom: 50%;
  color: #ffffff;
  display: none;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  padding: 10px;
  width: 200px;
  min-height: 100px;
  z-index: 666;

  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);

  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;

  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.tooltip > p {
  font-weight: normal;
  font-family: "GothamRnd-Light", sans-serif;
}

.team__member:hover .tooltip {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.work__projects {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.work__projects__item {
  width: 45%;
  height: 150px;
  border-radius: 10px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-right: 2%;
}

.work__projects__item--twitter {
  background-color: #41b3e7;
}

.work__projects__item--lifestreams,
.work__projects__item--wolffbehr,
.work__projects__item--moasis {
  background-color: #000000;
}

.work__projects__item--sac {
  background-color: #3333E4;
}

.work__projects__item--ballfalldown {
  background-color: #64311c;
}

.work__projects__item--airbnb {
  background-color: #fc5a62;
}

.work__projects__item--pearljam {
  background-color: #000000;
}

.work__projects__item--optimus {
  background-color: #397eb5;
}

.work__projects__item--dmaps {
  background-color: #335a85;
}

.work__projects__item--bepress {
  background-color: #e7e7e7;
}

.work__projects__item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 150px;
}

.work__projects__item img {
  max-width: 75%;
  max-height: 75%;
  vertical-align: middle;
}

.work__projects__item:nth-child(2n) {
  margin-right: 0;
}

.work__banner {
  width: 100%;
  text-align: center;
  height: 200px;
  line-height: 200px;
}

.work {
  font-family: "ModernMTStd-Extended", sans-serif;
}

.work h1 {
  font-size: 5.2rem;
  margin-bottom: 0;
}

.work a {
  color: #aa8b74;
}

.work p,
.work ul {
  line-height: 1.5;
  font-size: 1.6rem;
}

.work .work__intro {
  font-size: 1.8rem;
}

.work__banner img {
  vertical-align: middle;
  width: 200px;
}

.work__banner--fluidigm {
  background: url("../img/work/fluidigm/fluidigm_bg.jpg") no-repeat center;
  background-size: cover;
}

.work__banner--airbnb {
  background: url("../img/work/airbnb/airbnb_bg.jpg") no-repeat center;
  background-size: cover;
}

.work__banner--flightbucks {
  background: url("../img/work/flightbucks/flightbucks_bg.jpg") no-repeat center;
  background-size: cover;
}

.work__banner--groupology {
  background: #eeecee;
}

.work__banner--pearljam {
  background: #000000;
}

.work__banner--optimus {
  background: url("../img/work/optimus/optimus-bg-header.jpg") no-repeat center;
  background-size: cover;
}

.work__banner--dmaps {
  background: url("../img/work/dmaps/dmaps-bg-header.jpg") no-repeat center;
  background-size: cover;
}

.work__banner--bepress {
  background: url("../img/work/bepress/bepress-bg-header.jpg") no-repeat center;
  background-color: #e7e7e7;
  background-size: cover;
}

.work__banner--sac {
  background: url("../img/work/sac/sac-bg-header.jpg") no-repeat center;
  background-size: cover;
}

.work__banner--clearslide {
  background: url("../img/work/clearslide/clearslide-bg-header.jpg") no-repeat center;
  background-size: cover;
}

.work__banner--wolffbehr {
  background: #000;
}

.work__content {
  padding: 10px;
}

.work__content header {
  margin-bottom: 50px;
}

.work__content img {
  max-width: 100%;
}

.work__content blockquote {
  position: relative;
  padding-left: 30px;
  margin-top: 50px;
}

.work__content blockquote i {
  display: block;
}

.work__content blockquote:before {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -15px;
  color: #ab8b74;
}

.work__credits {
  margin-top: 100px;
}

.work__credits img {
  max-width: 100%;
  margin-bottom: 50px;
}

.work__credits dl {
  font-size: 1.3rem;
}

.work__credits dd {
  margin: 0 0 15px 0;
  padding: 0;
}

.work__masonry {
  list-style: none;
  margin: 0 20px;
  padding: 0;
}

.work__masonry li {
  margin-bottom: 20px;
  padding: 5px;
}

.work__masonry li img {
  width: 100%;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.4);
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.4);
}

.slider {
  position: relative;
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slider li img {
  max-height: 415px;
  margin: 0 auto;
}

.slider ul,
.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-dots {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}

.slick-dots li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #eeeeee;
  margin-right: 5px;
  cursor: pointer;
  height: 4px;
}

.slick-dots li button {
  width: 100%;
  height: 4px;
  background: inherit;
  outline: none;
  border: none;
}

.slick-dots li.slick-active {
  background: #ab8b74;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-slide {
  float: left;
  text-align: center;
}

.work__next {
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-top: 1px solid #f5f5f5;
}

.work__next p {
  vertical-align: middle;
  display: inline-block;
}

@media only screen and (min-width: 768px) {

  body {
    height: 100%;
  }

  .logo {
    text-align: left;
    margin: 2rem;
  }

  .logo img {
    max-width: none;
  }

  .main-nav__list {
    position: absolute;
    right: 5px;
    bottom: 0;
  }

  .main-nav__list__item {
    display: inline-block;
  }

  .bar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 666;
  }

  .hero {
    min-height: 100%;
    padding: 150px 0 50px 10px;
  }

  .hero--welcome {
    height: 100%;
    font-size: 0;
    padding-top: 0;
  }

  .hero--welcome:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .hero__content {
    width: 75%;
    margin: 0 auto;
  }

  .work__content {
    width: 50%;
    margin: 0 auto;
    padding: 0;
  }

  .work__content .extended {
    margin: 100px -100px;
  }

  .work__next {
    margin: 50px auto;
  }

  .hero--welcome .hero__content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 1.4rem;
  }

  .hero--welcome .title {
    font-size: 9.4rem;
    line-height: 26rem;
  }

  .hero--welcome .subtitle {
    font-size: 2.1rem;
    margin: 0 auto;
    width: 75%;
  }

  .hero--about p:not(.signature) {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .title {
    font-size: 5.7rem;
  }

  .intro {
    font-size: 1.8rem;
  }

  .motto {
    margin: 70px auto;
    padding: 30px 0 15px;
    width: 80%;
  }

  .motto__item {
    display: inline-block;
    line-height: 2rem;
    padding: 0 2rem;
    border-left: 1px solid #ffffff;
  }

  .motto__item:first-child {
    border-left: none;
  }

  .motto__item:not(:last-child):after {
    display: none;
  }

  .team {
    text-align: left;
  }

  .team__item {
    margin: 0 1.5rem 2rem;
  }

  .tooltip {
    display: block;
  }

  .work__projects__item {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .work__projects__item:nth-child(2n) {
    margin-right: 3%;
  }

  .work__projects__item:nth-child(3n) {
    margin-right: 0;
  }

  .work__banner {
    margin-top: 115px;
  }

  .work__credits dl {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .work__masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .work__masonry li:nth-child(2) {
    -webkit-column-break-after: always;
    page-break-after: always;
    break-after: always;
  }

}

@media only screen and (min-width: 1024px) {
  .work__projects__item img {
    max-width: 50%;
  }
}

@media only screen and (min-width: 1650px) {

  .hero__content,
  .work__content,
  .hero--welcome .subtitle {
    width: 1200px;
  }

}
