*
{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

.holtwood-one-sc-regular 
{
    font-family: "Holtwood One SC", serif;
    font-weight: 400;
    font-style: normal;
}

.lexend-deca 
{
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h1 
{
    
}

h2 
{
    font-family: "Holtwood One SC", serif;
    color: #FEE69C;
    font-weight: 700;
    font-size: 48px;
}

body
{
    font-family: "Lexend Deca", sans-serif;
    font-size: 20px; 
    color: white;
}

/* NAVIGATION */

nav 
{
    background-color: #D32E05;
    border-bottom: 2px solid #FEE69C;
    position: fixed;
    padding: 10px 100px;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

nav a 
{
    color: white;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
}

nav .links a 
{
    font-size: 20px;
    padding-right: 20px;
    text-align: left;
}

nav a:hover 
{
    color: #FEE69C;
}

/* HEADER */

header 
{
    background-color: black;
    padding: 200px 100px;
    background-image: url(../images/Key\ Image.jpg);
    background-size: cover;
}
    
    
header h1
{
    font-family: "Holtwood One SC", serif;
    color: #F79714;
    font-size: 96px;
    text-shadow: rgba(0, 0, 0, 0.8) 4px 5px 3px;
}
    
    
header h4 
{
    font-family: "Lexend Deca", sans-serif;
    color: #FEE69C;
    font-size: 48px;
    margin-bottom: 40px;
}
    
    
header a 
{
    font-family: "Lexend Deca", sans-serif;
    background-color: #D32E05;
    padding: 15px;
    border-radius: 40px;
    color: #FEE69C;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}

header a:hover
{
    background-color: #F79714;
    color: white;
}

#boxes 
{
    background-image: url(../images/Features\ Background\ Texture.jpg);
    background-color: #397017;
    text-align: center;
    padding: 100px;
}

#boxes div
{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#boxes p 
{
    font-size: 24px;
    line-height: 35px;
}

#boxes article 
{
    width: 250px;
    background-color: #67AB51;
    margin: 10px;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    border-radius: 25px;
}

#boxes h3 
{
    color: #FEE69C;
    margin: 13px 0;
    font-size: 29px;
    font-style: bold;
    font-family: "Lexend Deca", sans-serif;
}

#boxes li 
{
    list-style-type: none;
} 

#meetyourfarmer
{
    background-color: black;
    background-image: url(../images/About\ Us\ Background\ Graphic.jpg);
    padding: 100px 50px 100px 50px;
    background-size: cover;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.Juan
{
    margin-right: 20px;
}

.farmerText
{
    width: 800px;
}

#meetyourfarmer p 
{
    line-height: 30px;
} 

#produce 
{
    background-image: url(../images/Gallery\ Background\ Texture.jpg);
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#produce img
{
    margin: 5px;
    width: 400px;
    flex-wrap: wrap;
}

#twentyweeks
{
    background-image: url(../images/CTA\ Graphic.jpg);
    background-size: cover;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 90px;
}

#twentyweeks h2 
{
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 50px;
}

#twentyweeks a
{
    font-family: "Lexend Deca", sans-serif;
    background-color: #F79714;
    font-weight: 700;
    color: #FEE69C;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 15px 35px 15px 35px;
    text-decoration:none;
}

#twentyweeks a:hover
{
    background-color: #D32E05;
    color: white;
}

footer 
{
    background-color: #D32E05;
    padding: 15px 50px 5px 50px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
}

footer a 
{
    color: #F79714;
    text-decoration: none;
}

footer a:hover 
{
    color: #FEE69C;
}

footer div a 
{
    color: #F79714;
    font-size: 30px;
    padding-right: 5px;
    padding-top: 10px;
}

footer div a:hover 
{
    color: #FEE69C;
} 
