* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "Tilt Warp", snas-serif;
    width: 100%;
    font-weight: 100;
}
::selection {
    background: greenyellow;
    color: black;
    text-shadow: none;
}
::-moz-selection {
    background: greenyellow;
    color: #EEE;
    text-shadow: none;
}



nav {
    background: #ffffff;
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%, 
    rgba(125, 125, 125, 1) 90%, 
    rgba(255, 255, 255, 1) 100%
    );

    display: flex;
    width: 100%;

    padding: 5px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    z-index: 10;
}
nav a {
    text-decoration: none;
    color: black;
    width: 100%;

    margin-left: 15px;
    margin-right: 15px;
}
nav a:hover {
  color:rgba(255, 0, 36);
}



h1 {
    margin-top: -150px;
    margin-bottom: 100px;
}
header {
    background-image: url(LJP/background.png);

    width: 100%;

    background-size: cover;
    padding: 100px 100px;
}
header img {
    padding-top: 180px;
    margin-bottom: 50px;
    margin-left:-10px;
}
h4 {
    background: #ffffff;

    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%, 
    rgba(255, 255, 255, 0.3) 100%
    );

    font-size: 40px;
    width: 100%;

    padding: 50px 100px;
    margin-top: -100px;
    margin-bottom: 160px;
    margin-left: -100px;
}
.line {
    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%, 
    rgba(255, 255, 255, 0.3) 100%
    );

    width: 100%;
    height: 25px;

    margin-top: -135px;
    margin-bottom: 85px;
    margin-left: -100px;
}
header a {
    color: #ffffff;
    background-color: rgba(255, 0, 36);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75); 
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);
    text-decoration: none;

    width: 100%;
    font-size: 25px;

    padding: 20px;
}
header a:hover {
    color: gold;
}
.line2 {
    background: #ffffff;
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(196, 196, 196, 1) 100%
    );
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75); 
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);

    width: 100%;
    height: 30px;

    z-index: 1;
}



#boxes {
    background-size: cover;
    background-image: url(LJP/features.png);

    width: 100%;
}
#boxes div {
    width: 100%;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#boxes h2 {
    color: black;
    text-shadow: none;

    text-align: center;
    margin-top: 30px;
    font-size: 50px;
}
#boxes h3 {
    color: black;
    font-size: 35px;

    margin: 13px;
}
#boxes p {
    font-family: "Shanti", sans-serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;

    width: 80%;
    
    text-align: center;
}
#boxes article {
    width: 150px;

    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
#boxes li {
    font-family: "Shanti", sans-serif;

    list-style-type: none;
    margin-bottom: 2px;
}
.dash {
  font-size: 60px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-top: 100px;
}



#farmer {
    background-color: rgba(133, 14, 14);
    background-size: cover;

    width: 100%;
    padding: 75px 100px;
}
#farmer img {
    align-items: first baseline;
    padding-left: 40px;
}
#farmer h2 {
    font-size: 50px;

    margin-top: 50px;
    padding-left: 20px;
    padding-bottom: 20px;
}
#farmer p {
    font-family: "Shanti", sans-serif;
    font-size: 20px;
    line-height: 150%;

    width: 800px;
    display: flex;
    padding-left: 20px;
    padding-right: 60px;
}
#farmer .container {
    background-color: #d38805;
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75); 
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);

    padding: 20px;
    display: flex;
    justify-content: center;

}



#gallery {
    background-image: url(LJP/produce-bkg.png);
    background-size: cover;

    text-align: center;
}
#gallery h2 {
    color: black;
    font-size: 50px;

    padding-bottom: 20px;
}
#gallery div {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 100px;
}



#share {
    background-image: url(LJP/sharebackground.png);
    background-size: cover;

    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    margin-top: -200px;
    padding-bottom: 100px;
}
#share h2 {
    color: black;
    font-size: 50px;
    text-shadow: none;

    padding: 200px;
    margin-top: 100px;
    margin-bottom: -100px;
}
#share a {
    color: #ffffff;
    background-color: rgba(255, 0, 36);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75); 
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);
    font-size: 25px;
    text-decoration: none;

    width: 100%;
    text-align: center;
    padding: 20px;
    margin-top: -50px;
}
#share a:hover {
    color: gold;
}



footer {
    color: white;
    background-color: black;
    font-family: "Shanti", sans-serif;

    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
}
.fa-brands {
    font-size: 40px;

    padding: 5px;
    margin-left: 20px;
}
footer p {
    font-size: 20px;

    margin-right: 30px;
}
footer a {
    text-decoration: none;
    color: white;
}
footer a:hover {
    color: gold;
}