* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    font-weight: 31px;
}

body {}

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


#twentyweeks h2 {
    font-size: 51px;
    font-weight: bold;
    color: rgb(89, 11, 11);
    padding-bottom: 100px;
    font-family: "Nanum Gothic", sans-serif;
    text-align: center;
    text-align-last: center;
    display: flex;
   align-items: center;
}

#twentyweeks div {  
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    transform: translate(0, -50px);
}

#twentyweeks h2{
    background-color: rgba(213, 217, 132, 0.83);
    margin: 10px;
    text-align: left;
    padding: 20px;
    margin-top: 10px;
    height: 200px;
    width: 1040px;
    border: 3px solid #6C761E;
    border-radius: 33px;
    display: flex;
    justify-content: space-around;
}

#twentyweeks a {
    background-color: #F27910;
    font-weight: 300;
    color: white;
    font-size: 21px;
    border-radius: 33px;
    padding: 10px 15px 10px 15px;
    font-family: "Lato", sans-serif;
    text-decoration: none;
}

#twentyweeks a:hover {
    background-color: #A7370F;
}

header {
    background-color: black;
    padding: 200px 100px;
    background-image: url(../images/Header-image.jpg);
    background-size: cover;
}
header div {
    display: flex;
    height: 400px;
}
h1{
    background-color: rgba(213, 217, 132, 0.83);
    margin: 10px;
    text-align: left;
    padding: 20px;
    margin-top: 10px;
    height: 400px;
    width: 1000px;
    border: 3px solid #6C761E;
    border-radius: 33px;
}
h1 {
    font-family: "Delicious Handrawn", cursive;
    color: #F27910;
    font-size: 150px;
    font-weight:lighter;
    text-shadow: rgba(0, 0, 0, 0.548) 3px 4px 3px;
}

h4 {
    font-family: "Nanum Gothic", sans-serif;
    color: #590B0B;
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    transform: translate(40px, -160px);
    display: flex;
   flex-wrap: nowrap;
}

header a {
    background-color: #6C761E;
    padding: 20px;
    border-radius: 30px;
    color: white;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    text-decoration: none;
    position: absolute;
    transform: translate(20px, -80px);
}

header a:hover {
    background-color: #D5D984;
}

#meetyourfarmer {
    background-color: #6C761E;
    background-image: url(../images/Juan-background.jpg);
    padding: 100px 50px 100px 50px;
    background-size: cover;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Juan
{
margin-right: 20px;
}

.farmertext
{
width: 600px;

}

#meetyourfarmer h2 {
    font-family: "Delicious Handrawn", cursive;
    color: #D5D984;
    font-size: 55px;
}

#meetyourfarmer p {
    line-height: 30px;
    font-family: "Lato", sans-serif;
    color: white;
    font-size: 19px;
}

nav {
    background-color: #6C761E;
    position: fixed;
    padding: 10px 20px;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

nav a {
    color: #F27910;
    font-size: 50px;
    text-decoration: none;
    font-weight:lighter;
    font-family: "Delicious Handrawn", cursive;
}

nav a:hover {
    color: white;
}

nav .links a {
    font-family: "Lato", sans-serif;
    color: white;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 20px;
    text-align: left;
}

nav .links a:hover{
    color: #F27910;
}
footer {
    background-color: black;
    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: white;
}

footer div a {
    color: #F27910;
    font-size: 21px;
    padding-right: 5px;
    padding-top: 10px;
    margin-right: 10px;
}

footer div a:hover {
    color: white;
}

#produce {
    background-color: #D5D984;
    padding: 100px 0;
    text-align: center;
}

#produce h2 {
    font-family: "Delicious Handrawn", cursive;
    font-size: 64px;
    font-weight: 200;
    color: #F27910;
}

#produce img {
    margin: 10px;
}

#produce div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#weeks {
    background-color: rgba(213, 217, 132, 0.70);
    background-size: cover;
    text-align: center;
    padding: 100px;
}

#weeks div{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}

#weeks h2 {
    font-family: "Delicious Handrawn", cursive;
    color: #590B0B;
    font-size: 60px;
    font-weight: 200;
}

#weeks p {
    font-family: "Lato", sans-serif;
    font-size: 15px;
}

#weeks article {
    width: 250px;
    background-color: rgba(108, 118, 30, 0.16);
    margin: 10px;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    border: 3px solid #6C761E;
}

#weeks h3 {
    color: #A7370F;
    margin: 13px 0;
    font-size: 35px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}

#weeks li {
    list-style-type: none;
}