*
{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body {
    background-color:grey;
}
  
h1{
   font-family: "Oregano", cursive;
   color: rgb(242,92,5);
   font-size:64px
}
h2{ 
    font-family: "roboto flex", serif;
   color: rgb(242,92,5);
   font-size:50px;
   margin-bottom:50px;
}
h3{
    font-family: "roboto flex",serif;
    color: rgb(88, 2 , 1);
    font-size:32
}   
p{
    font-family:"roboto flex", serif;
    color: rgb(245,245,245);
    font-size:18px
}
ul{ 
    font-family:"roboto flex", serif;
    color: rgb(245,245,245);
    font-size:16px 
}
nav{
    font-family: "oregano", cursive;
    /*color: rgb(245,245,245);*/
    color:white;
    background-color:#5B7304;
    font-size:24px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-wrap:wrap;

}

#meet-the-farmer{
    background-image:url(Photos/Owner_Background.png);
    background-size:cover;
    padding: 50px;
    /*border:3px white solid;*/
    Display:flex;
    flex-wrap:wrap;
    justify-content:center;
    }
    .juan{
        margin-right:20Px;
    }
    .farmer-text{
        width:600px;
    }
#meet-the-farmer p{
    color:rgb(242,242,242);
    line-height:24px;
}
header{
    background-image: url(../Photos/Pepers.png);
    background-size:cover;
    padding: 150px 100px;
    
}

header a
{
    background-color:#580202;
    color:white;
    padding:15px;
    border-radius:10px;
    text-decoration:none;
}
nav{
    background-color:rgb(91,115,3);
    position:fixed;
    padding:10px 100px;
    width:100%;
    z-index:10;
}
nav a{
    font-size: 30px;
    color:white;
    text-decoration:none;
}
nav .links a{
    font-size: 20px;
    padding-right: 14px;
    text-align: right;
    /*color:rgb(88,2,1);*/
    color:white;
    text-decoration:none;
}
footer{
background-color:rgb(91,115,3);
padding: 15px 50px 5px 50px;
color: rgb(242,242,242);
display: flex;
    justify-content: space-between;
    align-items:center;
    flex-wrap:wrap;
}

footer a
{
    color:white;
    text-decoration:none;
}
#produce {
background-color: rgb(118,118,118);
padding: 100px 0;
text-align:center;
}
#produce img{
  margin:5px;
    
}
#produce div{
    Display:flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
    align-items:center;
}
#boxes{
background-color:rgb(118,118,118);
text-align:center;
padding:100px

}

#boxes div{
    display:flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
    padding-top:50px;
}
li
{
   list-style-type: none;
}

.fa-brands

{ 
    font-size:40px;
    padding:10px;
}