body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.section {
  width: 100vw;
  height: 100vh;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
}

.white_div {
  min-height: 440px;
  padding: 60px 55px 42px 50px;
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #000;
}

.textbox_small {
  position: absolute;
  left: 10px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-left: -10px;
  padding: 10px;
  background-color: #8ead00;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: relative;
  margin-top: 10px;
  padding: 20px;
  background-color: #2d4b00;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms cubic-bezier(.784, -.003, .25, 1);
  transition: background-color 400ms ease, -webkit-transform 400ms cubic-bezier(.784, -.003, .25, 1);
  transition: background-color 400ms ease, transform 400ms cubic-bezier(.784, -.003, .25, 1);
  transition: background-color 400ms ease, transform 400ms cubic-bezier(.784, -.003, .25, 1), -webkit-transform 400ms cubic-bezier(.784, -.003, .25, 1);
  font-size: 20px;
  letter-spacing: 3px;
  cursor: pointer;
}

.button:hover {
  background-color: #8ead00;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.logo_div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: block;
  margin-right: 20px;
}

.section_1_y {
  height: 570px;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.section_content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.section_2_y {
  height: 310px;
}

.heading_inside {
  position: static;
  left: 12%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
}

.heading {
  margin-left: 28px;
  font-size: 50px;
  line-height: 60px;
}

.section_3_y {
  height: 380px;
}

.back_div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  margin-left: 180px;
  padding: 20px;
  background-color: #8ead00;
  color: #fff;
  letter-spacing: 3px;
  text-decoration: none;
}

.textbox_small_content {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-left: 0px;
  padding: 10px;
  background-color: #8ead00;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.container_header_inner {
  margin-top: 220px;
}

.heading-inner {
  margin-left: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.icon {
  position: absolute;
  width: 48px;
  margin-top: 8px;
}

.h3_inner {
  display: block;
  margin-bottom: 15px;
  padding-left: 65px;
  clear: left;
  color: #2d4b00;
  font-size: 24px;
  line-height: 1.3em;
}

.p_inner {
  margin-bottom: 27px;
  margin-left: 65px;
}

.contact_header {
  color: #2d4b00;
}

.h2_frontpage {
  display: block;
  margin-bottom: 15px;
  clear: left;
  color: #2d4b00;
  font-size: 28px;
  line-height: 1.3em;
}

.yrittaja {
  position: relative;
  z-index: 1;
}

.liiketoiminnanosaaja {
  position: relative;
}

.bg1 {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.bg2 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.bg_intro {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.bg3 {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.bg4 {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.bg5 {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.bg6 {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.container_header_inner_margin {
  margin-top: 220px;
  padding-right: 430px;
}

.p_white {
  color: #fff;
  font-size: 17px;
  line-height: 1.8em;
}

.textbox_small_contentfirst {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-top: 130px;
  margin-left: 0px;
  padding: 10px;
  background-color: #8ead00;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav_div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
}

.navlink {
  padding: 20px;
  background-color: #8ead00;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
}

.navlink.w--current {
  background-color: #2d4b00;
}

.section_4_y {
  height: 470px;
}

.fp_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 75, 0, 0.88)), to(rgba(45, 75, 0, 0.88))), url('../images/7P1A7486.jpg');
  background-image: linear-gradient(180deg, rgba(45, 75, 0, 0.88), rgba(45, 75, 0, 0.88)), url('../images/7P1A7486.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-shadow: 1px 1px 3px #223800;
}

.slider {
  background-color: transparent;
}

.testimonial_text {
  padding-top: 50px;
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 400;
}

.testimonial2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 75, 0, 0.8)), to(rgba(45, 75, 0, 0.8))), url('../images/ND8B6999.jpg');
  background-image: linear-gradient(180deg, rgba(45, 75, 0, 0.8), rgba(45, 75, 0, 0.8)), url('../images/ND8B6999.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-shadow: 1px 1px 3px #223800;
}

.image {
  margin-top: 40px;
  margin-left: 40px;
}

.link {
  color: #333;
}

@media screen and (max-width: 991px) {
  .white_div {
    min-height: auto;
  }

  .div-block {
    padding-top: 100px;
  }

  .heading-inner {
    font-size: 40px;
    line-height: 50px;
  }

  .container_header_inner_margin {
    padding-right: 320px;
  }

  .column {
    margin-top: 50px;
  }

  .fp_div {
    padding-top: 220px;
  }

  .testimonial_text {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-top: 130px;
  }

  .section_content {
    padding-left: 20px;
  }

  .container_header_inner {
    padding-left: 30px;
  }

  .heading-inner {
    font-size: 30px;
    line-height: 40px;
  }

  .container_header_inner_margin {
    padding-right: 209px;
    padding-left: 30px;
  }

  .col_left {
    padding-left: 0px;
  }

  .col_right {
    padding-left: 0px;
  }

  .fp_div {
    padding-top: 250px;
  }

  .testimonial_text {
    font-size: 23px;
  }
}

@media screen and (max-width: 479px) {
  .white_div {
    padding-right: 20px;
    padding-left: 25px;
  }

  .section_content {
    padding-left: 20px;
  }

  .icon {
    display: none;
  }

  .h3_inner {
    padding-left: 0px;
    font-size: 20px;
  }

  .p_inner {
    margin-left: 0px;
  }

  .container_header_inner_margin {
    padding-right: 0px;
  }

  .p_white {
    font-size: 14px;
  }

  .navlink {
    width: 100%;
    padding: 10px 21px;
  }

  .columns {
    margin-top: 240px;
  }

  .testimonial_text {
    padding-right: 65px;
    padding-left: 65px;
    font-size: 16px;
  }
}

