a.button, header .tags li a, #home .tags li a, .more {
  display: inline-block;
  border: 1px solid #2d619e;
  padding: 0.25em 0.75em;
  margin-right: 0.25em;
  color: #2d619e; }
  a.button:hover, header .tags li a:hover, #home .tags li a:hover, .more:hover {
    color: #444444;
    border-color: #444444; }

#home a, #home .tags li a, #about .slide.top a, #projects nav.slide a, #latest nav.slide a {
  color: #c6d6e8; }
  #home a:hover, #home .tags li a:hover, #about .slide.top a:hover, #projects nav.slide a:hover, #latest nav.slide a:hover {
    color: #fff; }

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
  font-family: Helmet, Freesans, sans-serif; }

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body, select, input, textarea {
  color: #333; }

a {
  color: #03f;
  text-decoration: none; }

a:hover {
  color: #69f; }

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #2d619e;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #2d619e;
  color: #fff;
  text-shadow: none; }

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #2d619e; }

ins {
  background-color: #2d619e;
  color: #fff;
  text-decoration: none; }

mark {
  background-color: #2d619e;
  color: #fff;
  font-style: italic;
  font-weight: bold; }

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
  color: #a9a9a9; }

textarea:-moz-placeholder {
  color: #a9a9a9; }

html, body, header .wrapper {
  height: 100%;
  overflow: hidden; }

body {
  font-family: 'Inconsolata', Helmet, Freesans, sans-serif;
  font-size: 16px;
  background: url("../img/grey-bg_cool.jpg"); }

.wrapper {
  max-width: 800px;
  padding: 0 1.25em; }

p {
  line-height: 1.33em;
  margin-bottom: 1.33em; }

h1 {
  font-family: "ff-basic-gothic-sc-web-pro", sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  margin-bottom: 0.5em;
  text-align: center;
  color: #444444; }
  h1 a {
    text-decoration: none; }
    h1 a:hover {
      border: 0; }
  h1 a {
    color: #2d619e;
    border: 0; }
    h1 a:hover {
      color: #444444; }

h2 {
  font-size: 1.45em;
  line-height: 1.7em; }

h3 {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 0.75em;
  font-weight: bold;
  margin-left: 23%;
  max-width: 500px; }
  h3 a {
    border: 0;
    color: #444444; }
    h3 a:hover {
      color: #2d619e; }

a {
  color: #2d619e;
  text-decoration: none;
  padding-bottom: 0.1em;
  border-bottom: 0.1em solid;
  border-color: #2d619e; }

a:hover {
  color: #444444;
  border-color: #444444; }

section {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  transition: 1s ease;
  -webkit-overflow-scrolling: touch; }
  section#home {
    left: 0; }
    section#home .slide.left {
      opacity: 0; }
      section#home .slide.left:hover {
        opacity: 1; }
  section#about {
    left: 0;
    top: -100%; }
  section#projects {
    left: 100%; }
  section#latest {
    left: -100%; }

.about #home {
  top: 100%;
  left: 0; }
.about #about {
  top: 0;
  left: 0;
  z-index: 50; }
  .about #about nav.slide {
    position: fixed; }
.about #projects {
  top: 100%;
  left: 100%; }
.about #latest {
  top: 100%;
  left: -100%; }

.projects #home {
  top: 0;
  left: -100%; }
.projects #about {
  top: -100%;
  left: -100%; }
.projects #projects {
  top: 0;
  left: 0;
  z-index: 50; }
  .projects #projects nav.slide {
    position: fixed; }
.projects #latest {
  top: 0;
  left: -200%; }

.latest #home {
  top: 0;
  left: 100%; }
.latest #about {
  top: -100%;
  left: 100%; }
.latest #projects {
  top: 0;
  left: 200%; }
.latest #latest {
  top: 0;
  left: 0;
  z-index: 50; }
  .latest #latest nav.slide {
    position: fixed; }

header {
  background: url(../img/grey-bg_cool.jpg); }
  header .wrapper {
    max-width: none;
    padding: 1.5em 0 0.75em;
    border-bottom: 1px solid #444444; }
  header h1 {
    margin-right: 1.5em;
    float: right;
    color: #396190; }

nav ul {
  margin: 1em 0; }
  nav ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.25em; }
    nav ul li:last-child {
      margin-right: 0; }
    nav ul li a {
      text-decoration: none; }

article {
  margin: 2em 0;
  border-bottom: 1px solid #444444;
  padding-bottom: 1.5em;
  padding-right: 1.25em;
  position: relative; }
  article p {
    max-width: 600px; }
  article .fluid-width-video-wrapper {
    margin-bottom: 1em; }

.project-wrap {
  font-size: 0; }
  .project-wrap > * {
    font-size: 16px;
    display: inline-block;
    vertical-align: top; }

.democracy .democracy a,
.action .action a,
.investigation .investigation a,
.ideas .ideas a,
.art .art a,
.urbanism .urbanism a {
  color: #444444;
  border-color: #444444;
  border-width: 2px;
  font-weight: bold;
  padding-top: 0.2em;
  padding-bottom: 0.2em; }
  .democracy .democracy a:hover,
  .action .action a:hover,
  .investigation .investigation a:hover,
  .ideas .ideas a:hover,
  .art .art a:hover,
  .urbanism .urbanism a:hover {
    color: inherit; }

.tags, .meta {
  width: 20%;
  margin-right: 3%;
  line-height: 1.33em; }
  .tags li, .meta li {
    border-bottom: 1px solid #444444;
    padding: 0.25em 0; }
    .tags li:last-child, .meta li:last-child {
      border: 0; }
  .tags a, .meta a {
    border: 0;
    padding: 0;
    color: #2d619e; }
    .tags a:hover, .meta a:hover {
      color: #444444;
      border-color: #444444; }

header .tags, #home .tags {
  list-style: none;
  width: auto;
  margin-right: 0; }
  header .tags li, #home .tags li {
    display: inline-block;
    border: 0;
    padding: 0; }
    header .tags li.all, #home .tags li.all {
      width: 23%;
      max-width: 171px; }
      header .tags li.all a, #home .tags li.all a {
        border: 0;
        padding: 0;
        display: inline; }
  header .tags li a, #home .tags li a {
    display: block;
    margin-bottom: 0.75em; }

.info {
  width: 76.75%; }
  .info img {
    display: block;
    margin: 1em 0; }

.more {
  position: absolute;
  bottom: -1px;
  right: 5.1em; }

nav.slide {
  position: absolute;
  top: 0;
  height: 100%;
  transition: 1s ease;
  z-index: 10; }
  nav.slide a {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -1em;
    margin-left: -1.15em;
    font-weight: bold;
    font-size: 1.1em;
    border: 0;
    color: #2d619e;
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  nav.slide.right {
    right: 3em;
    left: auto;
    margin: 0; }
  nav.slide.left {
    left: 1.5em; }
    nav.slide.left a {
      transform: rotate(90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

nav.top, nav.bottom {
  width: 100%;
  height: 4em;
  text-align: center; }
  nav.top a, nav.bottom a {
    position: static;
    transform: none;
    margin: 0;
    margin-top: 1em; }

nav.bottom {
  position: absolute;
  bottom: 1.5em;
  top: auto;
  height: auto;
  font-weight: bold;
  font-size: 1.1em; }

#home {
  background: url(../img/blueprint-bg2.jpg) center top;
  color: #fff;
  padding-top: 0; }
  #home a {
    border: 0;
    transition: 0.15s; }
  #home header {
    position: relative;
    width: 100%;
    top: 50%;
    margin-left: 0;
    border: 0;
    color: #fff;
    left: 0;
    background: none;
    padding: 0;
    z-index: 5;
    transition: none; }
    #home header h1 {
      color: #fff;
      float: none;
      margin-right: 0; }
    #home header .wrapper {
      margin: 0 auto;
      max-width: 500px;
      padding: 2em;
      border: 0; }
      #home header .wrapper nav ul {
        margin-bottom: 0; }
        #home header .wrapper nav ul li {
          margin-bottom: 1em; }
    #home header p:last-child {
      margin-bottom: 0; }
  #home .tags {
    position: static; }
    #home .tags li {
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%; }
      #home .tags li a {
        padding: 0.5em 0.75em;
        background: url(../img/blueprint-bg2.jpg) center no-repeat;
        border-color: #c6d6e8;
        transition: 0.25s; }
        #home .tags li a:hover {
          border-color: inherit; }
      #home .tags li:first-child {
        margin-left: -370px; }
        #home .tags li:first-child a:hover {
          transform: translateX(-6px); }
      #home .tags li:nth-child(2) {
        margin-left: -100px;
        margin-top: -280px; }
        #home .tags li:nth-child(2) a:hover {
          transform: translateY(-6px); }
      #home .tags li:nth-child(3) {
        margin-top: -200px;
        margin-left: 80px; }
        #home .tags li:nth-child(3) a:hover {
          transform: translateY(-6px); }
      #home .tags li:nth-child(4) {
        margin-left: 290px;
        margin-top: -50px; }
        #home .tags li:nth-child(4) a:hover {
          transform: translateX(6px); }
      #home .tags li:nth-child(5) {
        margin-top: 170px;
        margin-left: 30px; }
        #home .tags li:nth-child(5) a:hover {
          transform: translateY(6px); }
      #home .tags li:nth-child(6) {
        margin-top: 220px;
        margin-left: -200px; }
        #home .tags li:nth-child(6) a:hover {
          transform: translateY(6px); }
  #home #connections {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    margin-left: -375px;
    margin-top: -280px; }

#about {
  background: url("../img/grey-bg_cool.jpg"); }
  #about .wrapper {
    margin-left: 3em; }
  #about .slide.top {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    background: url(../img/blueprint-bg2.jpg);
    display: table;
    height: 4.5%;
    text-align: center;
    transition: 1s ease; }
    #about .slide.top a {
      display: table-cell;
      vertical-align: middle;
      font-weight: bold;
      font-size: 1.1em;
      border: 0;
      padding: 0; }
  #about h3 {
    margin-left: 0; }
  #about article {
    border: 0; }
  #about article .bio {
    display: inline-block;
    vertical-align: top;
    width: 46.75%;
    margin-right: 4.5%; }
    #about article .bio:last-child {
      margin-right: 0; }

#projects, #latest {
  overflow: auto;
  overflow-y: scroll; }
  #projects > .wrapper, #latest > .wrapper {
    max-width: none;
    padding: 0;
    background: url("../img/grey-bg_cool.jpg"); }
    #projects > .wrapper > h2, #latest > .wrapper > h2 {
      margin-left: 2rem; }
  #projects article, #projects header, #latest article, #latest header {
    margin-left: 4.5em; }
  #projects article .wrapper, #latest article .wrapper {
    padding: 0; }
  #projects nav.slide, #latest nav.slide {
    background: url("../img/blueprint-bg2.jpg");
    width: 3em;
    left: 0;
    padding-left: 1.5em; }

#latest article, #latest header .wrapper {
  margin-left: 0;
  margin-right: 4.5em;
  padding-left: 2em; }
#latest header {
  margin: 0; }
#latest nav.slide {
  position: absolute;
  right: 0;
  left: auto;
  z-index: 20; }

.sub {
  overflow: visible;
  height: auto; }
  .sub h3 {
    margin-bottom: 1em;
    max-width: 800px; }
  .sub .tags li.all {
    width: 20%;
    max-width: 160px; }
  .sub > .wrapper {
    padding: 0 2em; }
  .sub header .wrapper {
    border-width: 0;
    padding-bottom: 0;
    padding-left: 1.85em; }
  .sub article {
    border-width: 0; }

.sub.list article {
  border-width: 1px; }
.sub.list .tags li.all {
  width: 20%;
  max-width: 171px; }
.sub.list header .wrapper {
  border-width: 1px;
  padding-bottom: 0.75em;
  padding-left: 0; }

.sub.project header h2 a {
  border-bottom: 0.1em solid; }
  .sub.project header h2 a:before {
    content: '\2039';
    margin-right: 0.25em; }

.sub.latest > .wrapper {
  max-width: 900px; }
.sub.latest .info {
  font-family: "Merriweather"; }
  .sub.latest .info > * {
    line-height: 1.6em;
    margin-bottom: 0;
    text-indent: 2em; }
    .sub.latest .info > *:first-of-type {
      text-indent: 0; }

/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
  header .tags li.all, .sub .tags li.all {
    width: auto;
    margin-right: 1.25em; }

  .more {
    right: 2.5em; } }
@media screen and (max-width: 740px) {
  section {
    height: 100% !important;
    overflow: scroll; }

  #projects, #latest, .sub {
    width: 100%; }
    #projects > .wrapper, #latest > .wrapper, .sub > .wrapper {
      padding: 0; }
      #projects > .wrapper > h2, #latest > .wrapper > h2, .sub > .wrapper > h2 {
        margin-left: 1.25rem; }
    #projects header, #latest header, .sub header {
      margin: 0;
      position: static;
      width: 100%; }
      #projects header .wrapper, #latest header .wrapper, .sub header .wrapper {
        margin: 0;
        padding: 1em 1.25em 0.5em; }
      #projects header h1, #latest header h1, .sub header h1 {
        float: none;
        text-align: center;
        margin-right: 0; }
    #projects article, #latest article, .sub article {
      margin-left: 0;
      margin-right: 0;
      padding-left: 1.25em; }

  #home {
    top: 0; }
    #home header {
      position: static;
      width: 100%; }
    #home .tags {
      margin: 0 auto;
      padding: 0 2em;
      max-width: 500px;
      text-align: center; }
      #home .tags li {
        position: static;
        display: block; }
        #home .tags li:nth-child(n) {
          margin: 0; }
          #home .tags li:nth-child(n) a:hover {
            transform: translateX(0); }
    #home canvas {
      display: none; }
    #home.off-bottom {
      top: 100%; }

  #about .wrapper {
    margin-left: 0; }

  .home #home nav.slide, .home #home nav.bottom, .home #projects nav.slide, .home #projects nav.bottom, .home #about nav.slide, .home #about nav.bottom, .home #latest nav.slide, .home #latest nav.bottom, .about #home nav.slide, .about #home nav.bottom, .about #projects nav.slide, .about #projects nav.bottom, .about #about nav.slide, .about #about nav.bottom, .about #latest nav.slide, .about #latest nav.bottom, .latest #home nav.slide, .latest #home nav.bottom, .latest #projects nav.slide, .latest #projects nav.bottom, .latest #about nav.slide, .latest #about nav.bottom, .latest #latest nav.slide, .latest #latest nav.bottom, .projects #home nav.slide, .projects #home nav.bottom, .projects #projects nav.slide, .projects #projects nav.bottom, .projects #about nav.slide, .projects #about nav.bottom, .projects #latest nav.slide, .projects #latest nav.bottom {
    position: static;
    height: auto;
    text-align: center;
    padding: 0 2em 1em;
    width: 100%; }
    .home #home nav.slide:first-of-type, .home #home nav.bottom:first-of-type, .home #projects nav.slide:first-of-type, .home #projects nav.bottom:first-of-type, .home #about nav.slide:first-of-type, .home #about nav.bottom:first-of-type, .home #latest nav.slide:first-of-type, .home #latest nav.bottom:first-of-type, .about #home nav.slide:first-of-type, .about #home nav.bottom:first-of-type, .about #projects nav.slide:first-of-type, .about #projects nav.bottom:first-of-type, .about #about nav.slide:first-of-type, .about #about nav.bottom:first-of-type, .about #latest nav.slide:first-of-type, .about #latest nav.bottom:first-of-type, .latest #home nav.slide:first-of-type, .latest #home nav.bottom:first-of-type, .latest #projects nav.slide:first-of-type, .latest #projects nav.bottom:first-of-type, .latest #about nav.slide:first-of-type, .latest #about nav.bottom:first-of-type, .latest #latest nav.slide:first-of-type, .latest #latest nav.bottom:first-of-type, .projects #home nav.slide:first-of-type, .projects #home nav.bottom:first-of-type, .projects #projects nav.slide:first-of-type, .projects #projects nav.bottom:first-of-type, .projects #about nav.slide:first-of-type, .projects #about nav.bottom:first-of-type, .projects #latest nav.slide:first-of-type, .projects #latest nav.bottom:first-of-type {
      border-top: 1px solid #c6d6e8;
      margin-top: 2em;
      padding-top: 2em; }
    .home #home nav.slide a, .home #home nav.bottom a, .home #projects nav.slide a, .home #projects nav.bottom a, .home #about nav.slide a, .home #about nav.bottom a, .home #latest nav.slide a, .home #latest nav.bottom a, .about #home nav.slide a, .about #home nav.bottom a, .about #projects nav.slide a, .about #projects nav.bottom a, .about #about nav.slide a, .about #about nav.bottom a, .about #latest nav.slide a, .about #latest nav.bottom a, .latest #home nav.slide a, .latest #home nav.bottom a, .latest #projects nav.slide a, .latest #projects nav.bottom a, .latest #about nav.slide a, .latest #about nav.bottom a, .latest #latest nav.slide a, .latest #latest nav.bottom a, .projects #home nav.slide a, .projects #home nav.bottom a, .projects #projects nav.slide a, .projects #projects nav.bottom a, .projects #about nav.slide a, .projects #about nav.bottom a, .projects #latest nav.slide a, .projects #latest nav.bottom a {
      position: static;
      transform: none !important;
      margin: 0 auto;
      display: block;
      border: 1px solid #c6d6e8;
      padding: 0.5em 0;
      color: #c6d6e8;
      max-width: 436px; }
      .home #home nav.slide a:hover, .home #home nav.bottom a:hover, .home #projects nav.slide a:hover, .home #projects nav.bottom a:hover, .home #about nav.slide a:hover, .home #about nav.bottom a:hover, .home #latest nav.slide a:hover, .home #latest nav.bottom a:hover, .about #home nav.slide a:hover, .about #home nav.bottom a:hover, .about #projects nav.slide a:hover, .about #projects nav.bottom a:hover, .about #about nav.slide a:hover, .about #about nav.bottom a:hover, .about #latest nav.slide a:hover, .about #latest nav.bottom a:hover, .latest #home nav.slide a:hover, .latest #home nav.bottom a:hover, .latest #projects nav.slide a:hover, .latest #projects nav.bottom a:hover, .latest #about nav.slide a:hover, .latest #about nav.bottom a:hover, .latest #latest nav.slide a:hover, .latest #latest nav.bottom a:hover, .projects #home nav.slide a:hover, .projects #home nav.bottom a:hover, .projects #projects nav.slide a:hover, .projects #projects nav.bottom a:hover, .projects #about nav.slide a:hover, .projects #about nav.bottom a:hover, .projects #latest nav.slide a:hover, .projects #latest nav.bottom a:hover {
        color: #fff;
        border-color: #fff; } }
@media screen and (max-width: 600px) {
  #about article {
    margin-bottom: 0; }
    #about article .bio {
      display: block;
      width: auto;
      margin-right: 0;
      margin-bottom: 3em; }

  .more {
    right: 1.25em; } }
@media screen and (max-width: 480px) {
  header, article {
    margin: 2em 0 1em; }

  .tags, .meta {
    margin-right: 0; }

  article h3 {
    margin-left: 0; }

  .project-wrap > * {
    display: block;
    width: auto; }
  .project-wrap .tags, .project-wrap .meta {
    margin-bottom: 1em;
    padding: 0.25em 0;
    border: 1px solid #444444;
    border-left: 0;
    border-right: 0; }
    .project-wrap .tags li, .project-wrap .meta li {
      display: inline-block;
      border: 0;
      margin-right: 1em; } }
/* Print styles
-------------------------------------------------------------------------------*/
