/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

::selection,
::-moz-selection {
  background-color: #000;
  color: #fff;
}

body {
  background: #fff;
  colo: #111111;
  font-size: 14px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-family: "Inter", sans-serif;
  text-align: center;
  overflow-y: scroll;
}

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

.loading {
  opacity: 0;
  transition-duration: 0.6s;
}
.loading.loaded, .loading[data-loaded=true] {
  opacity: 1;
}

#logo_mobile {
  display: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
@media (max-width: 800px) {
  #logo_mobile {
    display: block;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(0);
  transition-duration: 0.4s;
  transition-property: transform top background;
  box-sizing: border-box;
  padding: 1rem;
}
header #back_btn {
  position: absolute;
  left: 3rem;
  top: 32px;
  cursor: pointer;
  visibility: hidden;
  z-index: 10;
}
@media (max-width: 600px) {
  header #back_btn {
    left: 0.5rem;
  }
}
body.show header #back_btn {
  visibility: visible;
}
header #logo {
  height: 42px;
  position: relative;
  margin-top: 1rem;
  display: inline-block;
}
body.show header #logo {
  padding-bottom: 1rem;
}
header #logo img {
  height: 100%;
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-top: 0.5rem;
  font-size: 11px;
  letter-spacing: 0.15rem;
}
header nav > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  header nav {
    display: block;
  }
}
body.show header nav {
  visibility: hidden;
}
header nav a {
  color: #444;
  display: block;
  margin: 0.3rem 1rem;
}
header nav a:hover {
  color: #000;
}
header nav .top {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
header nav .bottom {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
  font-family: "Helvetica Light", sans-serif;
  font-weight: 200;
}
header nav .bottom a:last-of-type {
  margin-top: 1rem;
}

main {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  margin-top: 120px;
}
body.show main {
  margin-top: 100px;
}
@media (max-width: 500px) {
  main {
    margin-top: 140px;
  }
  body.show main {
    margin-top: 120px;
  }
}

.text_sec {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  transition-duration: 0.2s;
  z-index: 50;
}
@media (max-width: 850px) {
  footer {
    position: relative;
    right: 50%;
    right: auto;
    bottom: 0;
    margin-top: 6rem;
  }
}
@media (min-width: 850px) {
  body.on-bottom footer {
    bottom: 10rem;
    right: calc(50% - 550px);
  }
}

#modal_hover {
  background: #eeeeeeaa;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  display: none;
}
body.modal-show #modal_hover {
  display: flex;
}
#modal_hover #modal_area {
  color: #111;
  box-shadow: 0 0.5rem 0.5rem #00000033;
  margin: 1rem;
  width: 1100px;
  max-width: calc(100% - 4rem);
  position: relative;
}
#modal_hover #modal_area svg {
  position: relative;
  width: 100%;
}
#modal_hover #modal_area #modal_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal_hover #modal_area #modal_content iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#hero {
  height: 100vh;
  position: relative;
}
body.show #hero {
  display: none;
}
#hero .hero_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 0.5s;
}
body.below-header #hero .hero_img {
  transform: scale(0.95);
}

@media (max-width: 700px) {
  #gallery .bigitem.show .item {
    display: block;
  }
}

.gallery_sec picture.vis::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #eee;
  color: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.gallery_sec picture.loaded img {
  opacity: 1;
}
.gallery_sec picture.loaded::before {
  opacity: 0;
}
.gallery_sec picture img {
  width: 100%;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.gallery_sec .ql-align-center {
  text-align: center;
}
.gallery_sec .ql-align-right {
  text-align: right;
}
.gallery_sec .bigitem {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: transform;
}
body.show .gallery_sec .bigitem:not(.show) {
  display: none;
}
.gallery_sec .bigitem:not(.show) {
  transform: scale(1);
}
.gallery_sec .bigitem:not(.show) .item {
  display: none;
}
.gallery_sec .bigitem > .item {
  padding: 0 1vw;
}
.gallery_sec .bigitem > .item:first-child {
  display: flex;
  cursor: pointer;
  padding: 0;
}
.gallery_sec .bigitem > .item:first-child::after {
  content: "COMPLETE BLOG STORY";
  display: block;
  position: absolute;
  top: calc(50% + 2rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.6rem 1rem;
  border: 2px solid #ffffffaa;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  z-index: 11;
}
@media (max-width: 600px) {
  .gallery_sec .bigitem > .item:first-child::after {
    font-size: 9px;
    top: calc(50% + 1.5rem);
  }
}
.gallery_sec .bigitem > .item:first-child .pic,
.gallery_sec .bigitem > .item:first-child .video {
  top: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.gallery_sec .bigitem > .item:first-child > .item {
  display: flex;
}
.gallery_sec .bigitem.show > .item:first-child, .gallery_sec .bigitem.single > .item:first-child {
  cursor: default;
}
.gallery_sec .bigitem.show > .item:first-child::after, .gallery_sec .bigitem.single > .item:first-child::after {
  display: none;
}
.gallery_sec .bigitem.show > .item:first-child {
  margin-bottom: 2vw;
}
.gallery_sec .item {
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
  box-sizing: border-box;
  min-height: 50px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  flex-direction: row;
}
.gallery_sec .item.hc {
  align-items: stretch;
  display: flex;
  background: #222;
}
.gallery_sec .item.hc > .c {
  display: none;
}
.gallery_sec .item .play_btn {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 40%;
  transform: translateX(-50%);
  z-index: 2;
  max-height: 48px;
}
.gallery_sec .item[data-ylink] {
  cursor: pointer;
}
.gallery_sec .item[data-ylink] .play_btn {
  display: block;
}
.gallery_sec .item[data-ylink] ::after {
  display: none !important;
}
.gallery_sec .item .c {
  position: relative;
  width: 100%;
  align-self: center;
}
.gallery_sec .item .pic,
.gallery_sec .item .video {
  position: absolute;
  top: 1vw;
  left: 1vw;
  width: calc(100% - 2vw);
  max-height: calc(100% - 2vw);
  z-index: 1;
}
.gallery_sec .item .pic:not(.vis),
.gallery_sec .item .video:not(.vis) {
  display: none;
}
.gallery_sec .item .video {
  object-fit: cover;
}
.gallery_sec .item .pic[src] ~ .sizer,
.gallery_sec .item .pic.vis ~ .sizer,
.gallery_sec .item .video[src] ~ .sizer {
  display: block;
}
.gallery_sec .item .pic[src] ~ .text[data-over="1"],
.gallery_sec .item .pic.vis ~ .text[data-over="1"],
.gallery_sec .item .video[src] ~ .text[data-over="1"] {
  color: #fff;
}
.gallery_sec .item .sizer {
  position: relative;
  width: 100%;
  display: none;
}
.gallery_sec .item:not([data-content=pic]) {
  flex-grow: 1;
}
.gallery_sec .item[data-content=text]:not(.hc) .text {
  display: flex;
}
.gallery_sec .item .text {
  width: 100%;
  display: none;
  padding: 2vw 1vw;
  box-sizing: border-box;
  z-index: 2;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  max-width: calc(100% - 2vw);
  margin: 0 auto;
}
@media (min-width: 600px) {
  .gallery_sec .item .text {
    line-height: 1.3rem;
  }
}
.gallery_sec .item .text[data-over="1"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.gallery_sec .item .text p {
  margin: 0;
}
.gallery_sec .item .text h2 {
  letter-spacing: 0.0125rem;
}
.gallery_sec .item[data-flx=column] {
  flex-direction: column;
}

#prints .bigitem > .item:first-child,
#about .bigitem > .item:first-child,
#contact .bigitem > .item:first-child {
  padding: 0 1rem;
}
#prints .bigitem > .item:first-child .pic,
#prints .bigitem > .item:first-child .video,
#about .bigitem > .item:first-child .pic,
#about .bigitem > .item:first-child .video,
#contact .bigitem > .item:first-child .pic,
#contact .bigitem > .item:first-child .video {
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  max-height: calc(100% - 2rem);
}

#contact {
  display: flex;
  min-height: calc(100vh - 200px);
}

#about {
  padding-bottom: 2vw;
}
#about .item[data-content=pic] {
  max-width: 500px;
  margin-bottom: 0 !important;
}
#about .text {
  max-width: 800px;
  padding-top: 0 !important;
}

#gallery .bigitem > .item:first-child .text {
  letter-spacing: 0.1rem;
}
@media (max-width: 600px) {
  #gallery .bigitem > .item:first-child .text {
    font-size: 12px;
  }
  #gallery .bigitem > .item:first-child .text p {
    font-size: 9px;
  }
}

.copy {
  padding: 1rem 2vw 2vw 2rem;
  font-size: 10px;
  text-align: right;
}