.div-principal {
  height: auto;
  padding: 2% 10%;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  display: block;
  max-width: 300px;
  margin-right: 0px;
  margin-left: auto;
}

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

.h1-style {
  margin-top: 0px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
  color: #011497;
  font-size: 60px;
  line-height: 72px;
  font-weight: 800;
  letter-spacing: 5px;
  text-decoration: underline;
  text-transform: uppercase;
  text-shadow: 4px 4px 12px hsla(0, 0%, 100%, 0.5);
}

.subhead {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 50px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 4px 4px 2px hsla(0, 0%, 50.2%, 0.65);
}

.p-subhead-2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #011497;
  font-size: 28px;
  line-height: 45px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 4px 4px 4px grey;
}

.form-and-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paper {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.form {
  width: 450px;
  margin-left: 70px;
  padding: 3%;
  border-radius: 20px;
  background-color: #02c344;
}

.form-hea {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.about-jack-an-dmichelle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 10%;
  -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;
  background-color: #e6e6e6;
}

.image-2 {
  max-width: 400px;
  margin-right: 50px;
}

.text-about {
  max-width: 420px;
}

.image-3 {
  display: block;
  max-width: 150px;
  margin-left: auto;
}

.paragraph {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: 2px;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.link-block {
  display: block;
}

.h1-style-download {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #011497;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.p-subhead-2-facebook {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #011497;
  font-size: 35px;
  line-height: 45px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 4px 4px 4px grey;
}

.image-4 {
  display: block;
  max-width: 80px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.div-block {
  margin-right: 0px;
}

.bold-thasnk-you {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 800;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.subhead-thankyou {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 50px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 4px 4px 2px hsla(0, 0%, 50.2%, 0.65);
}

.link-block-noud {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .p-subhead-2 {
    color: #fff;
  }

  .paper {
    max-width: 250px;
  }

  .about-jack-an-dmichelle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    max-width: 250px;
  }

  .text-about {
    max-width: 500px;
  }

  .p-subhead-2-facebook {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 250px;
  }

  .bold-text {
    font-size: 40px;
    line-height: 50px;
  }

  .subhead {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-thasnk-you {
    font-size: 40px;
    line-height: 50px;
  }

  .subhead-thankyou {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 250px;
    margin-right: auto;
  }

  .subhead {
    margin-bottom: 20px;
    color: #011497;
    font-size: 20px;
    line-height: 35px;
    text-shadow: 2px 2px 2px hsla(0, 0%, 100%, 0.5);
  }

  .p-subhead-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .form-and-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .paper {
    max-width: 300px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .form {
    width: auto;
    margin-left: 0px;
  }

  .form-hea {
    font-size: 20px;
    line-height: 25px;
  }

  .about-jack-an-dmichelle {
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    margin-right: 0px;
  }

  .text-about {
    margin-top: 20px;
  }

  .paragraph {
    text-align: center;
  }

  .h1-style-download {
    font-size: 28px;
    text-decoration: none;
  }

  .p-subhead-2-facebook {
    font-size: 18px;
    line-height: 30px;
  }

  .image-4 {
    max-width: 40px;
  }

  .mobiel-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .bold-thasnk-you {
    font-size: 35px;
    text-decoration: none;
    text-shadow: none;
  }

  .subhead-thankyou {
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-shadow: 2px 2px 2px grey;
  }

  .link-block-noud {
    text-decoration: none;
  }
}

