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

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
}


        #twentyweeks {
            /*background-color: aqua;*/
            background-image: url(images/20Weeks_bdg.jpg);
            background-image: url(../images/20Weeks_bdg.jpg);
            background-size: cover;
            padding-top: 150px;
            padding-bottom: 190px;
            text-align: center;
        }

        h2 {
            font-family: 'Karantina', cursive;
            font-weight: 700;
            color: white;
            font-size: 70px;
            /*text-shadow: black 6px 6px 10px;*/
            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 {
            background-color: #CFD989;
            font-weight: 400;
            color: black;
            font-size: 20px;
            text-transform: uppercase;
            border-radius: 30px;
            padding: 10px 15px 10px 15px;
            text-decoration: none;
        }

        #twentyweeks a:hover {
            background-color: rgb(175, 33, 6);
            color: white;
        }

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


        }

        h1 {
            font-family: 'Yellowtail', cursive;
            color: white;
            font-size: 100px;
            text-shadow: rgba(0, 0, 0, 0.548) 4px 5px 3px;

        }

        header h4 {
            font-family: 'Karantina', cursive;
            color: #CFD989;
            font-size: 50px;
            margin-bottom: 40px;
            text-shadow: rgba(0, 0, 0, 0.445) 6px 6px 6px;

        }

        header a {
            background-color: #EC5C00;
            font-weight: 400;
            color: white;
            font-size: 20px;
            text-transform: uppercase;
            border-radius: 30px;
            padding: 10px 15px 10px 15px;
            text-decoration: none;
        }

        header a:hover {
            background-color: #CFD989;
            color: black;
        }

        #meetyourfarmer {
            background-image: url(images/service_Bkd.jpg);
            background-image: url(../images/service_Bkd.jpg);
            background-size: cover;
            /*TROUBLE (TRBL)top right bottom left*/
            padding: 100px 50px 100px 50px;
            border-top: 3px white solid;
            border-bottom: 3px white solid;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .Juan {
            margin-right: 20px;
        }

        #meetyourfarmer img {
            border: 3px solid white;
            /*https://html-css-js.com/css/generator/box-shadow/*/
            -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.66);
            box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.66);
        }

        #meetyourfarmer p {
            color: white;
            line-height: 24px;
            width: 600px;

        }

        .farmertext {
            width: 600px;
        }

        nav {
            background-color: rgb(175, 33, 6);
            position: fixed;
            width: 100%;
            padding: 10px 100px;
            border-bottom: 2px solid white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            align-content: flex-start;
            z-index: 10;
        }

        nav a {
            color: white;
            font-size: 24px;
            text-decoration: none;
            font-weight: bold;
        }

        nav a:hover {
            color: #CFD989;
        }

        nav .links a {
            font-size: 20px;
            text-transform: uppercase;
            padding-right: 20px;
            text-align: left;

        }

        .logo a {
            color: white;
            font-family: 'Yellowtail', cursive;
        }

        .logo:hover {
            color: #CFD989;
        }

        .logo {
            font-family: 'Yellowtail', cursive;
            font-size: 36px;
        }

        footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap-reverse;
            background-color: #434242;
            color: white;
            padding: 20px 100px;
        }

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

        footer a:hover {
            color: #CFD989;
        }

        


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

        }

        .socialset a {

            margin-right: 10px;
            color:white;
        }
        .socialset a:hover
        {
            color:color: #cfd989;;
        }

        footer div a:hover {
            color: white;

        }
        


        #produce {

            background-size: cover;
            overflow: hidden;
            background-color: #B3BA81;
            text-align: center;
            padding: 100px 0;

        }

        #produce div {


            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        #produce img {
            width: 300px;
            flex-wrap: wrap;
            margin: 10px;
        }

        #produce h2 {
            color: rgb(175, 33, 6);
            text-shadow: none;
            margin-bottom: 30px;
        }


        #boxes {
            background-image: url(images/retina-wood.png);
            background-image: url(../images/retina-wood.png);
            background-color: rgba(207, 217, 137, 0.91);
            text-align: center;
            padding: 100px;

        }

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


        #boxes p {
            font-size: 24px;
            line-height: 35px;
            font-weight: 400;
        }

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

        #boxes h3 {
            color: #AF2106;
            margin: 13px 0;
            font-size: 35px;
            font-family: 'Karantina', cursive;
        }

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

        #boxes h2 {
            color: rgb(175, 33, 6);
            text-shadow: none;
            margin-bottom: 30px;
        }

#farmer .contain {
    display: flex;
    justify-content: center;
  }

  .photo {
    width: 40%;
    min-width: 350px;
  }

  
