@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,700,400i,700i|Cherry+Swash:700");
/* line 5, ../../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../../style/main.scss */
*, *::after, *::before {
  box-sizing: border-box;
}

/* line 11, ../../style/main.scss */
body {
  color: #fffddf;
  background: #121318;
  font: 20px "EB Garamond", serif;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 100vh;
}

/* line 21, ../../style/main.scss */
h1, h2, h3 {
  font-family: "Cherry Swash", cursive;
  font-weight: 700;
}

/* line 26, ../../style/main.scss */
h1 {
  font-size: 2em;
}
/* line 28, ../../style/main.scss */
h1 a {
  text-decoration: none;
  color: inherit;
}

/* line 34, ../../style/main.scss */
a {
  color: #fffaac;
}

/* line 38, ../../style/main.scss */
header {
  background: black;
  width: 100%;
  margin-bottom: 1em;
}
/* line 43, ../../style/main.scss */
header nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
}
/* line 49, ../../style/main.scss */
header nav .title {
  text-align: right;
}
/* line 52, ../../style/main.scss */
header nav .social {
  padding: 0em;
}
/* line 57, ../../style/main.scss */
header a img {
  vertical-align: middle;
}

/* line 62, ../../style/main.scss */
.pagination {
  display: flex;
  width: 100%;
  align-items: center;
  opacity: 0.7;
  padding: 0.5em;
  border-top: 1px solid #fffddf;
  border-bottom: 1px solid #fffddf;
}
/* line 71, ../../style/main.scss */
.pagination a.pagination-link, .pagination a.pagination-next {
  display: inline-block;
  text-align: center;
  padding: 0.4em 0.4em;
  min-width: 1em;
  background-color: #121318;
  transition: background-color 0.3s ease-in-out;
  text-decoration: none;
}
/* line 80, ../../style/main.scss */
.pagination a.pagination-link[href]:hover, .pagination a.pagination-next[href]:hover {
  background-color: #3e4152;
}
/* line 83, ../../style/main.scss */
.pagination a.pagination-link:not([href]), .pagination a.pagination-next:not([href]) {
  opacity: 0.5;
}
/* line 88, ../../style/main.scss */
.pagination .pagination-list {
  flex: 1;
  display: flex;
  justify-content: right;
}

/* line 95, ../../style/main.scss */
.content {
  flex: 1;
}

/* line 99, ../../style/main.scss */
ul.photo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
/* line 106, ../../style/main.scss */
ul.photo-list li {
  position: relative;
  width: 300px;
  text-align: center;
  padding: 0.5em;
}
/* line 112, ../../style/main.scss */
ul.photo-list li .img-box {
  display: block;
  height: 100%;
  position: relative;
  padding-top: 100%;
  padding-left: 100%;
}
/* line 119, ../../style/main.scss */
ul.photo-list li .img-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 131, ../../style/main.scss */
ul.photo-list li .description {
  display: block;
  position: absolute;
  z-index: 2;
  background: rgba(41, 15, 15, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #fffddf;
}
/* line 144, ../../style/main.scss */
ul.photo-list li .description a {
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1em;
}
/* line 153, ../../style/main.scss */
ul.photo-list li .description .date {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
/* line 159, ../../style/main.scss */
ul.photo-list li .description a, ul.photo-list li .description span {
  display: block;
}
/* line 164, ../../style/main.scss */
ul.photo-list li:hover .description {
  opacity: 1;
}

/* line 170, ../../style/main.scss */
article.photo-detail {
  display: flex;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  flex-wrap: wrap;
}
/* line 177, ../../style/main.scss */
article.photo-detail .img-box {
  width: 70%;
  flex: 3;
  text-align: center;
  min-width: 300px;
}
/* line 183, ../../style/main.scss */
article.photo-detail .img-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 100px);
}
/* line 191, ../../style/main.scss */
article.photo-detail .description {
  width: 30%;
  padding: 1em;
  flex: 1;
}
/* line 196, ../../style/main.scss */
article.photo-detail .description .maindesc {
  font-size: 1.2em;
  min-height: 12em;
}
/* line 201, ../../style/main.scss */
article.photo-detail .description .meta {
  margin-top: 1em;
}
/* line 204, ../../style/main.scss */
article.photo-detail .description .pagination {
  justify-content: center;
}
/* line 207, ../../style/main.scss */
article.photo-detail .description .date {
  opacity: 0.7;
  text-align: right;
}

/* line 215, ../../style/main.scss */
a.overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 225, ../../style/main.scss */
footer {
  text-align: right;
  font-size: 0.8em;
  padding: 0.3em 1em;
  opacity: 0.7;
}
