@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap");
@font-face {
  font-family: 'Baskerville';
  src: url("../fonts/Libre Baskerville 400.ttf");
}

@font-face {
  font-family: 'Baskerville Italic';
  src: url("../fonts/Libre Baskerville Italic 400.ttf");
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Baskerville";
  font-size: 10px;
  color: #383838;
}

.selectNone {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a {
  text-decoration: none;
  color: #383838;
}

p {
  line-height: 1.6;
}

@media only screen and (max-width: 1040px) {
  body {
    font-size: 13px;
  }
  html {
    overflow: auto;
  }
  .frontBtn, .backBtn {
    top: 10%;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding: 10px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.header:hover div {
  opacity: 1 !important;
}

.menuItem {
  width: 25%;
}

.menuTitle {
  font-family: "Baskerville Italic";
}

.logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}

.logo p {
  margin-top: 10px;
}

.postWrap {
  margin-top: 10px;
}

.post {
  -webkit-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
  font-style: normal;
}

.hiddenPost {
  display: none;
}

.newFrontCur {
  cursor: default;
  height: 100vh !important;
}

.newBackCur {
  cursor: default;
  height: 100vh !important;
}

.showEntrySlug {
  opacity: 1 !important;
}

.mySlides {
  display: none;
}

.btn {
  position: fixed;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  z-index: -1;
}

.backBtn {
  position: fixed;
  left: 0;
  width: 50%;
  height: 0;
}

.frontBtn {
  position: fixed;
  right: 0;
  width: 50%;
  height: 0;
}

.album {
  margin-left: calc(25% + 10px);
  width: calc(50% - 20px);
  height: 100%;
  z-index: -2;
  pointer-events: all;
}

.album img {
  margin-left: 2.5%;
  width: 95%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
}

.indexNr {
  position: absolute;
  bottom: 10px;
}

.credit {
  margin-left: calc(50%);
  margin-top: 20px;
}

.infoBook {
  position: absolute;
  bottom: 10px;
  left: calc(75% - 5px);
}

.video iframe {
  width: 100%;
}

.mobile {
  display: none;
}

.entryTitle {
  display: none;
}

@media only screen and (max-width: 1040px) {
  body  {
    font-size: 13px !important;
  }
  .desk {
    display: none;
  }
  .mobile {
    display: initial;
  }
  .mLogoInfo {
    padding: 20px;
  }
  .mLogoInfo p {
    margin-top: 10px;
  }
  .mHeader {
    padding: 20px;
    margin-top: -0px;
  }
  .menuItem {
    margin-bottom: 40px;
  }
  .album {
    width: calc(100% - 40px);
    margin: 20px;
  }
  .album img {
    width: calc(100% - 20px);
  }
  .credit {
    width: 100%;
    margin-top: 120px;
    margin-left: 0;
  }
  .entryTitle {
    display: block;
    padding-bottom: 120px;
    margin-top: 60px;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .infoBook {
    left: 20px;
  }
}
/*# sourceMappingURL=style.css.map */