@font-face {
  font-family: 'AGRI';
  src: url("../fonts/AtlasGrotesk-RegularItalic-Web.eot");
  src: url("../fonts/AtlasGrotesk-RegularItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/AtlasGrotesk-RegularItalic-Web.woff2") format("woff2"), url("../fonts/AtlasGrotesk-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }
/*.AtlasGrotesk-RegularItalic-Web {
  font-family: 'Atlas Grotesk Web';
  font-weight:  400;
  font-style:   italic;
  font-stretch: normal;
}*/
@font-face {
  font-family: 'AGR';
  src: url("../fonts/AtlasGrotesk-Regular-Web.eot");
  src: url("../fonts/AtlasGrotesk-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/AtlasGrotesk-Regular-Web.woff2") format("woff2"), url("../fonts/AtlasGrotesk-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
/*.AtlasGrotesk-Regular-Web {
  font-family: 'Atlas Grotesk Web';
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}*/
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; }

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 {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

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

body, h3 {
  font-family: 'AGR', sans-serif;
  font-size: 15px;
  letter-spacing: .2px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }

a {
  text-decoration: none;
  color: #000000;
  transition: 0.2s ease; }

a:hover {
  color: #555555;
  transition: 0.2s ease; }

li {
  display: inline; }

p {
  line-height: 1.6; }

.dark {
  background-color: #000000;
  color: #ffffff; }
  .dark a {
    color: #ffffff;
    transition: 0.2s ease; }
  .dark a:hover {
    color: #555555;
    transition: 0.2s ease; }

#about-panel {
  width: 600px;
  height: 100vh;
  position: fixed;
  left: -600px;
  top: 0;
  z-index: 101;
  padding: 26px 82px 30px 30px;
  background-color: #f8f8f8;
  overflow: scroll; }
  #about-panel ul {
    line-height: 1.6; }
  #about-panel li {
    padding-bottom: 2px;
    display: block; }
  #about-panel h3 {
    padding-bottom: 8px; }
  #about-panel p, #about-panel div, #about-panel ul {
    padding-bottom: 16px; }
  #about-panel span {
    font-family: "AGRI";
    font-style: italic; }
  #about-panel #portrait {
    padding: 6px 70px 12px 70px; }

#about-close {
  position: fixed;
  width: 15px;
  height: 15px;
  top: 30px;
  left: -45px; }

#mobile-close {
  display: none; }

.wrap {
  padding: 100px 30px 0px 30px; }

.logo {
  position: fixed;
  top: 30px;
  z-index: 100; }

.nav-items {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100; }
  .nav-items li {
    padding-left: 15px; }

.project-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80px; }
  .project-wrap li:nth-child(2) {
    float: right; }
  .project-wrap ul {
    padding-top: 20px; }

.project-info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px; }

.right {
  margin-left: 50%;
  margin-top: -19px;
  width: 50%; }

.left {
  position: absolute;
  top: 65px; }

.prev {
  cursor: w-resize;
  height: 95%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100; }

.next {
  cursor: e-resize;
  height: 95%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101; }

.archive-caption {
  text-align: center;
  padding: 20px 0 60px 0; }

/* XLARGE */
/* min-width 1445px, xlarge screens */
/* MEDIUM */
/* SMALL */
@media only screen and (max-width: 40rem) {
  #about-panel {
    width: 100%; }

  #mobile-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px; }

  .wrap {
    padding: 75px 30px 0 30px; }

  .logo {
    position: absolute;
    top: 30px; }

  .nav-items {
    position: absolute;
    top: 30px;
    right: 30px; }

  .grid-container {
    padding: 0 !important; }

  img {
    padding-bottom: 16px; }

  .title {
    padding: 8px 0 12px 0; }

  .left {
    padding-bottom: 12px; }

  .carousel-caption {
    margin-top: -16px; }

  .count {
    display: none; }

  .project-wrap {
    padding-bottom: 60px; }

  .project-info {
    position: static;
    padding: 0; }
    .project-info .right {
      margin: 0;
      width: 100%; }
    .project-info .left {
      position: static;
      top: 0; }

  .info-bg {
    display: none; } }
