@import url('https://fonts.googleapis.com/css?family=Roboto:300,700&display=swap');
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-size: 0;
  color: #585858;
  text-rendering: optimizeSpeed;
}
a {
  color: #585858;
  text-decoration: none;
}
.slider {
  position: absolute;
  top: 88px;
  width: calc(100% - 60px);
  height: calc(100vh - 118px);
  z-index: 1;
  left: 30px;
  overflow: hidden;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide {
  background-position: center;
  height: calc(100vh - 109px);
  background-size: cover;
  display: none;
  float: left;
  outline: none;
}
.prev, .next {
  position: absolute;
}
.slick-dots {
  position: absolute;
}
header {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 0;
}
.logo, menu a, nf, .wpcf7-response-output, .about main {
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 300;
  line-height: 200%;
}
.logo {
  padding: 30px 50px;
  display: inline-block;
}
menu {
  position: absolute;
  right: 30px;
  margin: 0;
  top: 0;
  padding: 0;
}
header a {
  display: inline-block;
  padding: 30px 10px;
}
main img {
  width: 100%;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
}
form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  margin: auto;
  left: 0;
  right: 0;
}
input, textarea {
  border: none;
  border-bottom: solid 1px #d0d0d0;
  font: inherit;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  margin: 20px 0;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: 300;
  color: #585858;
}
input:focus, textarea:focus {
  border-bottom: solid 1px #585858;
}
[type="submit"] {
  width: initial;
  border: none;
  background: #585858;
  color: white;
  padding: 20px 50px;
  cursor: pointer;
}
textarea {
  height: 150px;
}
load {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9;
  top: 0;
}
lazy {
  opacity: 0;
}
main {
  text-align: center;
  margin: 100px auto;
  max-width: 1000px;
}
.photography main {
  max-width: initial;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  margin: 0;
}
main a {
  display: inline-block;
  width: 250px;
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #f9f9f9;
  vertical-align: top;
  margin: 10px;
}
main a span {
  position: absolute;
  top: 50%;
  background: white;
  padding: 20px 50px;
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}
.simple-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 4;
  text-align: center;
  height: 100vh;
}
.sl-close {
  background: url(content/close.svg) no-repeat center;
  padding: 50px;
  position: absolute;
  right: 0;
  display: inline-block;
  background-size: 10px;
  cursor: pointer;
}
.sl-navigation {
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: left;
  transform: translateY(-50%);
}
.sl-navigation button {
  margin: 0;
  padding: 50px;
}
.sl-prev, .sl-next {
  background: url(content/left.svg) no-repeat center;
  padding: 50px;
  display: inline-block;
  background-size: 10px;
  cursor: pointer;
}
.sl-next {
  background-image: url(content/right.svg);
  position: absolute;
  right: 0;
}
.sl-image {
  top: 50% !important;
  position: absolute;
  transform: translateY(-50%);
}
nf {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
}
.about main {
  line-height: 201%;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  letter-spacing: 1px;
  text-align: left;
  column-count: 2;
  display: inline-block;
  column-gap: 30px;
  width: 700px;
  max-width: calc(100% - 100px);
}
.about h2 {
  margin: 0 0 30px;
}
.lightbox {
  background: white;
  position: fixed;
  width: 100%;
  top: 0!important;
  height: 100vh;
  z-index: 3;
  text-align: center;
}
.lightboxOverlay {
  display: none !important;
}
.lb-closeContainer {
  position: absolute;
  top: 0;
  right: 0;
}
.lb-close {
  background: url(content/close.svg) no-repeat center;
  background-size: 20px;
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}
.lb-image {
  max-width: calc(100% - 180px);
  max-height: 100vh;
  width: auto !important;
  height: auto !important;
}
.lb-nav {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
  height: 100px;
  transform: translateY(-50%);
  z-index: 99999;
  pointer-events: auto;
}
.lb-prev, .lb-next {
  background: url(content/left.svg) no-repeat center;
  background-size: auto 22px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  cursor: pointer;
}
.lb-next {
  background-image: url(content/right.svg);
  right: 0;
  left: auto;
}
info {
  background: url(content/info.svg) center no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  z-index: 1;
  background-size: 25px;
  cursor: pointer;
  top: 0;
}
.caption-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 170%;
  background: white;
  transform: translatey(-50%) translatex(-50%);
  width: 500px;
  padding: 100px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  transition: 1s;
  opacity: 0;
  pointer-events: none;
  max-width: calc(100% - 350px);
}
.show {
  opacity: 1;
}
.featherlight-inner, .lb-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
}
.gallery img {
  display: none;
}
@keyframes one {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@keyframes two {
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
}
@keyframes three {
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
one {
  animation: one 3s step-start infinite;
}
two {
  animation: two 3s step-start infinite;
}
three {
  animation: three 3s step-start infinite;
}
one, two, three {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #585858;
  opacity: 0;
  position: relative;
  top: 50%;
  transform: translatey(-50%);
}
@media (min-width:1000px) {
  menu a:hover {
    background: #f7f7f7;
  }
  [type="submit"]:hover {
    background: #4a4a4a;
  }
  .gallery a:hover, .photography a:hover {
    opacity: .8;
  }
}
@media (max-width:1150px) {
  .photography main {
    width: 600px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width:1000px) {
  .slider {
    height: calc(100vh - 150px);
  }
}
@media (max-width:500px) {
  .logo {
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
  }
  header a {
    padding-top: 20px;
  }
  menu {
    position: relative;
    right: 0;
    text-align: center;
  }
  menu a:first-child {
    display: none;
  }
  .slider {
  top: 136px;
  height: calc(100% - 156px);
    width: calc(100% - 40px);
    left: 20px;
  }
  .slick-slide {
    height: calc(100vh - 205px);
  }
  main {
    margin: 130px auto;
  }
  .photography main {
    margin: 130px auto;
    transform: none;
    width: 100%;
    position: initial;
  }
  form {
    position: relative;
    transform: none;
    width: 90%;
  }
  input, textarea {
    font-size: 16px;
  }
  .about main {
    position: initial;
    transform: none;
    margin: 140px auto 50px;
    column-count: 1;
    display: block;
    max-width: 90%;
    text-align: center;
  }
  .lb-prev, .lb-next {
    padding: 10px;
    background-size: 10px;
    background-position-x: 7px;
  }
  .lb-next {
    background-position-x: 103px;
  }
  .caption-inner {
    max-width: calc(100% - 60px);
    padding: 50px 10px;
  }
  .lb-image {
    max-width: calc(100% - 50px);
  }
  info {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
  .lb-close {
    background-size: 15px;
    width: 50px;
    height: 50px;
  }
  .lb-outerContainer {
    width: 100% !important;
    top: 50px;
    position: relative;
    height: calc(100% - 163px) !important;
  }
  .lb-closeContainer {
    width: 100%;
    background: white;
    text-align: right;
  }
}