* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Encode Sans", sans-serif;
}
h1 {
  font-family: "Calistoga", serif;
  color: #eaa522;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  margin-bottom: 10px;
  text-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
}
h2 {
  font-family: "Fjalla One", sans-serif;
  color: #c8372a;
  font-style: normal;
  font-size: 60px;
  margin-bottom: 40px;
  text-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
}
h3 {
  font-family: "Fjalla One", sans-serif;
  color: #eaa522;
  text-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  margin-bottom: 30px;
}
h4 {
  font-family: "Fjalla One", sans-serif;
  color: #eaa522;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 5px;
}
nav {
  background-color: #7f311c;
  position: fixed;
  padding: 10px 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid white;
  z-index: 10;
}
nav a {
  font-family: "Calistoga", serif;
  color: #eaa522;
  text-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
  font-size: 25px;
  text-decoration: none;
  font-weight: regular;
}
nav .links a {
  font-family: "Encode Sans", sans-serif;
  color: white;
  font-size: 18px;
  padding-right: 20px;
  text-align: left;
  font-weight: 200;
}
nav a:hover {
  color: #eaa522;
}
#twentyweeks {
  background-image: url(../LosJalapenos/images/Footer\ Image.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;
}
#twentyweeks {
  background-image: url(../LosJalapenos/images/Footer\ Blur.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;
}
#twentyweeks a {
  background-color: #db7b25;
  font-weight: 400;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 13px 20px 13px 20px;
  text-decoration: none;
}
#twentyweeks a:hover {
  background-color: #778b4b;
  color: #c8372a;
}
#meetyourfarmer {
  background-image:
    url(../LosJalapenos/images/Meet\ Texture.jpg),
    linear-gradient(rgba(234, 165, 34, 0.6), rgba(234, 165, 34, 0.7));
  background-blend-mode: multiply;
  padding: 70px 50px 70px 50px;
  background-size: cover;
  justify-content: center;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  display: flex;
  flex-wrap: wrap;
}
.juan {
  margin-right: 40px;
}
.farmtext {
  width: 500px;
  min-width: 350px;
}
#meetyourfarmer h3 {
  color: #7f311c;
  width: 600px;
}
#meetyourfarmer p {
  line-height: 26px;
  color: black;
  font-size: 16px;
  margin-left: 3px;
}
header {
  padding: 175px 100px 125px;
  background-image: url(../LosJalapenos/images/Header\ Image.jpg);
  background-size: cover;
  border-bottom: 3px solid white;
}
header h1::before {
  content: "Los Jalapeños";
  display: block;
  -webkit-text-stroke: black 3px;
  position: absolute;
  z-index: -1;
}
header h2 {
  color: white;
  width: 800px;
  font-size: 50px;
  padding-bottom: 10px;
}
header a {
  background-color: #db7b25;
  font-weight: 400;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 13px 40px 13px 40px;
  text-decoration: none;
}
header a:hover {
  background-color: #778b4b;
  color: #c8372a;
}
footer {
  background-color: #7f311c;
  padding: 15px 50px 15px 50px;
  color: white;
  border-top: 3px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: #eaa522;
}
footer div a {
  color: white;
  font-size: 20px;
  padding-right: 10px;
  padding-top: 10px;
}
footer div a:hover {
  color: #eaa522;
}
#produce {
  background-image:
    url(../LosJalapenos/images/Boxes\ Texture.png),
    linear-gradient(rgba(119, 139, 75, 0.85), rgba(119, 139, 75, 0.85));
  background-blend-mode: multiply;
  padding: 50px 0;
  background-size: cover;
  justify-content: center;
  text-align: center;
  border-bottom: 3px solid white;
}
#produce img {
  margin: 10px;
  max-width: 350px;
}
#produce div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#boxes {
  background-image:
    url(../LosJalapenos/images/Boxes\ Texture.png),
    linear-gradient(rgba(119, 139, 75, 0.85), rgba(119, 139, 75, 0.85));
  background-blend-mode: multiply;
  text-align: center;
  padding: 50px;
}
#boxes div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#boxes p {
  line-height: 23px;
  color: white;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 10px;
}
#boxes article {
  width: 230px;
  background-color: #778b4b;
  margin: 10px;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
  filter: drop-shadow(3px 3px 5px);
}
#boxes li {
  list-style-type: none;
  color: white;
}
