@font-face {
    font-family: 'Moderat';
    src: url('../font/moderat-regular-webfont.eot');
    src: url('../font/moderat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/moderat-regular-webfont.woff2') format('woff2'),
         url('../font/moderat-regular-webfont.woff') format('woff'),
         url('../font/moderat-regular-webfont.ttf') format('truetype'),
         url('../font/moderat-regular-webfont.svg#moderatregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Moderat';
    src: url('../font/moderat-bold-webfont.eot');
    src: url('../font/moderat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/moderat-bold-webfont.woff2') format('woff2'),
         url('../font/moderat-bold-webfont.woff') format('woff'),
         url('../font/moderat-bold-webfont.ttf') format('truetype'),
         url('../font/moderat-bold-webfont.svg#moderatbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
	margin:0;
	padding: 0;
}

body, h1, p {
	font-family: 'Moderat', sans-serif;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: -0.02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

.serif a, .serif a:visited, .serif a:active {
	color: #000;
	text-decoration: none;
}


.typo_s {
	font-size: 16px;
	letter-spacing: 0.02em;
}

.typo_center {
	text-align: center;
}

#wrapper {
  width: 100%;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

.footer {
	margin-bottom: 25px;
}

.title {
	padding: 25px;
	position: absolute;
	float: left;
}

.title img {
	width: 70px;
	height: 70px;
	position: fixed;
}

.journal {
	padding: 20px;
	position: absolute;
	width: 100%;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

article, main {
	width: 800px;
	margin-top: 20px;
}

article header {
	padding: 0 20px 10px 20px;
}

figure figcaption {
	margin-top: 10px;
}

.serif {
	font-family: Times, 'Times New Roman', serif;
	font-size: 30px;
	line-height: 36px;
}

article header p strong {
	font-weight: normal;
	text-align: center;
	display: block;
}

.grid .serif {
	font-family: Times, 'Times New Roman', serif;
	font-size: 20px;
	line-height: 23px;
    padding: 20px 50px 0 50px;
}

.grid .serif strong {
	font-weight: normal;
	text-align: center;
	display: block;
}
.time, .tags {
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.grid {
  width: 100%;
  float: left;
}
.grid img {
  width: 100%;
  height: auto;
}
.grid figure {
  display: block;
  float: left;
  margin: 0;
  padding: 20px 100px;
  width: 600px;
}
.grid figure.portrait, .grid figure .portrait {
  margin: 0;
  padding: 20px 200px;
  width: 400px;
}

.grid figure.square {
  margin: 0;
  padding: 20px 150px;
  width: 500px;
}

.pswp__bg {
	background-color: rgba(0,0,0,0.90) !important;
	cursor: pointer;
}

.pswp__top-bar, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before, .pswp__caption__center, .pswp__caption {
	display: none;
}
.pswp__top-bar button {
	color: #fff;
	font-size: 30px;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: rgba(255,255,255,0) !important;
}


.pswp__button--arrow--left:before {
    content: '←';
}

.pswp__button--arrow--right:before {
    content: '→';
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    top: 35px;
    height: 30px;
    width: 50px;
    position:absolute;
    color: #fff;
    font-size: 30px;
}


/* SHOP */

.cart {
	position: fixed;
	z-index: 3;
	right: 45px;
	top: 46px;
}



@media only screen and (max-width: 980px) {

	article, main {
		width: 100%;
		margin-top: 20px;
	}
	
	article header {
		padding: 0 120px 10px 120px;
	}
	
	.grid figure {
	  padding: 20px 4vw;
	  width: 92vw;
	}
	.grid figure.portrait, .grid figure .portrait {
	  padding: 20px 20vw;
	  width: 60vw;
	}
	
	.grid figure.square {
	  padding: 20px 20vw;
	  width: 60vw;
	}
	
	.serif {
		font-size: 20px;
		line-height: 23px;
	}
	
	.grid .serif {
		font-size: 2.9vw;
		line-height: 3.75vw;
	    padding: 20px 50px 0 50px;
	}
	
	.default {
		margin-top: 30px;
	}
	.default p {
		font-size: 16px;
	}


}


/*:root {
  --content-width: 65rem;
}

*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;
}

li {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

strong, b {
  font-weight: 500;
}

img {
  width: 100%;
}

.page {
  padding: 5vh 5vw 10vh;
}
.page > * {
  max-width: var(--content-width);
  margin: 0 auto;
}

.header {
  margin-bottom: 1.5rem;
}

.header a {
  position: relative;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: .05em;
  padding: .5rem 0;
  font-weight: 700;
}

.header .logo {
  display: block;
  margin-bottom: 1.5rem;
  padding: .5rem 0;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu a {
  margin: 0 .75rem;
}

.menu a[aria-current] {
  border-bottom: 2px solid #000;
}

@media screen and (min-width: 40rem) {
  .header .logo {
    margin-bottom: 0;
  }
  .header {
    flex-direction: row;
    justify-content: space-between;
  }
  .menu {
    margin-right: -.75rem;
  }
}


main {
  min-height: calc(100vh - 10rem);
}

.intro {
  padding: 10vh 0;
  text-align: center;
}

.intro h1 {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: calc(1vw + 2rem);
  z-index: 1;
}

.tags {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: .75rem;
  font-weight: 600;
}

.text {
  line-height: 1.5em;
}
.text p,
.text figure,
.text ul,
.text ol {
  margin-bottom: 1.5em;
}
.text h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.text > *:first-child {
  margin-top: 0;
}
.text a {
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  z-index: 1;
  display: inline-block;
  border-bottom: 2px solid #000;
}
.text figure {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.text img {
  width: 100%;
}

.footer {
  padding: 1.5rem 5vw 10vh;
  text-align: center;
  max-width: var(--content-width);
  margin: 0 auto;
  line-height: 1.5em;
}
.footer a {
  display: inline-block;
  font-size: .875rem;
}
.footer > a {
  margin-bottom: 1.5rem;
  border-top: 2px solid #000;
  width: 16.5rem;
  padding-top: .5rem;
}

.social a {
  margin: 0 .75rem;
  padding: .5rem 1rem;
  border: 2px solid #000;
  width: 7.5rem;
}
.social a:hover {
  background: #000;
  color: #fff;
}
