/* lora-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/lora-v37-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/lora-v37-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/lora-v37-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-600italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: italic;
  font-weight: 600;
  src: url("./fonts/lora-v37-latin_latin-ext-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
main section.gallery.single-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
}
@media (max-width: 700px) {
  main section.gallery.single-column {
    margin-top: 8rem;
  }
}
main section.gallery.single-column figure {
  text-align: center;
  margin-bottom: 8rem;
}
main section.gallery.single-column figure a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
}
main section.gallery.single-column figure a img {
  width: 100%;
  max-width: 300px;
}
main section.gallery.single-column figure a img.landscape {
  max-width: 400px;
}
main section.gallery.single-column figure a:hover img {
  outline-offset: 3px;
  outline: 1px solid #ccc;
}
main section.gallery.single-column figure a figcaption {
  margin-top: 2rem;
}
main section.gallery.single-column figure a p {
  font-size: 0.8rem;
}
main section.gallery.single-column h4 {
  text-align: center;
  margin: 2rem 0 5rem;
  letter-spacing: 10px;
}
main section.gallery.single-column h4:before, main section.gallery.single-column h4:after {
  content: "~~~~";
  color: #999;
  margin: 0 1rem;
}

main section.gallery:not(.single-column) {
  column-width: 150px;
  column-gap: 0.5rem;
  column-width: 170px;
  column-gap: 0.3rem;
}
@media (max-width: 700px) {
  main section.gallery:not(.single-column) {
    column-width: 100px;
    column-gap: 0.2rem;
  }
}
main section.gallery:not(.single-column) {
  max-width: 1400px;
  text-transform: uppercase;
}
main section.gallery:not(.single-column) h4 {
  display: inline-block;
  background: #b91a1a;
  background: rgb(207.875, 205.3375, 246.6625);
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 1px 3px 1px 5px;
  border-radius: 2px;
  margin-bottom: 0.3rem;
  text-align: center;
}
main section.gallery:not(.single-column) figure {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  break-inside: avoid;
  display: block;
  margin-bottom: 0.5rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 700px) {
  main section.gallery:not(.single-column) figure {
    margin-bottom: 0.2rem;
  }
}
main section.gallery:not(.single-column) figure a {
  z-index: 1;
  text-decoration: none;
}
main section.gallery:not(.single-column) figure a:hover {
  z-index: 2;
}
main section.gallery:not(.single-column) figure a:hover img {
  outline: 1px solid rgba(17.8125, 13.65625, 81.34375, 0.4);
}
main section.gallery:not(.single-column) figure img {
  display: block;
  width: 100%;
}
main section.gallery:not(.single-column) figure.variation1 img {
  border-radius: 200px;
}
main section.gallery:not(.single-column) figure.variation2 img {
  outline: none !important;
  transition: 0.4s cubic-bezier(1, -1, 0, 2);
  clip-path: polygon(5% 5%, 100% 0%, 100% 95%, 0% 100%);
}
main section.gallery:not(.single-column) figure.variation2:hover img {
  clip-path: polygon(0% 0%, 95% 5%, 100% 95%, 5% 95%);
}
main section.gallery:not(.single-column) figure figcaption {
  display: none;
}
main section.gallery:not(.single-column) figure figcaption * {
  text-decoration: none;
  color: #333;
  font-size: 0.7rem;
}
main section.gallery:not(.single-column) figure figcaption p {
  display: none;
}

.loading {
  position: fixed;
  inset: 0 0 0 0;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 900;
  color: #999;
}

.lightbox {
  position: fixed;
  inset: 0 0 0 0;
  background: rgba(255, 255, 255, 0.8);
  background: #fff;
  text-transform: uppercase;
  z-index: 30;
}
.lightbox button {
  opacity: 0.7;
  cursor: pointer;
}
.lightbox button:hover {
  opacity: 1;
}
.lightbox button.close.button {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: url(./close-button.png) no-repeat center center;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.lightbox button.next.button,
.lightbox button.prev.button {
  position: absolute;
  top: calc(50% - 45px);
  width: 12px;
  height: 45px;
}
.lightbox button.next.button {
  background: url(./next-button.png) no-repeat center center;
  background-size: 12px 45px;
  right: 1rem;
}
.lightbox button.prev.button {
  background: url(./prev-button.png) no-repeat center center;
  background-size: 12px 45px;
  left: 1rem;
}
@media (max-width: 700px) {
  .lightbox button.next.button {
    top: auto;
    bottom: 1rem;
    right: 0.5rem;
  }
  .lightbox button.prev.button {
    top: auto;
    bottom: 1rem;
    left: 0.5rem;
  }
}
.lightbox .stage {
  width: 100vw;
  height: 100vh;
  padding: 2rem;
}
@media (max-width: 700px) {
  .lightbox .stage {
    padding: 0.5rem;
  }
}
.lightbox .stage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.lightbox figure {
  text-align: center;
}
.lightbox figure img {
  max-width: 99vw;
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
}
.lightbox figcaption {
  padding: 1rem;
}
@media (max-width: 700px) {
  .lightbox figcaption {
    padding-left: 2rem;
  }
}
.lightbox figcaption h3 {
  margin: 0 0 0.5rem 0;
}
.lightbox figcaption h3.no-uppercase {
  text-transform: none;
}
.lightbox figcaption p {
  font-size: 0.9rem;
  text-transform: none;
  color: #444;
}

header img {
  width: 100px;
}
header p {
  display: none;
}

body {
  display: grid;
  grid-template-columns: 200px 1fr 200px;
}
@media (max-width: 1200px) {
  body {
    grid-template-columns: 200px 1fr 1rem;
  }
}
@media (min-width: 701px) {
  body {
    grid-template-areas: "aside content free";
  }
  body aside {
    grid-area: aside;
  }
  body aside .body {
    position: fixed;
    width: calc(200px - 4rem);
  }
  body main {
    grid-area: content;
  }
}
body button.toggle-navigation {
  display: none;
}
@media (max-width: 700px) {
  body {
    grid-template-columns: 1fr;
    grid-template-rows: 50px 1fr;
    grid-template-areas: "header" "content";
  }
  body button.toggle-navigation {
    display: inline;
    background: url(./hamburger.png) no-repeat center center;
    background-size: 30px 27px;
    width: 40px;
    height: 36px;
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    z-index: 20;
  }
  body aside {
    padding: 0;
  }
  body aside header {
    grid-area: header;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
  }
  body aside header img {
    margin: 0 0.5rem 0 0;
  }
  body aside header p {
    display: none;
  }
  body aside .body {
    position: static;
  }
  body aside footer {
    display: none;
    position: fixed;
    top: 4rem;
    left: 1rem;
    right: 1rem;
    background: #f0f0f0;
    padding: 2rem 1rem;
    z-index: 20;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
  body aside footer nav,
  body aside footer nav.legal {
    margin: 0;
  }
  body aside footer nav ul a,
  body aside footer nav.legal ul a {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    display: block;
    text-align: center;
  }
  body aside footer nav.legal {
    position: static;
    bottom: inherit;
    border-top: 1px dotted #7D76E8;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  body .overlay {
    position: fixed;
    inset: 0 0 0 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(1px);
    display: none;
    z-index: 10;
  }
  body main {
    grid-area: content;
    overflow: hidden;
    padding: 0 1rem;
  }
}

section.text {
  max-width: 600px;
  margin: 6rem 0 10rem 2rem;
}
@media (max-width: 700px) {
  section.text {
    margin: 3rem 0 4rem;
  }
}
section.text h2 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
}
section.text h3 {
  margin: 2rem 0;
  text-transform: uppercase;
  letter-spacing: 5px;
}
section.text h4 {
  font-weight: bold;
}
section.text figure {
  max-width: 80%;
}
section.text figure img {
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: serif;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
@media (max-width: 700px) {
  * {
    font-size: 16px;
  }
}

body.no-scroll {
  overflow: hidden;
}

aside {
  color: #333;
  padding: 2rem;
  text-transform: uppercase;
  width: 100%;
}
aside header img {
  width: 70px;
  margin: 0 0 0 -8px;
}
aside header h1 a {
  font-size: 1rem;
  letter-spacing: 3px;
  color: #111;
  text-decoration: none;
}
aside header h1 a span {
  color: #999;
}
aside header p {
  font-size: 0.7rem;
  margin: 1rem 0 0;
  color: #666;
}
aside nav {
  margin: 2rem 0;
}
aside nav ul {
  list-style-type: none;
}
aside nav ul li {
  margin-bottom: 0.5rem;
}
aside nav ul a {
  font-size: 1rem;
  color: #333;
  text-decoration: none;
}
aside nav ul a:hover {
  color: #3f4975;
  color: #7D76E8;
}
aside nav.legal {
  position: fixed;
  bottom: 0rem;
}
aside nav.legal ul a {
  font-size: 0.7rem;
  letter-spacing: 2px;
}

main {
  overflow: hidden;
}
main section#gallery {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
}
main section#gallery.outside {
  opacity: 0;
}
main section {
  max-width: 700px;
  margin: 2rem auto 4rem;
}
main section.text {
  line-height: 1.5;
}
main section.text p {
  margin: 1rem 0;
  text-align: justify;
}

/*# sourceMappingURL=style.css.map */
