body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 200;
  letter-spacing: 2px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #333;
  color: #fff;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.w--current:hover {
  color: #fff;
}

.nav-link.dropdown-toggle {
  width: 220px;
  margin-right: 0px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section._100-vh {
  position: relative;
  min-height: 100vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-bg-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -5;
  background-image: url('../images/IMG_1925.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.portfolio-bg-wrapper.commercials-bg {
  position: absolute;
  background-image: url('../images/by_Julia_Kivela_30ECB341-73CE-4CE2-A787-5815A827E459.jpg');
  background-position: 50% 100%;
}

.portfolio-bg-wrapper.accommodation-bg {
  background-image: url('../images/by_Julia_Kivela_9DB4E226-E298-4B93-9E46-056FC1A0693E.jpg');
  background-position: 50% 60%;
}

.portfolio-bg-wrapper.wedding-bg {
  background-image: url('../images/by_Julia_Kivela__W2A8239.jpg');
}

.portfolio-bg-wrapper.on-smaller-link {
  background-attachment: scroll;
}

.portfolio-bg-wrapper.prints-bg {
  background-image: url('../images/IMG_0392.jpg');
}

.portfolio-bg-wrapper.bio-bg {
  background-image: url('../images/Julia-bio-cover-photo-web.jpg');
}

.portfolio-bg-wrapper._404-page-bg {
  background-image: url('../images/DSC_5397.jpg');
}

.portfolio-bg-wrapper.travel-destination-bg {
  background-image: url('../images/Haapsalu_by_Julia_Kivela__W2A9838.jpg');
}

.portfolio-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #222;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.portfolio-link:hover {
  color: #fff;
}

.portfolio-link.no-top-padding {
  padding-top: 0px;
}

.mini-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 8px;
}

.h1-portfolio-link {
  margin-bottom: 0px;
}

.h1-wrapper {
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.portfolio {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.portfolio-mini-link-wrapper {
  position: relative;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.portfolio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-photo-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.portfolio-photo {
  position: relative;
  z-index: -5;
  height: 100vh;
}

.portfolio-photo-link {
  position: absolute;
  left: 50%;
  bottom: 50px;
  display: none;
  margin-left: -55px;
  padding: 5px 15px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #222;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  font-weight: 100;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.portfolio-photo-link:hover {
  background-color: #333;
  color: #fff;
}

.text-block {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.portfolio-photo-invisible-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.dropdown {
  min-width: 220px;
  background-color: #fff;
  text-align: center;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  padding-top: 25px;
}

.portfolio-mini-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.can-not-wait-text-block {
  max-width: 320px;
  padding: 10px;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  font-family: Lato, sans-serif;
  color: #222;
  text-transform: none;
}

.cant-wait-text-wrapper {
  overflow: hidden;
  margin-top: 50px;
}

.bio-wrapper {
  width: 80%;
  max-width: 650px;
  margin-top: -150px;
  padding: 30px;
  background-color: #fff;
  text-transform: none;
}

.copyright-text {
  color: #8a8a8a;
}

.footer-content {
  width: 90%;
  max-width: 650px;
}

.ig-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  text-decoration: none;
}

.ig-link:hover {
  background-color: #333;
  color: #fff;
}

.ig-icon {
  margin-right: 15px;
  margin-left: 15px;
}

.ig-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="portfoliophoto-link-ia"] {
  opacity: 0;
  -webkit-transform: translate3d(0px, 10px, -60px) rotateX(30deg) rotateY(0deg) rotateZ(0deg);
  transform: translate3d(0px, 10px, -60px) rotateX(30deg) rotateY(0deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="portfolio-photo"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="cant-wait-text-block-ia"] {
  height: 0px;
}

@media (max-width: 991px) {
  .nav-link.dropdown-toggle {
    width: auto;
  }
  .portfolio-link {
    color: #fff;
  }
  .portfolio-photo {
    height: auto;
  }
  .dropdown {
    min-width: 100%;
  }
  .menu-button.w--open {
    background-color: #333;
  }
}

@media (max-width: 767px) {
  .portfolio-mini-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ig-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

