body {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
}
body header #headerpic {
  background-image: url(../Assets/foodtruck2.jpg);
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body header #headerpic h1 {
  color: white;
  background-color: rgb(243, 196, 180);
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-top: 6%;
  margin-right: auto;
  width: 30%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 0;
}
body section {
  background-color: white;
  height: auto;
  padding-top: 10%;
}
body section .knowMore {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20%;
  margin-top: 0;
}
body section .knowMore h2 {
  color: black;
  border: none;
  width: 100%;
  text-align: center;
  padding-top: 1%;
}
body section .knowMore p {
  text-align: justify;
}
body section .knowMore img {
  display: block;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
body section .flex {
  padding-top: 10%;
  display: flex;
}
body section .mapContainer {
  margin-left: 4%;
}
body section .mapContainer iframe {
  width: 700px;
  height: 600px;
}
body section .getInContact {
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 2%;
}
body section .getInContact .contactInfoBlock {
  margin-left: 15%;
  color: black;
  width: 40%;
}
body section .getInContact .contactInfoBlock h2 {
  text-align: left;
  color: black;
  margin: 0;
  padding: 0;
  padding-bottom: 4%;
  width: 100%;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
}
body section .getInContact .contactInfoBlock .contactInfo {
  display: flex;
  flex-direction: row;
}
body section .getInContact .contactInfoBlock .contactInfo .icons {
  width: 5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 10px;
  align-items: center;
}
body section .getInContact .contactInfoBlock .contactInfo p {
  font-weight: 300;
  font-size: 0.8em;
  padding-bottom: 1em;
  text-align: left;
}
body section form {
  height: 500px;
  margin-left: 10%;
  background-color: white;
  padding-left: 5%;
  font-size: 1em;
  color: black;
}
body section form h2 {
  border-bottom: none;
  text-align: left;
  width: 50%;
  color: rgb(243, 196, 180);
  margin: 0;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 2%;
}
body section form fieldset {
  border-radius: 4px;
  border: none;
}
body section form label {
  padding-top: 4%;
  width: 100%;
  font-size: 0.8em;
  font-weight: 300;
  clear: both;
}
body section form input {
  border: none;
  margin-bottom: 4%;
  border-radius: 2%;
  margin-top: 2%;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid;
}
body section form textarea {
  margin-top: 2%;
  border: none;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid;
}
body section form #button {
  font-size: large;
  width: 200px;
  height: 40px;
  font-family: Roboto;
  color: white;
  border: none;
  margin-top: 2%;
  border-radius: 4px;
  background-color: rgb(243, 196, 180);
}
body section form #button:hover {
  background-color: white;
  border: 1px solid rgb(243, 196, 180);
  color: rgb(243, 196, 180);
}
@media screen and (max-width: 800px) {
  body #contact .knowMore {
    height: 600px;
  }
  body #contact .knowMore h2 {
    padding-top: 40%;
  }
  body #contact .knowMore p {
    width: 100%;
  }
  body #contact #question {
    display: block;
  }
  body #contact #question .mapContainer {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  body #contact #question .mapContainer iframe {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  body #contact #question .contactInfo {
    margin-left: auto;
    margin-right: auto;
  }
  body #contact #question form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body #contact #question form #button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  body header #headerpic h1 {
    margin-top: 60%;
  }
  body section h2 {
    margin-top: 29%;
  }
  body #question .mapContainer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body #question form #button {
    width: 100%;
  }
}/*# sourceMappingURL=Contact.css.map */