:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

.instagram {
  justify-content: center;
  align-items: center;
  width: 30px;
  max-width: 30px;
  height: 30px;
  margin-bottom: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 35px;
}

.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;
}

.body {
  color: #fff;
  background-image: url('../images/vedos_landing_wip.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
  line-height: 19px;
  overflow: visible;
}

.vedos-logo-svg {
  width: 140px;
  max-width: 140px;
  position: static;
  top: 30px;
  bottom: auto;
  left: 35px;
  right: auto;
  overflow: visible;
}

.copyright {
  margin-bottom: 0;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: 35px;
  right: auto;
}

.paragraph-3 {
  margin-bottom: 0;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.logo {
  width: 140px;
  max-width: 140px;
  height: auto;
  position: fixed;
  top: 30px;
  left: 35px;
}

.yhteystiedot {
  text-align: right;
  width: 170px;
  min-width: 170px;
  max-width: 170px;
  position: fixed;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 35px;
}

.vaikuttavaa-visualisointia {
  text-align: center;
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 0;
  margin-top: 0%;
  margin-bottom: auto;
  position: fixed;
  top: 44%;
  bottom: 50%;
  left: 35px;
  right: 35px;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 600;
}

.paragraph-4 {
  text-align: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 32%;
  padding-right: 32%;
  font-size: 16px;
}

.link-block {
  background-image: url('../images/instagram-white-icon.svg');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  min-width: auto;
  max-width: 30px;
  height: 30px;
  text-decoration: none;
  display: inline-block;
}

.div-block {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.paragraph-4-copy {
  text-align: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 32%;
  padding-right: 32%;
  font-size: 16px;
}

.paragraph-4-copy.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .body {
    height: auto;
    display: block;
    overflow: visible;
  }

  .vaikuttavaa-visualisointia {
    top: 40%;
  }

  .paragraph-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block {
    height: 100vh;
  }

  .paragraph-4-copy {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .instagram {
    bottom: 30px;
  }

  .body {
    overflow: visible;
  }

  .vedos-logo-svg {
    top: 30px;
  }

  .vaikuttavaa-visualisointia {
    top: 40%;
  }

  .paragraph-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block {
    height: 100vh;
  }

  .paragraph-4-copy {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .instagram {
    z-index: 0;
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: left;
    object-fit: fill;
    background-image: none;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 0;
    position: fixed;
    top: 31px;
    bottom: auto;
    left: auto;
    right: 25px;
  }

  .body {
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-color: #000;
    background-image: url('../images/vedos_landing_portrait_wip.jpg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 125%;
    background-attachment: fixed;
    background-clip: border-box;
    height: 680px;
    overflow: hidden;
  }

  .vedos-logo-svg {
    text-align: left;
    vertical-align: baseline;
    object-fit: cover;
    width: 150px;
    max-width: 100px;
    margin-top: 0;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .copyright {
    display: none;
  }

  .heading-3 {
    font-weight: 600;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .logo {
    width: 100px;
    min-width: 80px;
    max-width: 100px;
    height: auto;
    margin-top: 5px;
    margin-right: 0;
    padding-right: 0;
    position: fixed;
    top: 20px;
    left: 25px;
  }

  .yhteystiedot {
    text-align: left;
    max-width: 170px;
    margin-top: 50px;
    padding-top: 0;
    display: none;
    position: fixed;
    top: auto;
    bottom: 25px;
    left: 25px;
    right: auto;
  }

  .vaikuttavaa-visualisointia {
    text-align: left;
    margin-top: 38%;
    position: static;
  }

  .heading-4 {
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
  }

  .paragraph-4 {
    text-align: left;
    height: auto;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .link-block {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }

  .div-block {
    object-fit: cover;
    width: 100vw;
    height: 680px;
    overflow: hidden;
  }

  .paragraph-4-copy {
    text-align: left;
    height: auto;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .paragraph-4-copy.mobile {
    margin-top: 5%;
    display: block;
  }
}


