/* font-family: "Cabin Sketch", sans-serif; */
/* font-family: "Actor", sans-serif; */
/* font-family: "Libre Baskerville", serif; */
/* font-family: "Maname", serif; */
/* font-family: "Abel", sans-serif; */
/* Yellow: #F2B705
Orange: #F29F05
Brown: #733702
Red: #A60303
Green: #7B8917
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Actor", sans-serif;
}

h1 {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 150px;
  text-align: left;
}
h4 {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: bold;
  font-size: 36pt;
  text-align: left;
  color: white;
  padding-bottom: 50px;
  padding-top: 50px;
}
h2 {
  font-family: "Maname", serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 60px;
  text-align: center;
  padding-bottom: 40px;
}
nav {
  background-color: #f2b705;
  position: fixed;
  padding: 10px 100px;
  width: 100%;
  border-bottom: 2px solid white;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
nav a {
  color: #fffefe;
  font-size: 32px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Actor", sans-serif;
}
nav .links a {
  font-size: 21px;
  text-transform: uppercase;
  padding-right: 20px;
  text-align: left;
  font-family: "Actor", sans-serif;
}
nav a:hover {
  color: #7b8917;
}

#twentyweeks {
  background-image: url(Images/20Weeks_BKGRD.png);
  background-size: cover;
  text-align: center;
  padding: 120px 50px 100px 50px;
}
#twentyweeks div {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

h3 {
  font-family: "Libre Baskerville", serif;
  color: #fffefe;
  text-align: center;
  font-size: 51px;
  margin-bottom: 50px;
}
header {
  background-image: url(Images/Beets_Hero.jpg);
  background-size: cover;
  padding: 100px 200px;
  text-shadow: -8px 8px 3px rgba(0, 0, 0, 0.25);
}
header a {
  background-color: #733702;
  font-weight: 100;
  color: #fffefe;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  box-shadow: -8px 8px 3px rgba(0, 0, 0, 0.25);
}
header a:hover {
  background-color: #f2b705;
  color: #733702;
}
#twentyweeks a {
  background-color: #733702;
  font-weight: 100;
  color: #fffefe;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  box-shadow: -8px 8px 3px rgba(0, 0, 0, 0.25);
}
#meetyourfarmer {
  background-image: url(Images/MeetTheFarmerBKGRD.png);
  background-size: cover;
  padding: 100px 50px 100px 50px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Juan {
  margin-right: 20px;
}
#meetyourfarmer img {
  -webkit-box-shadow: -15px -3px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -15px -3px 15px 0px rgba(0, 0, 0, 0.25);
}
#meetyourfarmer p {
  color: #070707;
  font-family: "Actor", sans-serif;
  line-height: 30px;
}
.farmertext {
  width: 600px;
}
footer {
  background-color: #f2b705;
  padding: 15px 50px 5px 50px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: #7b8917;
}
footer div a {
  color: white;
  font-size: 30px;
  padding-right: 5px;
  padding-top: 10px;
}
footer div a:hover {
  color: #7b8917;
}
#produce {
  background-color: #a60303;
  padding: 100px;
  text-align: center;
}
#produce img {
  margin: 10px;
}
#boxes {
  background-color: #7b8917;
  text-align: center;
  padding: 100px;
}
#boxes div {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#boxes p {
  font-size: 18px;
  line-height: 35px;
}
#boxes article {
  width: 250px;
  margin: 10px;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}
#boxes h3 {
  margin: 13px 0px;
  font-size: 31px;
  font-family: "Maname", serif;
  text-shadow: none;
}
#boxes li {
  list-style-type: none;
}
#twentyweeks a:hover {
  background-color: #f2b705;
}
