* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Alumni Sans Pinstripe", san-serif;
}

#twentyweeks {
    background-image: url(../Images/20\ weeks\ Background\ Image.jpg);
    background-size: cover;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 90px;
}

h3 {
    font-family: "Jura", cursive;
    color: white;
    font-size: 50.65px;
    margin-bottom: 50px;
}

#twentyweeks a {
    font-family: "Crete Round", sans-serif;
    background-color: #660000;
    color: white;
    font-size: 22.55px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 20px 20px 20px 20px;
    text-decoration: none;
}

header {
    background-color: black;
    padding: 200px 100px;
    background-image: url(../Images/Strawberries\ Header.jpg);
    background-size: cover;
}

h1 {
    font-family: "Crete Round", cursive;
    color: white;
    font-size: 128px;
}

header h4 {
    font-family: "Jura", sans-serif;
    color: #eba16a;
    font-size: 64px;
    margin-bottom: 40px;
}

header a {
    font-family: "Crete Round", sans-serif;
    background-color: #660000;
    color: white;
    border-radius: 25px;
    padding: 20px 50px 20px 50px;
    text-decoration: none;
}

#meetyourfarmer {
    background-color: black;
    background-image: url(../Images/About\ Us\ Background.jpg);
    padding: 100px 50px 100px 50px;
    background-size: cover;
    justify-content: center;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    display: flex;
    justify-content: center;
}
.Juan {
    margin-right: 20px;
    justify-content: left;
}
.farmertext {
    width: 600px;
    min-width: 350px;
}

#meetyourfarmer h2 {
    font-family: "Jura", sans-serif;
    font-size: 60px;
    color: white;
}

#meetyourfarmer p {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    color: #f9d4b9;
    font-weight: bolder;
    line-height: 26px;
    font-size: 32px;
}

nav {
    background-color: #660000;
    position: fixed;
    padding: 10px 100px;
    width: 100%;
    border-bottom: 2px solid white;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav a {
    font-family: "Jura", sans-serif;
    color: white;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    flex-basis: 40%;
}

nav a:hover {
    color: #eba16a;
}

nav .links a {
    font-size: 24px;
    padding-right: 20px;
    text-align: left;
    flex-basis: 60%;
    flex-grow: 1;
}

footer {
    background-color: #1a1919;
    font-size: 25px;
    padding: 15px 50px 5px 50px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    color: #eba16a;
}

footer div a {
    color: #eba16a;
    font-size: 40px;
    padding-right: 5px;
    padding-top: 10px;
}

footer div a:hover {
    color: white;
}

#produce {
    font-family: "Crete Round", sans-serif;
    color: #000066;
    font-size: 64px;
    text-align: center;
    background-color: black;
    background-image: url(../Images/Produce\ Background\ Image.jpg);
    padding: 100px;
}
#produce div {
    justify-content: center;
}

#boxes {
    background-image: url(../Images/Background\ Image\ Weeks.jpg);
    text-align: center;
    padding: 100px;
}

#boxes div {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#boxes p {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
}

#boxes article {
    width: 300px;
    background-color: rgba(249, 212, 185, 0.3);
    padding: 20px;
    margin: 10px;
}

#boxes li {
    list-style-type: none;
}

#boxes h3 {
    color: black;
    font-size: 31px;
    margin: 13px 0;
}

#boxes h2 {
    font-size: 60px;
    padding: -20px;
}

#boxes ul {
    font-size: 20px;
    font-weight: bold;
}