body {
  display: flex;
  flex-wrap: wrap;
  background: #f4f2e4;
  justify-content: center;
  margin: 0;
  font-family: "Akshar", sans-serif;
  font-family: "Antonio", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Antonio", sans-serif;
}

h1 {
  font-size: 56px;
  font-weight: 700;
}

h2 {
  font-size: 45px;
  font-weight: 700;
}

h3 {
  font-size: 35px;
  font-weight: 500;
}

h4 {
  font-size: 27px;
  font-weight: 500;
}

h5 {
  font-size: 21px;
  font-weight: 300;
}

h6 {
  font-size: 16px;
  font-weight: 300;
}

p {
  font-family: "Akshar", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

/* ****** Hero Image ****** */
.heroImage {
  width: 100%;
  position: fixed;
  margin-top: 0;
  display: flex;
  justify-content: center;
}

.title {
  color: #f4f2e4;
  position: fixed;
  background-color: rgba(236, 0, 140, 0.2);
  margin-top: 10%;
  padding: 1%;
  text-align: center;
}

.heroImage img {
  width: 100vw;
}

/* ****** Intro Section ****** */
.intro {
  width: 70%;
  background: #f4f2e4;
  position: relative;
  margin-top: 45%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 2px 9px 9px 0 rgba(105, 78, 89, 0.9);
}

.intro img {
  width: 50%;
  margin: 5% 0 5% 5%;
}

.introDescription {
  width: 30%;
  align-self: center;
  justify-self: center;
  padding-left: 5%;
  padding-right: 5%;
}

/* ****** Problem Statement ****** */
.problem {
  width: 70%;
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 2px 9px 9px 0 rgba(105, 78, 89, 0.9);
}
.problemDescription {
  width: 40%;
  align-self: center;
  margin: 5%;
}

.problem img {
  width: 40%;
}

.island img {
  width: 90%;
  margin: 0% 5% 0% 5%;
}

/* ****** Sketch ****** */
.sketch {
  width: 70%;
  background: #f4f2e4;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 2px 9px 9px 0 rgba(105, 78, 89, 0.9);
}

.sketchimg {
  width: 40%;
  margin: 5%;
  align-self: center;
}

.sketchimg img {
  width: 100%;
}

.sketchDescription {
  width: 40%;
  margin-right: 5%;
}

.sketchDescription img {
  width: 90%;
  padding-bottom: 10%;
}

/* ****** nothing ****** */
.nothing {
  width: 70%;
  height: 20%;
  background: rgba(235, 163, 193, 0.5);
  position: relative;
  box-shadow: 2px 9px 9px 0 rgba(105, 78, 89, 0.9);
}

/* ****** detail ****** */
.detail {
  width: 70%;
  position: relative;
  box-shadow: 2px 9px 9px 0 rgba(105, 78, 89, 0.9);
}

.detail img {
  width: 100%;
}

/* ****** Final ****** */
.final {
  width: 70%;
  position: relative;
  box-shadow: 2px 9px 9px 0 rgba(105, 78, 89, 0.9);
}

.final img {
  width: 100%;
}

.endofFinal {
  width: 70%;
  position: relative;
}

.endofFinal img {
  width: 100%;
}

/* ****** Contact Title ****** */

.contacTitle {
  width: 70%;
  position: relative;
  align-self: flex-end;
  margin-top: 40vw;
}

.contacTitle img {
  width: 20%;
}

/* ****** contact ****** */
.contact {
  width: 100vw;
  background: #f4f2e4;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contactContent {
  width: 70%;
  padding: 2%;
}

/* ****** form ****** */
.form {
  width: 100%;
  position: relative;
  align-self: relative;
  background: #f4f2e4;
  display: flex;
  justify-content: center;
  padding-bottom: 20%;
}

.formContent {
  width: 70%;
}

label {
  font-family: "Antonio", sans-serif;
  font-size: 21px;
  font-weight: 300;
  color: rgb(236, 0, 140);
}

input[type="text"] {
  width: 80%;
  height: 7%;
  background: #f4f2e4;
  border: 2px #00aeef solid;
  padding: 2%;
  margin-top: 1%;
  font-family: "Akshar", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: darkgray;
}

input[type="text"]:hover {
  border: 2px #fff200 solid;
}

select {
  width: 80%;
  height: 7%;
  border: 2px #00aeef solid;
  padding-left: 2%;
  font-family: "Akshar", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: rgb(124, 121, 121);
  margin-top: 1%;
}

select:hover {
  border: 2px #fff200 solid;
}

select::-ms-expand {
  display: none;
}
#Subject {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-accelerator: none;
  background: url(../img/dropdown-02.png) no-repeat scroll center;
  background-size: 3%;
  background-position: 98%;
}

#Subject:hover {
  background: url(../img/dropdown-01.png) no-repeat scroll center;
  background-size: 3%;
  background-position: 98%;
}

input[type="checkbox"] {
  width: 1em;
  height: 1em;
  border: 2px #00aeef solid;
  -webkit-appearance: none;
  background-color: #f4f2e4;
  position: relative;
  margin-top: 5%;
}

input:hover {
  border: 2px rgb(236, 0, 140) solid;
}
input[type="checkbox"]:checked:after {
  content: " ✔ ";
  font-size: 10px;
  font-weight: 300;
  color: rgb(236, 0, 140);
  position: absolute;
}

#Message {
  width: 80%;
  height: 30%;
  background: #f4f2e4;
  border: 2px #00aeef solid;
  padding: 2%;
  margin-top: 1%;
  font-family: "Akshar", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

#Message:hover {
  border: 2px #fff200 solid;
}

input[type="submit"] {
  color: #f4f2e4;
  background: #00aeef;
  border: #f4f2e4;
  font-weight: 300;
  font-family: "Antonio", sans-serif;
  font-size: 21px;
  padding: 1% 5% 1% 5%;
}

input[type="submit"]:hover {
  color: black;
  background: #fff200;
  border: #f4f2e4;
}

input[type="submit"]:active {
  color: #f4f2e4;
  background: rgb(236, 0, 140);
  border: #f4f2e4;
}

/* ***** Responsive ***** */
@media only screen and (max-width: 800px) {
  .intro {
    justify-content: center;
  }

  .intro img {
    width: 80%;
    margin: 5% 0 0 0;
  }

  .introDescription {
    width: 100%;
    align-self: center;
    justify-self: center;
    margin: 0 10% 10% 10%;
    padding: 0;
  }

  .problem {
    justify-content: center;
  }

  .problemDescription {
    width: 100%;
    align-self: center;
    margin: 0 10% 0 10%;
  }

  .problem img {
    width: 80%;
    margin-bottom: 0;
  }
  .island img {
    width: 80%;
    margin: 0 10% 10% 10%;
  }

  .sketch {
    justify-content: center;
  }

  .sketchimg {
    width: 100%;
    margin: 10% 10% 0 10%;
  }

  .sketchimg img {
    width: 100%;
    justify-content: center;
  }

  .sketchDescription {
    width: 100%;
    margin: 0 10% 0 10%;
    justify-self: center;
  }

  .sketchDescription img {
    width: 100%;
    padding: 0%;
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 43px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 19px;
  }

  p {
    font-size: 16px;
  }

  .intro {
    width: 80%;
    margin-top: 120%;
    justify-content: center;
    align-items: center;
  }

  .intro img {
    width: 90%;
    margin: 5% 0 0 0;
  }

  .introDescription {
    width: 90%;
    align-self: center;
    justify-self: center;
    margin: 0 0 10% 0;
    padding: 0;
  }

  .problem {
    width: 80%;
  }
  .problemDescription {
    width: 90%;
    margin: 0;
  }

  .problem img {
    width: 90%;
  }

  .island img {
    width: 90%;
    margin: 0% 5% 0% 5%;
  }
  .sketch {
    width: 80%;
  }

  .sketchimg {
    width: 100%;
    margin: 10% 5% 0 5%;
  }

  .sketchDescription {
    width: 100%;
    margin: 0 5% 0 5%;
  }

  .nothing {
    width: 80%;
  }

  .detail {
    width: 80%;
  }

  .detail img {
    width: 100%;
  }

  .final {
    width: 80%;
  }

  .endofFinal {
    width: 80%;
    position: relative;
  }

  .contacTitle {
    width: 80%;
    margin-top: 40%;
    background: rgba(236, 0, 140, 0.5);
  }

  .contacTitle img {
    width: 50%;
  }

  .formContent {
    margin-bottom: 20%;
  }

  label {
    font-size: 19px;
  }

  input[type="text"] {
    font-size: 16px;
  }

  select {
    font-size: 16px;
  }
  #Message {
    font-size: 16px;
  }
}
