body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-family: 'Graphik semibold web', sans-serif;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.body {
  background-color: #000;
  font-family: 'Graphik regular web', sans-serif;
}

.nav-text {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  float: none;
  color: #f803bd;
  text-align: center;
}

.nav-text.detail-nav {
  color: #222;
}

.nav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 20px 30px;
  float: none;
  color: #fff;
}

.nav-button {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  padding: 20px 30px;
  float: none;
  border: 1px none #fff;
  text-decoration: none;
}

.nav-button.home-button {
  padding-left: 30px;
  float: left;
  clear: none;
  font-family: 'Graphik bold web', sans-serif;
}

.nav-button.home-button:active {
  position: relative;
  top: 1px;
}

.nav-button.right-button {
  display: block;
  overflow: visible;
  padding-right: 30px;
  float: right;
}

.nav-button.right-button:active {
  position: relative;
  top: 1px;
  opacity: 0.9;
}

.content {
  min-height: 300px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #222;
}

.content.content-project {
  position: relative;
  top: 100px;
  min-height: 1000px;
  margin-bottom: 100px;
  padding-top: 20px;
  clear: none;
  background-color: #fff;
  font-family: 'Graphik regular web', sans-serif;
}

.feature {
  position: static;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url('../images/9k=.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.feature.periscope-header {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.feature-text-box {
  position: relative;
  left: 0px;
  top: 47%;
  right: 0px;
  display: block;
  height: auto;
  max-width: 720px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  clear: none;
  background-color: transparent;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.feature-headline {
  font-family: 'Larish neue semibold', sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 1.1em;
  text-align: center;
}

.project-block {
  display: block;
  min-height: 200px;
  padding: 70px 20px 0px;
}

.project-block.misc {
  display: none;
}

.project-block-heading {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  clear: none;
  font-family: 'Larish neue semibold', sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.project-details {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.project-mini-description {
  display: block;
  max-width: 710px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: 'Graphik regular web', sans-serif;
  color: #222;
  font-size: 24px;
  line-height: 1.4em;
  text-align: center;
}

.project-text-link {
  display: block;
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.project-text-link:active {
  position: relative;
  top: 1px;
}

.feature-image {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  border-radius: 3px;
}

.divider {
  display: block;
  max-width: 680px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #eee;
}

.keep-reading {
  color: #1f6ee6;
  text-decoration: none;
}

.side-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-right: 0px;
  padding: 20px 20px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-color: #fff #000 #000;
  border-top-width: 1px;
  background-color: transparent;
}

.side-column.about-column {
  min-width: 70%;
  margin-right: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.side-column.contact-column {
  min-height: 200px;
  min-width: 200px;
  margin-right: 20px;
}

.contact {
  display: block;
  margin-bottom: 40px;
  color: #fff;
}

.about-contact-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.about-and-contact {
  margin-bottom: 0px;
  padding: 100px 60px;
  background-color: #000;
}

.about-text {
  font-family: 'Larish neue semibold', sans-serif;
  font-size: 36px;
  line-height: 1.5em;
  font-weight: 400;
}

.about-contact-subheader {
  margin-bottom: 30px;
  font-family: 'Graphik bold web', sans-serif;
  font-weight: 400;
}

.hello-there {
  display: none;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.footer {
  position: relative;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 60px 100px;
  background-color: #000;
}

.footer-content {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  border-top: 1px none #fff;
  font-family: 'Graphik regular web', sans-serif;
  color: #fff;
  text-align: left;
}

.footer-date {
  min-height: 60px;
  padding-top: 20px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #888;
}

.project {
  min-height: 300px;
  padding-right: 0px;
  padding-left: 0px;
}

.project-h1 {
  display: block;
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px 20px;
  font-family: 'Larish neue semibold', sans-serif;
  font-size: 72px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.project-body {
  font-family: 'Graphik regular web', sans-serif;
}

.project-story {
  display: block;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  line-height: 20px;
  text-align: center;
}

.project-story p {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Graphik regular web', sans-serif;
  font-size: 18px;
  line-height: 1.75em;
  text-align: left;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.project-story h2 {
  display: block;
  max-width: 800px;
  margin: 60px auto 30px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Graphik regular web', sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.project-story img {
  margin: 40px 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 3px;
}

.project-story figcaption {
  margin-top: -10px;
  margin-bottom: 40px;
  font-family: 'Graphik regular web', sans-serif;
  color: #888;
  font-size: 14px;
}

.project-story ul {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.5em;
}

.project-story li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
  list-style-type: disc;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.project-story h3 {
  display: block;
  max-width: 800px;
  margin: 60px auto 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Graphik semibold web', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.project-story h4 {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #888;
  font-weight: 400;
}

.project-story a {
  color: #222;
  text-decoration: underline;
}

.project-story a:active {
  position: relative;
  top: 1px;
  opacity: 0.9;
}

.project-story blockquote {
  display: block;
  max-width: 800px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 60px;
  border-left-style: none;
  font-family: 'Larish neue semibold', sans-serif;
  color: #222;
  font-size: 64px;
  line-height: 1.1em;
  font-weight: 400;
  text-align: left;
  text-indent: -42px;
}

.more-projects {
  width: 100%;
  min-height: 100px;
  padding-top: 0px;
  padding-bottom: 60px;
  font-family: 'Graphik regular web', sans-serif;
}

.more-projects-container {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
}

.more-projects-list {
  font-family: 'Libre Baskerville';
  font-size: 42px;
  line-height: 60px;
}

.nav-container {
  display: block;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.project-pagination {
  padding: 20px;
}

.next-project {
  padding: 20px;
  background-color: #888;
}

.pagination-link {
  width: 100%;
  padding: 10px;
}

.pagination-text {
  text-align: center;
}

.next-thing {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  font-family: 'Graphik regular web', sans-serif;
  color: #f803bd;
  font-weight: 400;
  text-align: center;
}

.next-thing:active {
  position: relative;
  top: 1px;
  opacity: 0.9;
}

.next-thing.big-next-text {
  font-family: 'Graphik semibold web', sans-serif;
}

.link-arrow {
  color: #f803bd;
}

.link-arrow-squiggle {
  color: #f803bd;
}

.contact-link {
  color: #888;
}

.speaking {
  color: #888;
}

.gray {
  color: #888;
}

html.w-mod-js *[data-ix="slide-and-fade"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35%);
  -ms-transform: translate(0px, -35%);
  transform: translate(0px, -35%);
}

html.w-mod-js *[data-ix="slide-and-fade-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="about-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 767px) {
  .nav {
    padding: 0px 20px;
  }
  .nav-button.home-button {
    padding-left: 0px;
  }
  .nav-button.right-button {
    padding-right: 0px;
  }
  .content {
    padding-bottom: 40px;
  }
  .content.content-project {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .feature-headline {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 42px;
  }
  .project-block {
    padding-top: 60px;
  }
  .project-block-heading {
    margin-bottom: 5px;
  }
  .project-details {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .project-mini-description {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .project-text-link {
    margin-bottom: 30px;
  }
  .divider {
    max-width: 160px;
  }
  .side-column.about-column {
    display: block;
    margin-right: 0px;
    padding-top: 30px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .side-column.contact-column {
    display: block;
    margin-right: 0px;
    padding-right: 0px;
  }
  .about-contact-parent {
    display: block;
  }
  .about-and-contact {
    padding: 40px 20px 20px;
  }
  .about-text {
    font-size: 23px;
  }
  .project-h1 {
    padding-top: 20px;
    font-size: 48px;
  }
  .project-story {
    padding-top: 0px;
  }
  .project-story p {
    font-size: 17px;
  }
  .project-story h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .project-story img {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
  }
  .project-story figcaption {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .project-story ul {
    padding-left: 36px;
  }
  .project-story li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-style: none;
    font-size: 17px;
  }
  .project-story h3 {
    margin-top: 30px;
    font-size: 20px;
  }
  .project-story h4 {
    font-size: 16px;
  }
  .project-story blockquote {
    margin-top: 30px;
    padding-left: 40px;
    font-size: 32px;
    text-indent: -18px;
  }
  .more-projects-container {
    padding-top: 30px;
  }
  .next-thing.big-next-text {
    font-size: 28px;
  }
}

@font-face {
  font-family: 'Graphik bold web';
  src: url('../fonts/Graphik-Bold-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-RegularItalic-Web.woff') format('woff'), url('../fonts/Graphik-BoldItalic-Web.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik semibold web';
  src: url('../fonts/Graphik-Semibold-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik regular web';
  src: url('../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Super-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Larish neue semibold';
  src: url('../fonts/larish_neue_semibold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}