@import url("https://fonts.googleapis.com/css2?family=Edu+SA+Beginner:wght@500;600&display=swap");
body {
  background-color: #E8F9FD;
  margin: 0;
  font-family: "Edu SA Beginner";
}

.navbar {
  background-color: #CEE5D0;
  padding: 1em;
}
.navbar .logo {
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  color: black;
}
.navbar .logo span {
  color: #EB4747;
  font-size: 2em;
  font-weight: bold;
}
.navbar nav {
  display: none;
  max-width: 500px;
  font-size: 2em;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}
.navbar nav img {
  width: 50px;
  height: 50px;
}
.navbar nav {
  position: fixed;
  width: 70%;
  right: 0;
  top: 0;
  background-color: #83BD75;
  height: 100vh;
  padding: 1em;
}
.navbar nav li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  text-align: right;
}
.navbar nav li a:hover {
  font-weight: bolder;
}
.navbar .container {
  display: flex;
  justify-content: space-between;
}

a {
  color: #614124;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section {
  padding: 5em 2em;
}

.hero {
  text-align: center;
}

.left-col .subhead {
  letter-spacing: 0.2em;
  font-weight: bold;
  color: black;
}
.left-col h1 {
  font-size: 2em;
  margin-top: 10px;
}

.primary-cta {
  background-color: #CEE5D0;
  text-decoration: none;
  padding: 0.6em 1.4em;
  font-size: 1.5em;
  border-radius: 3em;
  font-weight: bold;
  display: inline-block;
}

.order-now {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  font-size: large;
  font-weight: bold;
  align-items: center;
}
.order-now img {
  margin-right: 0.5em;
  height: 30px;
  width: 30px;
}

.foods img {
  height: 500px;
  width: 300px;
}

.next-feature {
  background-color: #F9F9C5;
}
.next-feature .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.next-feature ul {
  margin: 0;
  padding: 1em;
}
.next-feature ul li {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.5em;
}
.next-feature ul li:hover {
  font-weight: 900;
  font-size: 2.5em;
}
.next-feature img {
  width: 400px;
  height: 400px;
}

.container img {
  display: grid;
  justify-self: right;
}

label {
  display: block;
  font-size: 1.2em;
}

button {
  display: block;
  background-color: #CEE5D0;
  color: black;
  font-size: 1em;
  border: none;
  border-radius: 0.5em;
  padding: 0.5em;
  margin-bottom: 5em;
  margin-top: 10px;
}

.contact-section .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

input, textarea {
  display: block;
  width: 100%;
  padding: 0.4em 0.8em;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 10px;
}

@media only screen and (max-width: 1200px) {
  .contact-section .container {
    flex-direction: column;
  }
  .contact-section .container .google-map {
    width: 250px;
    height: 250px;
  }
  .hero > img {
    width: 200px;
  }
  .next-feature .container {
    flex-direction: column;
  }
  .next-feature .container img {
    width: 250px;
    height: 250px;
  }
}

/*# sourceMappingURL=main.css.map */
