/*font-family: "Miniver", cursive;
 font-family: "Montserrat", sans-serif;
 font-family: "League Spartan", sans-serif;*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #6eae98;
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-family: "Miniver", cursive;
  font-weight: 400;
  font-style: normal;
  font-size:48px;
  color:#ffffff;
}
h4 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color:#ffffff;
  margin-bottom:40px;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  font-size: 42px;
  margin-bottom:20px;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  margin:5px;
}
h5{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #730216;
  font-size: 24px;
}
h6 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 24px;
  stroke: #000000;
  stroke-width: 100%;
}
p {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}
p2 {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}
ul {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
}
nav {
background-color:#F20544;
position: fixed;
padding: 10px 100px;
width: 200%;
z-index: 20;
}
nav a {
color: white;
font-size: 30px;
text-decoration: none;
font-weight: 100;
font-family: "Miniver", cursive;
}
nav a:hover {
color: #730216;
}
nav .links a {
font-size: 15px;
font-weight: 100;
text-transform: uppercase;
padding-right: 20px;
text-align: left;
font-family: "League Spartan", sans-serif;
}
#twentyweeks
{
  background-image: url(images/20weeksBG.jpg);
  background-size: cover;
  background-position: center;
  /* padding-top: 50px;
  padding-bottom: 50px */;
  padding:200px 300px;
  text-align: center;
}

.shadow-stroke {
  color: white;
  text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000;
}

#twentyweeks a {

background-color: #F20544;
font-weight: 400;
color: white;
font-size: 15px;
text-transform: uppercase;
border-radius: 30px;
padding: 10px 15px 10px 15px;
text-decoration:none;
font-family: roboto, sans-serif;
}
#header {
  background-image: url(images/header.png);
  background-size: cover;
  background-position: center;
  /* padding-top: 50px;
  padding-bottom: 50px; */
  padding: 150px 200px;
  text-align: left;
}
#header a {
  background-color: #F20544;
  font-weight: 400;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 10px 15px 10px 15px;
  text-decoration:none;
  font-family: roboto, sans-serif;
}

#produce
{
  background-color:#014010;
  padding: 150px 100px; 
  text-align:center;
}
#produce img{
  margin:10px;
  width:320px;
}

#meetyourfarmer
{
  background-color:#C8D94D;
  padding: 150px 200px;
}
#meetyourfarmer h2{
  color:black;
}

#boxes
{
  background-image:url(images/Boxes_BG.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 200px;
}

#boxes article{
  width:250px;
  text-align: center;
  background-color:#F20544;
  padding:20px;
  margin:20px;
  border: 5px solid black;
  border-radius:20px;
}
#boxes li {
            list-style-type: none;
        }

footer{
  background-color:#F20544;
  padding:20px;
  color:white;
}

footer p{
  color:white;
  padding-right:20px;
}

footer a{
  color:white;
  text-decoration:none;
}
footer div a{
  font-size:30px;
  margin:5px;
}
