/*font-family:"Roboto", sans-serif;-->
 font-family: "DM Serif Text", serif; -->
font-family: "Raleway", sans-serif; --> */

body {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
}
nav {
    background-color:#BA0003;
    position: fixed;
    padding: 10px 100px;
    width: 100%;
    z-index:10;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
nav a{
    color:white;
    font-size: 32px;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    text-align: left;
}
nav .links a{
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    padding-right: 20px;
}

#twentyweeks {
    background-color: #E3FFCA;
    text-align: center;
    padding: 150px;
    font-family: "Raleway", sans-serif;
    display:flex;
flex-wrap:wrap;
justify-content:center;
}
#twentyweeks h3 {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color:#BA0003;
    font-size: 40px;
}
#twentyweeks a {
    background-color: #BA0003;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    color: white;
    font-family: "Raleway", sans-serif;

}
#yourfarmer {
    background-color: #E3FFCA;
    padding-top: 80px; 
    padding-bottom: 80px;
    justify-content: center;
    display: flex;
flex-wrap: wrap;
justify-content: center;

}
#yourfarmer h2{
    font-family: "Raleway", sans-serif;
    color:#E96F51;
    font-size: 50px;
}
#yourfarmer p {
    font-family: "Roboto", sans-serif;
    color:black;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
}
header {
    background-image: url(Images/hero.jpg);
    background-size: cover;
    padding:200px 100px
}
h1 {
    font-family: "DM Serif Text", serif;
    font-weight: italic;
    color: #E3FFCA;
    font-size: 90px;
}
header h4 {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: white;
    font-size: 70px;
}
header a {
    background-color: #BA0003;
    padding:15px;
    border-radius: 30px;
    color: white;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}
footer {
    background-color: #BA0003;
    padding: 15px 50px 5px 50px;
    color:white
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
}
footer p {
    color: white;
    text-decoration: none;
}
footer a{
    font-family: "Roboto", sans-serif;
    font-weight: medium;
    color:white;
}
footer a:hover {
    color:#2B773A;
}
footer div a:hover{
    color:#2B773A;
}
footer div a{
    color: white;
    font-size: 30px;
    padding-right: 5px;
    padding-top: 10px;
    margin: right;
    
}
footer div{
    display: flex;
flex-direction: row;
}
footer div a:hover{
    color: white;
}
#produce {
    background-image: url(Images/produce_background.png);
    background-size: cover;
    padding-top: 100px ;
    padding-bottom: 100px;
    text-align: center;
}
#produce h2{
    font-family: "Raleway", sans-serif;
    color:white;
    font-size: 50px;
}
#produce image{
    margin: 10px;
}
#boxes{
    background-color: white;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
#boxes div{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#boxes h2{
    font-family: "Raleway", sans-serif;
    color:#E96F51;
    font-size: 50px;
}
#boxes p{
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color:black;
    font-size: 30px;
    line-height: 40px;
    padding-left: 100px;
    padding-right: 100px;
}
#boxes article{
    width:250px;
    margin:10px;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    background-color: lightgray;
    border: black 15px;
}
#boxes h3{
    color: #2B773A;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
}
#boxes li{
    list-style-type: none;
    color: black;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}
