* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#boxes {
    background-image: url(../images/gallery\ background.png);
    background-color: rgba(207 217 137 0.71);
    text-align: center;
    padding: 100px;
}

#boxes article {
    width: 250px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 10px;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}

#boxes h2 {
    color: rgb(172, 33, 19);
    font-size: 70px;
    font-family: "karantina", serif;
}

#boxes p {
    font-family: "Nunito Sans", serif;
    Color: black;
    margin: 20px;
    font-size: 24px;
    line-height: 35px;
}

#boxes h3 {
    color: rgb(139 3 67);
    font-size: 40px;
    font-family: "karantina", serif;
    margin: 13px 0;
}

#boxes li {
    list-style: none;
}

#boxes div {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#produce {
    background-color: rgb(109 140 3);
    background-image: url(../images/boxes\ background.png);
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

#produce img {
    margin: 10px;

}

#produce h2 {
    font-family: "karantina", serif;
    color: rgb(172 33 19);
    font-weight: 700;
    font-size: 70px;
    text-transform: uppercase
}

#footer {
    background-color: #434242;
    padding: 15px 50px 5px 50px;
    color: white;
    display: flex;
    justify-content:space-between;
    align-content: center;
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    color: rgb(242 183 5);
}

#footer div a {
    color: white;
    font-size: 30px;
    padding-right: 5px;
    padding-top: 10px;
}

#footer div a:hover {
    color: rgb(242 183 5);
}

#navigation {
    background-color: rgb(243 118 74);
    position: fixed;
    padding: 10px 100px;
    width: 100%;
    border-bottom: 2px solid white;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-wrap: wrap;
    align-content: flex-start;
}

#navigation a {
    color: white;
    font-family: "Halant", serif;

    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
}

#navigation .links a {
    font-size: 20px;
    font-family: "Nunito Sans", serif;
    font-weight: 200;
    text-transform: uppercase;
    padding-right: 20px;
    text-align: left;
}

#navigation a:hover {
    color: rgb(109 140 3);
}

h1 {
    font-family: "Halant", serif;
    color: aliceblue;
    font-size: 60px;
}

#meetyourfarmer {
    background-color: white;
    background-image: url(../images/Juan\ background.png);
    padding: 100px 140px;
    background-size: cover;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.farmertext{
    width:600px;
}
.Juan{
    margin-right:20px;
}
#meetyourfarmer img {
    border: 3px solid white;
}

#meetyourfarmer h2 {
    color: white;
    font-family: "karantina", serif;
    font-size: 99px;
}

#meetyourfarmer p {
    font-family: "Nunito Sans", serif;
    line-height: 30px;
    color: white;

}

#header {
    background-color: black;
    padding: 200px 100px;
    background-image: url(../images/Header.jpg);
    background-size: cover;

    h1 {
        font-family: "Halant", serif;
        color: white;
        font-size: 100px;
        text-shadow: rgba(0, 0, 0, 0, 548)4px 5px 3px;
    }

    h4 {
        font-family: "Karantina", serif;
        color: rgb(242, 183, 5);
        font-size: 50px;
        margin-bottom: 40px;
        text-shadow: rgba(0, 0, 0, 0.445)6px 6px 6px;
    }

    a {
        background-color: rgb(139, 3, 67);
        font-family: "Nunito Sans", serif;
        padding: 15px;
        border-radius: 30px;
        color: white;
        font-weight: 400;
        font-size: 20px;
        text-transform: uppercase;
        text-decoration: none;
    }

    a:hover {
        background-color: rgb(243, 118, 74);
        color: white
    }
}

#twentyweeks {
    background-image: url(../images/footer\ background.png);
    background-size: cover;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 90px;
}

#twentyweeks h2 {
    font-family: "Karantina", serif;
    font-weight: 700;
    color: white;
    font-size: 70px;
    text-shadow: rgba(0, 0, 0, 0.62) 6px 6px 10px;
    text-transform: uppercase;
}

#twentyweeks h2 {
    font-size: 50px;
    text-transform: none;
    margin-bottom: 50px;
}

#twentyweeks a:hover {
    background-color: rgb(243, 118, 74);
    color: white;
}

#twentyweeks a {
    font-family: "Nunito Sans", serif;
    background-color: rgb(139, 3, 67);
    font-weight: 400;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px 15px 10px 15px;
    text-decoration: none
}