.body {
  height: 100%;
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/bg_home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo {
  position: fixed;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 84px;
  margin-top: 55px;
  margin-right: auto;
  margin-left: -100px;
  background-image: url('../images/logo.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.content {
  position: static;
  left: 0px;
  bottom: 0px;
  width: 450px;
  margin-right: 80px;
  margin-bottom: 80px;
  margin-left: 80px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 160%;
  font-weight: 200;
}

.paragraph {
  font-family: Nunito, sans-serif;
  color: #fff;
  line-height: 150%;
  font-weight: 200;
}

.development {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/bg_developments.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.koidu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/koidu_cover.svg'), url('../images/bg_koidu.jpg');
  background-position: 0px 100%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.logo-koidu {
  width: 80px;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  clear: right;
  background-image: url('../images/koidu_logo.svg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.url-koidu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  clear: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-weight: 200;
  text-decoration: underline;
}

.link.arrow_down {
  width: 410px;
  background-image: url('../images/arrow.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-koidu {
  position: static;
  left: 0px;
  bottom: 0px;
  width: 450px;
  margin-right: 80px;
  margin-bottom: 45px;
  margin-left: 80px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow {
  position: relative;
  right: 80px;
  bottom: 80px;
  display: block;
  overflow: hidden;
  width: 48px;
  margin-top: 55px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.investors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/bg_investors.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/bg_contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow_down {
  width: 47px;
  height: 24px;
  margin-top: 20px;
  background-image: url('../images/arrow.svg');
  background-position: 50% 50%;
  background-size: 47px 24px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.arrow_up {
  width: 47px;
  height: 24px;
  margin-bottom: 0px;
  background-image: url('../images/arrow.svg');
  background-position: 50% 50%;
  background-size: 47px 24px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (max-width: 991px) {
  .logo {
    width: 150px;
    height: 68px;
    margin-left: -75px;
    background-size: 150px;
  }
}

@media (max-width: 767px) {
  .logo {
    position: absolute;
    margin-left: -75px;
  }
  .content {
    width: 400px;
    margin-top: 160px;
    margin-bottom: 40px;
    margin-left: 40px;
  }
  .content-koidu {
    width: 400px;
    margin-top: 160px;
    margin-left: 40px;
  }
  .arrow {
    right: 40px;
    bottom: 40px;
  }
}

@media (max-width: 479px) {
  .home {
    background-position: 100% 0px;
    background-repeat: no-repeat;
  }
  .content {
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .logo-koidu {
    width: 84px;
    float: left;
    clear: right;
    background-position: 50% 0px;
    text-align: center;
  }
  .url-koidu {
    margin-top: 0px;
    float: left;
    clear: left;
  }
  .content-koidu {
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .arrow {
    display: none;
  }
}

