@font-face {
  font-family: 'PostGrotesk-Book.otf';
  src: url('../fonts/PostGrotesk-Book.otf') format('book'), url('../fonts/PostGrotesk-Medium.otf') format('medium');
  font-weight: bold;
  font-style: normal;
}

@font-face {
font-family: 'GT-Alpina-Standard-Thin';
  src: url('../fonts/GT-Alpina-Standard-Thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
font-family: 'GT-Alpina-Standard-Thin-Italic';
  src: url('../fonts/GT-Alpina-Standard-Thin-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


* {
  box-sizing: border-box;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'GT-Alpina-Standard-Thin', 'Helvetica';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  background: white;
  color: #000000;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  height: inherit;
}

button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
 /*  text-transform: uppercase; */
}

button:focus {
  outline: 0;
}

a:hover, button:hover {
  /* text-decoration: underline; */
  color: #B026FF;
}

.subhead {
  font-family: 'GT-Alpina-Standard-Thin-Italic', 'Helvetica';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
}

.subhead:hover {
  color: #B026FF;

}

::selection {
  background: #4CBB17;
}

.m-left, .m-right {
  display: block;
  width: 50%;
  float: left;
}

.m-left::before, .m-left::after, .m-right::before, .m-right::after, .desc::before, .desc::after, .split::before, .split::after, .text::before, .text::after, .back::before, .back::after {
  display: table;
  content: '';
  clear: both;
}

.nav-top {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0;
  top: 0;
  height: 2rem;
  background: white;
  color: #000000;
  z-index: 999;
  padding: 0 1rem;
  box-sizing: border-box;
}

.nav-top.open {
  background: white;
  mix-blend-mode: normal;
  color: #000000;
}

.nav-top.open a, .nav-top.open button {
  color: #000000;
  display: block;
  z-index: 999;
}

.nav-top.open a:hover {
  color: #B026FF;
}

.nav-top a, .nav-top button {
  font-size: 20px;
}

a, .logo {
  color: #000000;
  }
  
.more {
  display: none;
  position: absolute;
  top: 1.65rem;
  background: white;
  left: 0;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}

.more h2, .desc h2 {
  font-size: 20px;
}

.more p {
  width: 80%;
  /* text-transform: uppercase; */
  margin-top: 0;
}

.nav-top.open .m-left a {
  display: inline-block;
  line-height: .2;
  text-transform: none;
  color: #B026FF;
}

.more.open {
  display: block;
}

p, .hover span, li {
  font-family: 'GT-Alpina-Standard-Thin', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.35px;
}

h1, h2 {
/* 
  text-transform: uppercase;
 */
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}

h2 {
  line-height: 1;
}

a {
  text-decoration: none;
  color: #B026FF;
  font-size: 20px;
/* 
  text-transform: uppercase;
 */
  line-height: 1;
}


.fixed a {
  display: block;
}

button, .hover p, .disclaimer p span, .text p span {
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
/*   color: black; */
  /* font-family: 'NTBau-Bold', 'Helvetica', sans-serif; */
  font-weight: normal;
  font-size: 20px;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.hover p {
  display: none;
/*   color: #fff; */
  font-size: 64px;
  line-height: 90%;
  max-width: 90%;
  -webkit-mix-blend-mode: exclusion;
  mix-blend-mode: exclusion;
}


#h1 {
  text-anchor: start;
  text-align: center;
  fill: #000;
  font-family: 'GT-Alpina-Standard-Thin', 'Helvetica', sans-serif;
  font-size: 20px;
}

#main {
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  font-size: 0;
  width: 100%;
  float: right;
  overflow: hidden;
  padding: 0 .5rem;
}

ul {
  list-style-type: circle;
  margin: 0;
  list-style-position: outside;
  padding: 0;
}

img, video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.video, .image, .back, .disclaimer {
  position: relative;
  margin: .5rem;
}

.back a:first-child {
  float: left;
}

.back a:last-child {
  float: right;
}

.text p {
  padding: 5rem 2rem;
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.project {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0.5rem;
}

.project-thumb {
  display: block;
  width: 50%;
  position: relative;
  padding: 0 8px;
  margin-bottom: 1rem;
	text-align: left;
/*   color: #000000; */
}

.project-thumb a {
  display: block;

}



.top-left p {
  position: absolute;
  top: 8px;

  width: 100%;
  height: 100%;
  font-family: 'GT-Alpina-Standard-Thin', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  height: inherit;
}

.desc h3, .m-left h4 {
  margin: 0;
  font-weight: normal;
  color: #000000;
}

.desc {
  display: block;
  width: 50%;
  padding: 3rem 1rem 1rem 1rem;
  margin-left: 50%;
}

.desc p {
  margin: 0.25rem 0 0rem 0;
  float: left;
  padding-right: 2rem;
  box-sizing: border-box;
  font-size: 20px;
  /* text-transform: uppercase; */
  line-height: 1.25;
}

.desc a {
  display: inline-block;
  text-transform: none;
  text-decoration: none;
  color: #B026FF;
  margin-top: 2px;
  font-size: 20px;
  line-height: 1.25;
}

.large-100 {
  width: 80%;
  margin: 2rem auto;
}

.full {
  width: 100%;
}

.large-50 {
  width: 50%;
}

.image {
/*   padding: 2rem 0;   */
  box-shadow: 0px 0px 20px rgba(30, 30, 30, .035);
}

.image .split p, .image .split img {
  display: block;
  width: 50%;
  float: left;
}

.image .split p {
  padding: 0 10% 0 0;
  box-sizing: border-box;
}

/* // intrinsic.scss ------------------------
// An Intrinsic Ratio Component
// --------------------------------------- */

.intrinsic {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
  background: #f0f0f0;
}

.intrinsic--square {
  padding-top: 100%;
}

.intrinsic--4x3 {
  padding-top: 60%;
}

.intrinsic--16x9 {
  padding-top: 56.25%;
}

.intrinsic-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intrinsic.cargate, .intrinsic.quanta {
  background: yellow;
}

.intrinsic.propeler {
  background: #000;
}

.intrinsic.robie {
  background: #e86577;
}

.intrinsic.fama, .intrinsic.anent {
  background: white;
}

.intrinsic.nrmal {
  background: #ea5446;
}

.intrinsic.thunderbolt {
  background: #dd410f;
}

.hover {
  display: none;
  padding: .5rem 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
    color: #B026FF;

}

/* 
.hover:hover {
  display: block;
}
 */
 
 
.project-thumb:hover .hover {
  display: block;
  color: #B026FF;
}


.hover span, .m-left p a {
/* 
  text-transform: uppercase;
 */
}

.m-left p a {
  margin-top: .5rem;
  color: #000000;
}

.hover p {
  width: 100%;
  padding-right: 1rem;
  float: left;
  text-transform: uppercase;
  display: none;
  color: #B026FF;
}

.hover span {
/* 
  color: #999;
 */
}

.project.nrmal {
  background: white;
}

.nrmal .image, .nrmal .video {
  margin: 1rem auto 5rem auto;
  width: 65%;
}

.nrmal .image:first-child {
  padding-top: 5rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .more p {
    font-size: 20px;
    width: 80%;
  }
}

/* iPhone */

@media screen and (max-width: 39.9375em) {
  .desc {
    width: 100%;
    margin: 1rem 0 0 0;
    padding: 2rem 1rem 0 1rem;
  }
  .desc p {
    margin: 0.25rem 0 1rem 0;
    padding-right: 0;
  }
  .large-50 {
    width: 100%;
  }
  .text p {
    padding: 1rem 1rem;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #main {
    width: 100%;
    margin: 2rem auto;
  }
  .m-left, .m-right, .more p {
    width: 100%;
  }
  .nav-top a, .nav-top button {
    color: #000000;
  }
  .more {
    top: 1.65rem;
    padding-bottom: 1.75rem;
  }
  .links {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .project-thumb {
    width: 100%;
  }
  .nrmal .image, .nrmal .video {
    width: 100%;
  }
  .intrinsic.nrmal {
    background: white;
  }
  .intrinsic.anent {
    background: #9facb4;
  }
  .desc ul {
    list-style-position: inside;
    clear: both;
  }
}