@import url("https://fonts.googleapis.com/css?family=Passion+One:400,700&display=swap");

body {
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-image: url("./asssets/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Passion One", cursive;
}

/*mobile*/

/*desktop size*/
.container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.upper-box h1 {
  letter-spacing: 1px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.upper-box .img-top img {
  width: 50%;
}

.upper-box .img-bottom img {
  width: 100%;
}

.upper-box .img-bottom {
  max-width: 1200px;
  margin: auto;
}

.upper-box {
  padding: 0px;
  width: 100%;
  margin: auto;
  text-align: center;
  color: whitesmoke;
  text-align: center;
}

.jotform-box {
  width: 700px;
  margin: 0 auto;
  background: transparent;
  padding: 0;
}

#JotFormIFrame-200402114801030 {
  width: 100%;
}

.form-header-group {
  border-color: none;
}

#customFieldFrame_12 {
  height: 90px !important;
}

.form-all.form-line #cid_12 .icheckbox_minimal {
  height: 90px !important;
}

/*media query*/

@media screen and (max-width: 410px) {
  .upper-box h1 {
    font-size: 1.5em;
    padding-top: 15px;
  }

  .upper-box .img-top img {
    width: 100%;
  }

  .img-bottom {
    margin-bottom: 0px;
  }
}

/*tablet*/
@media screen and (min-width: 415px) and (max-width: 546px) {
  .upper-box h1 {
    font-size: 1.5em !important;
  }
}

@media screen and (min-width: 547px) and (max-width: 722px) {
  .upper-box h1 {
    font-size: 1.7em !important;
  }
}

@media screen and (max-width: 722px) {
  .jotform-box {
    width: 100%;
  }

  #JotFormIFrame-200402114801030 {
    width: 80%;
  }

  .upper-box h1 {
    padding-bottom: 20px;
  }

  .upper-box .img-top img {
    width: 85%;
  }
}

@media screen and (min-width: 723px) {
  .upper-box h1 {
    font-size: 2.5em;
    padding-bottom: 20px;
  }
}
