*
{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    font-family: "Sunshiney", cursive
}
h1{
    font-family: "Sunshiney", cursive;
    color:orange;
    font: size 48px;
}
#twentyweeks
{
    background-image:url(../images/20weeksbackgrnd.jpg);
    background-size: cover;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 90px;

}
h2 {
    font-family: "Ribeye Marrow", serif;
    font-weight: 200;
    color: #F4D42B;
    font-size: 50px;
    margin-bottom: 40px;
    text-shadow: rgba(0, 0, 0, 0.62) 6px 6px 10px;
    text-transform: uppercase;
    }
    
#twentyweeks h3 {
    font-family: "Aclonica", sans-serif;
    font-size: 50px;
    margin-bottom: 50px;
    color:#F4D42B;
    }
    
    
#twentyweeks a {
    background-color: #DD556D;
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    color: #60E001;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px 15px 10px 15px;
    text-decoration:none;
    }
#twentyweeks a:hover{
    background-color:#F1748A;
    color:#FFFEFE;
}

header {
        background-color: black;
        padding: 200px 100px;
        background-image:url(../images/AdobeStock_330714951.jpg);
        background-size: cover;
        }
        
        
h1 {
        font-family: "font-family: "Sunshiney", cursive;
        color: White;
        font-size: 128px;
        text-shadow: rgba(0, 0, 0, 0.548) 4px 5px 3px;
        }
        
        
header h4 {
        font-family: "Ribeye", serif;
        color: #FFFEFE;
        font-size: 66px;
        margin-bottom: 40px;
        text-shadow: rgba(0, 0, 0, 0.445) 6px 6px 6px;
        }
        
        
header a {
        font-family: "Roboto Mono", monospace;
        background-color: #F4D42B;
        padding: 15px;
        border-radius: 30px;
        color: #206404;
        font-weight: 400;
        font-size: 20px;
        text-transform: uppercase;
        text-decoration: none;
        }
header a:hover{
    background-color:#F4D42B;
    color:#206404
}        
  #MeetYourFarmer
{ 
    background-image: url(../images/Juan-background.jpg);
    padding: 100px 50px 100px 50px;
    background-size: cover;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    /* border-top: 3px solid white;
    border-bottom: 3px solid white; */
}
#MeetYourFarmer h1{
    font-family: "Ribeye", serif;
    font-size: 50;
    color:#DD556D

}
#MeetYourFarmer img{
    border:#CFD989 solid 4px;
}
#MeetYourFarmer p {
    line-height: 40px;
    color:#FFFEFE;
    font-size: 25px;
    padding: 20px;
    border-radius: 20px;
    width:600px;
}

 #MeetYourFarmer h2{
    color:#DD556D

 }

    
nav {
        background-color:#DD556D;
        position: fixed;
        padding: 10px 100px;
        width: 100%;
        border-bottom: 2px solid #F1748A;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        align-items: center;
        z-index:10;
        
        }
        
nav a {
        color: #FFFEFE;
        font-size: 36px;
        text-decoration: none;
        font-weight: bold;
        }
        
        
nav .links a {
        font-size: 24px;
        text-transform: uppercase;
        padding-right: 20px;
        text-align: left;
        font-family: "Roboto Mono", monospace;
        }
nav a:hover {
            color: #CFD989;
            }
footer {
                background-color: #434242;
                padding: 15px 50px 5px 50px;
                color: white;
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap-reverse;
                }
                
footer a {
                color: white;
                text-decoration: none;
                
                }
                
footer a:hover {
                color: #CFD989;
               }
footer div a {
                color: #CCD683;
                font-size: 30px;
                padding-right: 5px;
                padding-top: 10px;
    
                }
footer div a:hover { 
                color: white;

}
#Produce { 
        background-image: url(../images/Procuce-background.jpg);
        background-size: cover
        padding: 100px 0;
        text-align: center;
        }                    
#Produce img{
    margin: 10px;
}
#Produce h2{
    font-family: "Vast Shadow", serif;
    font: size 50px;
    text-shadow: none;
    color: #F4D42B;
    
}
#Boxes {
    background-image: url(../images/box-background.jpg);
    text-align: center;
    padding: 100px;
    }
#Boxes  p {
    font-size: 24px;
    line-height: 35px;
 }
 #Boxes article {
    width: 250px;
    background-color: rgba(240, 148, 148, 0.244);
    margin: 10px;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    }
#Boxes h3 {
        color: #206404;
        margin: 13px 0;
        font-size: 31px;
        font-family: "Ribeye Marrow", serif;
        
      }
#Boxes li {
        list-style-type: none;
}
#Boxes div{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}