*
{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body {
    background-color: lightgreen;
}

h1{
    font-family: "Amatic SC", sans-serif;
    color:#FB9809;
    font-size: 120px;
    -webkit-text-stroke: 2px white;
    text-shadow: rgba(0, 0, 0, 0.5) 5px 4px 4px;
}

h2 {
    font-family: "Josefin Slab", serif;
    color: white;
    font-size: 56px;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0.5) 5px 4px 4px;
}

h3 {
    font-family: "Josefin Slab", serif;
    color: white;
    font-size: 31px;
    font-weight: 500;
    padding: 25px 0;
}

h4 {
    font-family: "Josefin Slab", serif;
    color: white;
    font-size: 66px;
    font-weight: 500;
    margin-bottom: 40px;
    text-shadow: rgba(0, 0, 0, 0.5) 5px 4px 4px;

}

p {
    font-family: "Josefin Sans", sans-serif;
    color: white;
}

ul {
    font-family: "Josefin Sans", sans-serif;
    color: white;
}

li {
    list-style-type: none;
}

header {
    padding: 200px 100px;
    background-image: url(../ImagesLJ/Keyimage.jpg);
    background-size: cover;
}

header a {
    background-color: #FB9809;
    padding: 15px 50px 15px 50px;
    border-radius: 20px;
    outline-style: solid;
    outline-color: white;
    outline-width: 2px;
    font-family: "Josefin Sans", sans-serif;
    color: #53001E;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
}

header a:hover {
    color: white;
}

nav {
    background-color: #53001E;
    position: fixed;
    padding: 10px 100px;
    width: 100%;
    border-bottom: 2px solid #DFDB94;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

nav a {
    color: #DFDB94;
    text-decoration: none;
}

nav .logo {
    font-size: 45px;
    font-family: "Amatic SC", sans-serif;
}

nav .links a {
    font-size: 21px;
    padding-right: 20px;
    text-align: left;
    font-family: "Josefin Slab", serif;
    font-weight: 500;
}

nav a:hover {
    color: white;
}

#boxes {
    background-color: #003B0F;
    text-align: center;
    padding: 100px;
}

#boxes article {
    width: 205px;
    background-color: rgba(223,219,148,0.38);
    outline-style: solid;
    outline-color: white;
    outline-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px;
    height: 472px;
    margin: 67px;
    text-align: center;
    padding: 20px;
    margin: 30px 10px;
}

#boxes p {
    line-height: 20px;
    padding: 35px;
}

#boxes div {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#farmer {
    background-image: url(../ImagesLJ/Farmerbackground.jpg);
    padding: 100px 50px;
    background-size: cover;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.farmertext {
    line-height: 20px;
    width: 600px;
    min-width: 350px;
    color: white;
}

.juan {
    margin-right: 20px;
}

.transparentbg {
    background-color: rgba(83,0,30,0.43);
    padding: 15px;
}

#produce {
    background-color: rgba(0,59,15,0.9);
    background-image: url(../ImagesLJ/rough-cloth.png);
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

#produce img {
    width: 300px;
    margin: 10px;
}

#produce h2 {
    padding-bottom: 40px;
}

#produce div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#twentyweeks {
    background-color: #DFDB94;
    background-size: cover;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 90px;
}
.blacktext {
    color: black;
    margin-bottom: 40px;
}

#twentyweeks a {
    background-color: #53001E;
    padding: 20px 40px;
    border-radius: 20px;
    font-family: "Josefin Sans", sans-serif;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px;
}

#twentyweeks a:hover {
    color: #DFDB94
}

footer {
    background-color: #003B0F;
    padding: 15px 50px 5px 50px;
    color: #DFDB94;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
}

footer a {
    color: #DFDB94;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

footer div {
    display: flex;
    flex-direction: row;
}

footer div a {
    color: #DFDB94;
    font-size: 30px;
    padding-right: 5px;
    padding-top: 10px;
}