:root {
  --pääväri: #fff1e3;
  --neutraali-1: #111113;
  --white: white;
  --neutraali-3: #666;
  --väri-1: #fff;
  --neutraali-2: #38393a;
  --väri-2: #fff;
  --väri-3: #fff;
  --neutraali-4: #b4b4b4;
  --neutraali-5: #dfdfdf;
  --neutraali-6: #eee;
  --neutraali-7: #f7f7f7;
  --untitled-ui--primary50-2: #f9f5ff;
  --untitled-ui--primary500: #9e77ed;
}

.header {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.body {
  background-color: var(--pääväri);
  color: var(--neutraali-1);
  flex-flow: column;
  max-width: 100%;
  height: 200vh;
  font-family: Lato, sans-serif;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.container.left {
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.centered {
  justify-content: center;
  align-items: stretch;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.content {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.content.shadow {
  transition: box-shadow .5s;
}

.content.shadow:hover {
  box-shadow: 20px 20px 30px 5px #0003;
}

.nav-linkit {
  display: flex;
}

.text {
  color: var(--neutraali-1);
  margin-bottom: 0;
  font-size: 20px;
  text-decoration: none;
}

.text.margin-1rem {
  margin-bottom: 2rem;
  margin-right: 5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.coypright {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.title.margin-down-3rem {
  color: var(--neutraali-1);
  margin-top: 2rem;
  margin-bottom: 3rem;
  margin-right: 1rem;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 3.5rem;
}

.container-wrapper {
  max-width: 120rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.picture-main {
  filter: grayscale();
  width: 24rem;
  height: 33rem;
  margin-bottom: -1px;
  transition: all .5s linear;
  overflow: visible;
}

.picture-main:hover {
  filter: grayscale(0%);
}

.sub-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.875rem;
}

.blackbox {
  background-color: var(--neutraali-1);
  width: 24rem;
  height: 10rem;
  overflow: hidden;
}

.my-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 2.375rem;
}

.about-me {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.proxmox {
  color: #e57000;
  text-decoration: none;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  width: 100rem;
  padding-left: 0;
  padding-right: 0;
}

.copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 20px;
  font-weight: 400;
}

.button-transparent {
  color: var(--neutraali-1);
  background-color: #fff0;
  padding: 1rem;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.button-transparent.w--current {
  font-size: 1.25rem;
  line-height: 1.5rem;
  transition: color .325s;
}

.button-transparent.w--current:hover {
  color: var(--neutraali-3);
}

.button-black {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--neutraali-1);
  color: var(--väri-1);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .325s;
  display: flex;
}

.button-black:hover {
  background-color: var(--neutraali-3);
}

.digital {
  transition: text-shadow .525s;
}

.digital:hover {
  text-shadow: 20px 20px 9px #0003;
}

.zoom-header {
  z-index: 1;
  color: #152133;
  justify-content: space-between;
  align-items: center;
  padding-left: .6vw;
  padding-right: .6vw;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.zoom-header.right {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.heading {
  z-index: 1;
  color: #3330;
  text-align: center;
  letter-spacing: .8vw;
  margin-bottom: 40px;
  padding-left: 4px;
  font-family: Lato, sans-serif;
  font-size: 16vw;
  line-height: .8;
  position: absolute;
}

.zoom {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  width: 60vw;
  padding-top: 10vh;
  display: flex;
  position: relative;
}

.sticky-div {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.svg {
  box-shadow: inset 0 0 0 2px #eef7ff, 0 0 0 50vw var(--neutraali-2);
  pointer-events: none;
  width: 100%;
  margin-top: 3vh;
  margin-bottom: 3vh;
  position: relative;
  overflow: visible;
}

.section-2 {
  height: 100vh;
  position: relative;
}

.section-2.hero {
  z-index: 2;
  pointer-events: none;
  height: 200vh;
  position: absolute;
  inset: 0%;
}

.zoom-text {
  color: var(--pääväri);
  font-size: 2vw;
}

.zoom-text._5vw {
  font-size: 5vw;
}

.code-embed {
  color: var(--väri-1);
  font-size: 50%;
  line-height: 100%;
}

.gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button-white {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--väri-1);
  color: var(--neutraali-1);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-white:hover {
  background-color: #f1f4ff;
  box-shadow: 1px 2px 6px #0003;
}

.ns {
  color: #274690;
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
}

.svg-button {
  width: 24px;
  height: 24px;
  margin-right: .25rem;
}

.svg-logoname {
  width: 164px;
  height: 20px;
  margin-right: .25rem;
}

.link-ns {
  font-style: italic;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .section {
    justify-content: flex-start;
  }

  .content.shadow {
    width: 100%;
    height: 100%;
  }

  .text.margin-1rem {
    margin-right: 1rem;
    font-size: 1rem;
  }

  .title {
    font-size: 24px;
  }

  .title.margin-down-3rem {
    line-height: 3.5rem;
  }

  .title.margin-down-3rem.digital {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 3.8rem;
  }

  .container-wrapper {
    margin-top: 2rem;
  }

  .picture-main {
    width: auto;
    height: auto;
  }

  .sub-title {
    font-size: 1rem;
  }

  .blackbox {
    width: 100%;
    height: 100%;
  }

  .my-name {
    padding-left: 1rem;
    font-size: 1.6rem;
  }

  .about-me {
    padding-bottom: 10px;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .button-transparent.w--current, .button-black {
    font-size: 1rem;
  }

  .zoom {
    width: 95vw;
  }

  .svg {
    box-shadow: inset 0 0 0 2px var(--neutraali-2), 0 0 0 76vw var(--neutraali-2);
  }

  .zoom-text {
    font-size: 3vw;
  }

  .zoom-text._5vw {
    font-size: 7vw;
  }

  .button-white {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    justify-content: flex-start;
    align-items: center;
  }

  .container.left {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .header-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content.shadow {
    width: 100%;
    height: 100%;
  }

  .text.margin-1rem {
    margin-right: 0;
    font-size: .8rem;
  }

  .coypright {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .title {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }

  .title.margin-down-3rem.digital {
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-right: 0;
    font-size: 3.6rem;
  }

  .container-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

  .picture-main {
    width: auto;
    height: auto;
  }

  .sub-title {
    align-self: flex-start;
    font-size: .8rem;
  }

  .blackbox {
    width: 100%;
    height: auto;
  }

  .my-name {
    padding: .5rem;
    font-size: 1.6rem;
  }

  .about-me {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .8rem;
  }

  .button-transparent.w--current {
    font-size: 1.15rem;
  }

  .button-black, .button-white {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.15rem;
  }

  .svg-logoname {
    width: 138px;
    height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
  }

  .container {
    justify-content: center;
    align-items: stretch;
  }

  .container.left {
    flex-flow: column;
    width: 98vw;
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .header-wrapper {
    justify-content: space-between;
  }

  .content.shadow {
    display: none;
  }

  .nav-linkit {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    display: none;
  }

  .text.margin-1rem {
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .coypright {
    text-align: left;
  }

  .title.margin-down-3rem.digital {
    font-size: 3rem;
  }

  .container-wrapper {
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .sub-title {
    font-size: .8rem;
    line-height: 1.875rem;
  }

  .zoom-header.right {
    padding-left: 0;
  }

  .svg {
    box-shadow: inset 0 0 0 2px var(--pääväri), 0 0 0 70vh var(--neutraali-2);
  }

  .gap {
    flex-flow: wrap;
    flex: 0 auto;
  }
}


