
/* CONTACT FORM - CONTACT FORM */

form {
  background-color: rgb(226, 233, 240);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  padding: 0px 20px 20px 20px;
  width: 50%;
  max-width: 600px;
  border-radius: 5px;
}

@media (max-width: 760px) {
  form {
     width: 80%;
  }
}

form p {
  font-family: Thasadith, Verdana, Arial;
  font-weight: 600;
}

form legend {
  font-family: Thasadith, Verdana, Arial;
  font-weight: 550;
  color: rgb(200, 80, 80);
  font-size: small;
}

form input {
  font-family: Thasadith, Verdana, Arial;
  font-weight: 400;
  font-style: italic;
  font-size: small;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: white;
  border: none;
  border-radius: 5px;
}

form textarea {
  font-family: Thasadith, Verdana, Arial;
  font-weight: 400;
  font-style: italic;
  font-size: small;
  border: none;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px;
  outline: none;
  background: white;
  border-radius: 5px;
}

form button {
  padding: 5px;
  background: #cdcecf;
  color: whitesmoke;
  font-size: 18px;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 80px;
  margin: 15px auto 0;
  border-radius: 10px;
  box-shadow: 4px 4px 3px rgb(192, 191, 191);
  font-weight: 600;
}

button:hover {
  color: rgb(200, 80, 80);
}

/* CONTACT FORM - CONTACT FORM */

/* MAIL PHONE - MAIL PHONE */

.mail_phone {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
  font-family: Thasadith, Verdana, Arial;
  font-weight: 600;
  color: rgb(200, 80, 80);
  line-height: 10px;
  padding-bottom: 90px;
}

.mail_phone a {
  font-family: Thasadith, Verdana, Arial;
  font-weight: 600;
  color: rgb(200, 80, 80);
}

.mail_phone a:hover {
  color: black;
}

/* <!-- Section 03 Google Maps --> */

/* .map-container {
  margin: 15px auto 50px auto;
  display: block;
  width: 600px;
  max-width: 600px;
}

.map {
  width: 100%;
  text-align: center;
  border-radius: 6px;
  box-shadow: 5px 5px 5px lightgray;
}

@media (max-width: 760px) {
  .map-container {
    width: 90%;
  }
} */


