.div-block {
  height: 100vh;
}

.main-container {
  height: 100vh;
  background-image: url('../images/ilustratie.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Helveticaneue, sans-serif;
  font-weight: 500;
}

.header {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
}

.body {
  font-family: Helveticaneue, sans-serif;
  font-weight: 500;
}

.container-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 60%;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Helvetica neu', sans-serif;
  color: #58595b;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 3px;
}

.paragraph {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(88, 89, 91, 0.57);
  font-size: 20px;
  letter-spacing: 0px;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button {
  letter-spacing: 1px;
  text-decoration: overline;
}

.button._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 47px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: solid;
  border-width: 3px;
  border-color: #00adee;
  border-radius: 7px;
  background-color: #00adee;
  box-shadow: 3px 3px 11px 0 rgba(0, 0, 0, 0.23);
  color: #fff;
  text-decoration: none;
}

.button._1:hover {
  background-color: #00adee;
  color: #fff;
}

.button._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 47px;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-style: solid;
  border-width: 3px;
  border-color: #00adee;
  border-radius: 7px;
  box-shadow: 3px 3px 11px 0 rgba(0, 0, 0, 0.23);
  color: #00adee;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .main-container {
    background-position: 100% 0%;
    background-size: 130%;
  }
  .container-text {
    width: 70%;
    max-width: 80%;
    margin-top: 264px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-block {
    margin-left: -8px;
  }
  .link-block.w--current {
    margin-left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .container-text {
    margin-top: 154px;
  }
}

@media screen and (max-width: 479px) {
  .main-container {
    background-position: 60% 0%;
    background-size: 960px;
    opacity: 1;
  }
  .container-text {
    width: 90%;
  }
  .heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .buttons {
    -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;
  }
  .button._2 {
    margin-top: 40px;
    margin-left: 0px;
  }
  .image {
    margin-left: 19px;
  }
}

@font-face {
  font-family: 'Helvetica neu';
  src: url('../fonts/Helvetica-Neu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}