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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}

body {
  background: #ffffff;
  color: #000;
  font-family: 'EB Garamond', serif;
}
a.gray {
    color:#888;
}
a {
  text-decoration: none;
  outline: none;
  color: #000; }

h1, h2 {
  font-weight: normal; }
/* 
 * layout
 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  padding: 25px 0 0;
  z-index: 3; }
  header a {
    font-size: 14px;
    display: inline-block;
    width: auto; }
  header p {
    font-size: 12px;
    display: inline-block;
    letter-spacing: .5px; }
  header div {
    width: 30%;
    height: 100%;
    display: block;
    float: left; }
    header div:nth-child(1) {
      margin-left: 25px; }
      header div:nth-child(1) a {
        width: 110px; }
    header div:nth-child(2) {
      width: calc(40% - 50px);
      text-align: center; }
    header div:nth-child(3) {
      text-align: right;
      margin-right: 25px; }
      header div:nth-child(3) a:first-child {
        display: block; }
      header div:nth-child(3) a:last-child {
        display: none; }

/* 
 * layout
 */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  padding: 0 0 25px;
  z-index: 3; }
  footer a {
    font-size: 14px;
    display: inline-block;
    width: auto; }
  footer p {
    font-size: 12px;
    display: inline-block;
    letter-spacing: .5px; }
  footer div {
    width: 30%;
    height: 100%;
    display: block;
    float: left; }
    footer div:nth-child(1) {
      margin-left: 25px; }
      footer div:nth-child(1) a {
        width: 110px; }
    footer div:nth-child(2) {
      width: calc(40% - 50px);
      text-align: center; }
    footer div:nth-child(3) {
      text-align: right;
      margin-right: 25px; }
      footer div:nth-child(3) a:first-child {
        display: block; }
      footer div:nth-child(3) a:last-child {
        display: none; }


section#grid {
  position: relative;
  text-align: center;
  overflow: auto;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  section#grid a {
    display: inline-block;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
    section#grid a img {
      display: block;
      will-change: opacity;
      -webkit-backface-visibility: hidden;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: opacity 0.5s ease-out;
      -moz-transition: opacity 0.5s ease-out;
      -ms-transition: opacity 0.5s ease-out;
      -o-transition: opacity 0.5s ease-out;
      transition: opacity 0.5s ease-out; }
    section#grid a:hover img {
      opacity: .3;
      -webkit-transition: opacity 0.1s ease-out;
      -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
section#about {
  position: absolute;
  z-index: 4;
  width: 100%;
  min-height: 100vh;
  top: 0;
  background: #f9f6ed;
  display: none; }
  section#about > a.close {
    position: fixed;
    z-index: 3;
    top: 25px;
    right: 25px; }
  section#about > div {
    position: relative;
    z-index: 2; }
    section#about > div p span {
      display: block; }
    section#about > div p a.mini {
      display: inline; }
    section#about > div ul {
      list-style: none; }

body.focus header div:nth-child(3) a:first-child {
  display: none; }
body.focus header div:nth-child(3) a:last-child {
  display: block; }
body.focus #grid {
  padding: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden; }
  body.focus #grid a {
    position: absolute;
    display: block;
    padding: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    display: none; }
    body.focus #grid a img {
      position: absolute;
      padding: 65px 0;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      max-width: calc(100% - 50px);
      max-height: calc(100vh - 130px);
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: translate3D(-50%, -50%, 0);
      -moz-transform: translate3D(-50%, -50%, 0);
      -o-transform: translate3D(-50%, -50%, 0);
      transform: translate3D(-50%, -50%, 0); }
    body.focus #grid a:hover img {
      opacity: 1; }
    body.focus #grid a.active {
      left: 0;
      display: block; }
body.fadeout #grid {
  animation: fadeIn 1s ease-out; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
/* 
 * media queries
 */
@media screen and (min-width: 0px) {
  header p {
    display: none; }

  section#grid {
    padding: 60px 5px; }
    section#grid a {
      padding: 5px; }
      section#grid a img {
        height: 150px; }
  section#about > a.close svg {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6); }
  section#about > div h2,
  section#about > div p,
  section#about > div ul {
    font-size: 14px;
    line-height: 18px;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-right: 25px;
    letter-spacing: -.5px; }
  section#about > div h2 {
    margin: 25px 0 0 25px; }
  section#about > div p:first-child {
    margin-top: 25px; } }
@media screen and (min-width: 720px) {
  header p {
    display: block; }

  section#grid {
    padding: 55px 0; }
    section#grid a {
      padding: 10px; }
      section#grid a img {
        height: 200px; }
  section#about > a.close svg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  section#about > div {
    width: 50%;
    float: left; }
    section#about > div h2,
    section#about > div p,
    section#about > div ul {
      font-size: 16px;
      line-height: 20px;
      letter-spacing: -.75px; }
    section#about > div p, section#about > div ul {
      margin-left: 25px; }
    section#about > div h2 {
      margin: 25px 0 0 25px; }
    section#about > div p {
      margin-bottom: 50px; }
      section#about > div p:first-child {
        margin-top: 25px; }

  body.focus #grid a.active.left img {
    left: 25px;
    -webkit-transform: translate3D(0, -50%, 0);
    -moz-transform: translate3D(0, -50%, 0);
    -o-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0); }
  body.focus #grid a.active.leftcenter img {
    left: 12%;
    -webkit-transform: translate3D(0, -50%, 0);
    -moz-transform: translate3D(0, -50%, 0);
    -o-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0); }
  body.focus #grid a.active.leftlandscape img {
    left: 5%;
    -webkit-transform: translate3D(0, -50%, 0);
    -moz-transform: translate3D(0, -50%, 0);
    -o-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0); }
  body.focus #grid a.active.right img {
    left: auto;
    right: 25px;
    -webkit-transform: translate3D(0, -50%, 0);
    -moz-transform: translate3D(0, -50%, 0);
    -o-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0); }
  body.focus #grid a.active.rightcenter img {
    left: auto;
    right: 12%;
    -webkit-transform: translate3D(0, -50%, 0);
    -moz-transform: translate3D(0, -50%, 0);
    -o-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0); }
  body.focus #grid a.active.large img {
    max-height: 100%;
    padding: 0; }
  body.focus #grid a.active.small img {
    padding: 175px 0;
    height: calc(100vh - 330px); } }
@media screen and (min-width: 960px) {
  header p {
    display: block; }

  section#grid {
    padding: 45px 0; }
    section#grid a {
      padding: 20px; }
      section#grid a img {
        height: 250px; }
  section#about > div h2,
  section#about > div p,
  section#about > div ul {
    font-size: 24px;
    line-height: 30px;

    font-size: 24px;
      line-height: 30px; }
  section#about > div h2 {
    margin: 25px 0 0 25px; }
  section#about > div p {
    margin-bottom: 50px; }
    section#about > div p:first-child {
      margin-top: 25px; } }
/* hight density screens  */
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }
