@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,800;1,600&family=Poppins:wght@400;600;800&display=swap");
body,
html {
  max-width: 1400px;
  margin: auto;
  width: 70%;
  display: flex;
  flex-flow: column;
  background-color: white;
  font-family: "Poppins", sans-serif;
}

h1 {
  margin-bottom: 1em;
  color: #F15A29;
  font-family: "Montserrat", sans-serif;
}

h1:hover {
  color: #ff5361;
}

h2,
h3 {
  display: flex;
  margin-top: 0em;
  margin-bottom: 0em;
  color: #f1c232;
}

h2 {
  display: inline;
  font-size: 28px;
}

.Get-In-Touch {
  margin-top: 10%;
}

.hero-text {
  display: flex;
  text-align: center;
  position: inherit;
  top: 85%;
  left: 40%;
  color: #F15A29;
}

.hero-text:visited {
  color: rgb(165, 90, 15);
}

a:visited {
  color: rgb(165, 90, 15);
}

.center {
  max-width: 975px;
  margin: auto;
  padding: 10px;
  color: #B4C7DC;
}

form {
  display: flex;
  flex-direction: column;
  padding: 2vw;
  width: 100%;
  max-width: 100%;
  min-width: 300px;
  border-radius: 7px;
}

form h3 {
  color: #f6b26b;
  font-weight: 800;
  margin-bottom: 20px;
}

form input[type=text], input[type=email], input[type=tel], textarea {
  border: 0;
  margin: 10px 0 0 0;
  padding: 10px;
  outline: none;
  background-color: rgb(251, 244, 230);
  font-size: 16px;
  border-radius: 3px;
}

input::placeholder {
  font-family: "Droid Sans Mono", "monospace", monospace;
}

input:focus::placeholder {
  transition: opacity 1s 0s ease !important;
  opacity: 0;
}

textarea:focus::placeholder {
  transition: opacity 1s 0s ease !important;
  opacity: 0;
}

form button {
  padding: 15px;
  background: #F15A29;
  color: #fff;
  font-size: 18px;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 150px;
  margin: 20px auto 0;
  border-radius: 30px;
}

.inputLable {
  color: rgb(26, 5, 5);
  margin-top: 6px;
  margin-bottom: -10px;
}

.credit {
  position: relative;
  top: 20%;
  left: 5%;
  margin-bottom: 0%;
  font-size: small;
}

@media screen and (max-width: 935px) {
  body, html {
    max-width: 90%;
    width: 90%;
  }
  section {
    transform: scaleX(0.9);
  }
  .hero-text h1 {
    font-size: 48px;
  }
  h2 {
    font-size: large;
  }
}
@media screen and (min-aspect-ratio: 8/5) and (max-aspect-ratio: 16/9) {
  .h1_a {
    margin-top: 10%;
    left: 50%;
  }
  .hero-text {
    top: 10%;
  }
}
@media screen and (max-width: 500px) {
  .hero-text h1 {
    position: relative;
    text-align: left;
    top: 80%;
    left: 17%;
    bottom: 0%;
    margin-bottom: 0%;
    font-size: 36px;
    word-wrap: normal;
  }
  .center {
    max-width: 95%;
  }
  h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 300px) {
  .hero-text h1 {
    left: 10%;
    font-size: 30px;
  }
}
#submitButton {
  padding: 15px;
  background: #F15A29;
  color: #fff;
  font-size: 18px;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 150px;
  margin: 20px auto 0;
  border-radius: 30px;
  text-align: center;
  z-index: 50;
}

#submitButton:hover {
  background-color: #45a049;
}

#shim {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  background: rgb(249, 218, 177);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 990;
  display: none;
}

#msgbx {
  position: absolute;
  height: 1000px;
  width: 100%;
  max-width: 100%;
  top: 0%;
  left: 0%;
  margin: auto;
  color: #F15A29;
  z-index: 999;
  overflow-x: auto;
  text-align: center;
  background-color: white; /* #294766; */
  opacity: 1;
}

#msg {
  position: relative;
  top: 20%;
  margin: auto;
  font-size: 12pt;
  background-color: none;
}

.thanks {
  color: #F15A29;
  flex-direction: column;
}

@media screen and (max-width: 400px) {
  #msg {
    overflow-wrap: break-word;
  }
}
h1 {
  font-size: 24px;
}
@media screen and (min-width: 300px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 400px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 512px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 640px) {
  h1 {
    font-size: 46px;
  }
}
@media screen and (min-width: 704px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 58px;
  }
}
@media screen and (min-width: 870px) {
  h1 {
    font-size: 64px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 68px;
  }
}
@media screen and (min-width: 1168px) {
  h1 {
    font-size: 76px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 96px;
  }
}
@media screen and (min-width: 1900px) {
  h1 {
    font-size: 110px;
  }
}

h2 {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 704px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 870px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1168px) {
  h2 {
    font-size: 46px;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1900px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 15px;
}
@media screen and (min-width: 400px) {
  h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 704px) {
  h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 870px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1168px) {
  h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1900px) {
  h3 {
    font-size: 56px;
  }
}

h4 {
  font-size: 14px;
}
@media screen and (min-width: 400px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1900px) {
  h4 {
    font-size: 42px;
  }
}

h5 {
  font-size: 13px;
}
@media screen and (min-width: 400px) {
  h5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 640px) {
  h5 {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 12px;
}
@media screen and (min-width: 300px) {
  h6 {
    font-size: 13px;
  }
}
@media screen and (min-width: 400px) {
  h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 512px) {
  h6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 576px) {
  h6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 640px) {
  h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 704px) {
  h6 {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 870px) {
  h6 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1168px) {
  h6 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1900px) {
  h6 {
    font-size: 23px;
  }
}

p, a, ul, li, div {
  font-size: 11px;
}
@media screen and (min-width: 300px) {
  p, a, ul, li, div {
    font-size: 11px;
  }
}
@media screen and (min-width: 400px) {
  p, a, ul, li, div {
    font-size: 11.5px;
  }
}
@media screen and (min-width: 512px) {
  p, a, ul, li, div {
    font-size: 12px;
  }
}
@media screen and (min-width: 576px) {
  p, a, ul, li, div {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 640px) {
  p, a, ul, li, div {
    font-size: 13px;
  }
}
@media screen and (min-width: 704px) {
  p, a, ul, li, div {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  p, a, ul, li, div {
    font-size: 15px;
  }
}
@media screen and (min-width: 870px) {
  p, a, ul, li, div {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  p, a, ul, li, div {
    font-size: 17px;
  }
}
@media screen and (min-width: 1168px) {
  p, a, ul, li, div {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  p, a, ul, li, div {
    font-size: 19px;
  }
}
@media screen and (min-width: 1900px) {
  p, a, ul, li, div {
    font-size: 20px;
  }
}

/*# sourceMappingURL=contact-style.css.map */
