* {

margin: 0px;
padding: 0;
box-sizing: border-box;

}

body {
        background-color: rgb(214, 187, 151);
        font-family: "Grandstander", cursive;
        font-size: 18px;
    }

h1 {

    font-family: "Freckle Face", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 128px;
    }

h4 {

    font-family: "Ranchers", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 66px;
    }

h2 {

    font-family: "Truculenta", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 31px;
    }

h3 {

    font-family: "Truculenta", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 31px;
    }

p {

    font-family: "Grandstander", cursive;
    font-weight: 400;
    font-style: normal;
    }

nav {
background-color: #F5002B;
position: fixed;
padding: 10px 100px;
width: 100%;
z-index:10;
}

nav
{
background-color: rgb(175,33,6);
position: fixed;
padding: 10px 100px;
width: 100%;
display: flex;
justify-content: space-between;
align-content: flex-start;
align-items: center;
border-bottom:2px solid white;
}

nav a {
font-family: "Freckle Face",cursive;
color: white;
font-size: 24px;
text-decoration: none;
}

nav .links a {
font-size: 20px;
padding-right: 20px;
text-align: left;
font-family: "Grandstander", cursive;
}

nav a:hover {
color: #33292B
;;
}
    
#twentyweeks {
background-image: url(images/20Weeks-bkg.png);
background-size: cover;
text-align: center;
padding-top: 150px;
padding-bottom: 90px;
}

#twentyweeks h3 {

font-size: 40px;
margin-bottom: 40px;
color:white;
text-shadow: rgba(0, 0, 0, 0.445) 6px 6px 6px;
}

#twentyweeks a {

background-color: #F5002B;
font-weight: 400;
color: rgb(255, 255, 255);
font-size: 20px;
text-transform: uppercase;
border-radius: 30px;
padding: 10px 10px 10px 15px;
text-decoration:none;
}

#twentyweeks a:hover {
    background-color: #33292B;
    color: #ffffff;
}

header {
background-color: black;
padding: 200px 100px;
background-image: url(images/header-bkg.jpg);
background-size: cover;
}


h1 {
font-family: 'Freckle Face', cursive;
color: rgb(255, 255, 255);
font-size: 100px;
text-shadow: rgba(0, 0, 0, 0.548) 4px 5px 3px;
margin-bottom: 0px; margin-left: 0px;
}


header h4 {
font-family: 'Ranchers', cursive;
color: #ffffff;
font-size: 50px;
margin-bottom: 40px; margin-left: 10px; margin-top: 10px;
text-shadow: rgba(0, 0, 0, 0.445) 6px 6px 6px;
}


header a {
background-color: #F5002B;
padding: 15px;
border-radius: 30px;
color: white;
font-weight: 400;
font-size: 20px;
text-transform: uppercase;
text-decoration: none;
}

header a:hover {
    background-color: #33292B;
    color: #ffffff;
}

#boxes {
background-image: url(images/boxes-bkg.png);
background-color: rgba(207, 217, 137, 0.71);
text-align: center;
padding: 100px;
}

#boxes p {
font-size: 24px;
line-height: 35px;
color: #ffffff;
}

#boxes article {
width: 250px;
margin: 10px;
text-align: center;
padding: 20px;
margin-top: 30px;
color: #ffffff;
}
#boxes h2 {
  color: #ffffff;
  margin: 13px 0;
  font-size: 35px;
}

#boxes li {
list-style-type: none;
}

#boxes div
{
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}

#meetyourfarmer img {
    margin: 50px;
}

#meetyourfarmer {
background-color: #5C373E;
background-image: url(images/farmer-bkg.jpg);
background-size: cover;
padding: 30px;
background-size: cover;
border-top: 4px solid white;
border-bottom: 4px solid white;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.farmertext {
width: 600px;
min-width: 350px;
color: white;
}
.juan {
margin-right:20px;
}

#meetyourfarmer h2 {
line-height: 24px;
color:white;
text-align: left; margin-left: 50px; margin-top: 40px;
}

#meetyourfarmer p {
line-height: 24px;
color:white;
text-align: left;
margin: 50px;
width: 400px;
}

#produce {
    background-color: #33292B;
    /*you only need background-size: cover if you have an background-image vs a color
    background-size: cover; */
    padding: 100px 0;
    text-align: center;
}

#produce img {
    margin: 10px;
    width:300px;
    max-width: 300px;
}

#produce div {
display:flex;
flex-wrap:wrap;
justify-content:center;
}

#produce h2 {
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 70px;
}

footer {
background-color: #F5002B;
padding: 15px 50px 5px 50px;
color: white;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap-reverse;
}

footer div
{
color: #CCD683;
font-size: 30px;
padding-right: 5px;
padding-top: 10px;
display: flex;
flex-direction: row;
}

footer a {
color: white;
text-decoration: none;

}

footer a:hover {
color: #CFD989;
}


footer div a {
color: #ffffff;
font-size: 30px;
padding-right: 5px;
padding-top: 10px;
}

footer div a:hover {
       color: white;
}