/*   font-family: "Permanent Marker", cursive;
    font-family: "Oswald", sans-serif;
    font-family: "Overpass", sans-serif; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #e7d5c4;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
}
h1 {
  font-family: "Permanent Marker", cursive;
  font-size: 66px;
  font-style: normal;
}
h2 {
  font-family: "Permanent Marker", cursive;
  font-size: 56.15px;
  font-style: normal;
}
h3 {
  font-family: "Permanent Marker", cursive;
  color: #00524f;
  font-size: 50.65px;
  font-style: normal;
}
h4 {
  font-family: "Overpass", sans-serif;
  color: #eda7a5;
  font-size: 18px;
  font-style: medium;
}

nav {
  background-color: #e7d5c4;
  position: fixed;
  padding: 10px 100px;
  width: 100%;
  border-bottom: 2px solid #e7d5c4;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
}

nav a {
  color: #4c2f37;
  font-family: "Permanent Marker", cursive;
  font-style: normal;
  font-size: 31.71px;
  text-decoration: none;
}

nav a:hover {
  color: #eda7a5;
}

nav .links a {
  font-size: 20px;
  text-transform: uppercase;
  padding-right: 20px;
  text-align: left;
}

#twentyweeks {
  background-image: url(images2/20Weeks_bdg.png);
  background-size: cover;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 90px;
}

#twentyweeks a {
  background-color: #00524f;
  color: #e7d5c4;
  font-family: "Overpass", sans-serif;
  font-size: 20.55px;
  font-weight: 200;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
}

#twentyweeks a:hover {
  background-color: #e7d5c4;
  color: #00524f;
}

#meetyourfarmer {
  background-image: url(images2/farmer_bdg.png);
  padding: 100px 50px 100px 50px;
  background-size: cover;
  justify-content: center;
  border-top: 3px #e7d5c4;
  border-bottom: 3px #e7d5c4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Juan {
  margin-right: 20px;
  margin-bottom: 20px;
}

.farmtext {
  width: 600px;
}

#meetyourfarmer a {
  font-family: "Oswald", sans-serif;
  font-size: 50.65px;
  color: #00524f;
}

#meetyourfarmer p {
  line-height: 29px;
  color: #00524f;
  width: 600px;
}

header {
  padding: 200px 100px;
  background-image: url(images2/hero_image.png);
  background-size: cover;
}

header h4 {
  font-family: "Permanent Marker", cursive;
  color: #e7d5c4;
  font-size: 66px;
  margin-bottom: 40px;
  text-shadow: #4c2f37 0px 2px 4px;
}

header a {
  background-color: #e7d5c4;
  font-family: "Overpass", sans-serif;
  padding: 15px;
  border-radius: 8px;
  color: #bd6f6c;
  font-size: 20.55px;
  text-transform: uppercase;
  text-decoration: none;
}

header a:hover {
  background-color: #bd6f6c;
  color: #e7d5c4;
}

footer {
  background-color: #4c2f37;
  padding: 15px 50px 5px 50px;
  color: #e7d5c4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
}

footer a {
  color: #e7d5c4;
  text-decoration: none;
}

footer a:hover {
  color: #bd6f6c;
}

footer div a {
  color: #e7d5c4;
  font-size: 30px;
  padding-right: 5px;
  padding-top: 10px;
}

footer div a:hover {
  color: #bd6f6c;
}

.socialset a {
  margin-right: 10px;
}

#produce {
  background-image: url(images2/produce_bdg.png);
  font-family: "Oswald", sans-serif;
  font-size: 50.65px;
  color: #e7d5c4;
  background-size: cover;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 90px;
}

#produce div {
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#produce img {
  width: 300px;
}

#boxes {
  padding: 200px 100px;
  background-image: url(images2/boxes_bdg.png);
  background-size: cover;
  text-align: center;
  font-family: "Permanent Marker", cursive;
  color: #e7d5c4;
  font-size: 66px;
  margin-bottom: 40px;
  text-shadow: #4c2f37 0px 2px 4px;
}

#boxes div {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#boxes p {
  padding: 20px 10px;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  color: #eda7a5;
}

#boxes h3 {
  font-family: "Oswald", sans-serif;
  font-size: 31px;
  color: #e7d5c4;
}
#boxes li {
  list-style-type: none;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  color: #bd6f6c;
}
