* {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: oranienbaum-regular;
  font-size: 70pt;
  color: #451223;
}

h2 {
  font-family: oranienbaum-regular;
  font-size: 48pt;
  color: rgb(194, 41, 33);
}

h3 {
  font-family: oranienbaum-regular;
  font-size: 36pt alt=san-serif;
}

h4 {
  font-family: Raleway;
  font-size: 32pt;
  color: rgb(194, 41, 33);
}

p {
  font-family: Raleway;
  font-size: 20pt alt=san-serif;
  color: rgb(194, 41, 33);
}

article {
  font-family: Raleway;
  font-size: 18pt;
}

nav {
  background-color: rgb(73, 121, 21);
  background-size: cover;
  position: fixed;
  padding: 10px, 100px;
  padding-left: 10px;
  width: 100%;
  border-bottom: 2px solid white;
  z-index: 10;
  font-family: Raleway;
  font-size: 32pt;
  color: rgba(150, 177, 132, 0.75);
}

nav a {
  font-family: Raleway;
  font-size: 20pt;
  color: rgba(150, 177, 132, 0.75);
  text-decoration: none;
}

nav a:hover {
  color: blueviolet;
}

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

header {
  background-image: url(../images/HeaderImg.jpg);
  padding-top: 150px;
  padding-bottom: 90px;
  padding-left: 125px;
  background-size: cover;
  text-align: left;
}

header h1 {
  text-shadow: rgba(0, 0, 0, 0.5) 4px 5px 3px;
}

header h4 {
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.5) 4px 5px 3px;
  padding-bottom: 100px;
}

header a {
  background-color: rgb(69, 18, 35);
  color: white;
  font-family: Raleway;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
}

header a:hover {
  background-color: rgb(73, 121, 21);
  color: blue;
}

#boxes {
  background-image: url(../images/background.png);
  background-color: rgb(227, 194, 1, 0.8);
  background-size: cover;
  text-align: center;
  padding: 150px;
  text-decoration: none;
}

#boxes h2 {
  color: #451223;
  text-shadow: rgba(0, 0, 0, 0.5) 3px 4px 2px;
  font-size: 70px;
}

#boxes p {
  color: #451223;
  font-size: 24px;
  line-height: 32px;
  padding: 20px;
}

#boxes article {
  width: 200px;
  background-color: rgba(69, 18, 35, 0.4);
  border-radius: 20px;
  margin: 10px;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}

#boxes h3 {
  font-size: 36px;
  margin: 12px;
  line-height: 34px;
}

#boxes ul {
  list-style-type: none;
  font-size: 18px;
}

#farmer {
  background-image: url(../images/farmer.png);
  background-image: url(../images/farmer_blur.png);
  background-size: cover;
  padding: 125px;
}

#farmer h2 {
  color: #451223;
  text-shadow: rgba(0, 0, 0, 0.3) 3px 43x 2px;
}

#farmer p {
  font-size: 20px;
  font-weight: 140%;
  line-height: 130%;
  margin-right: 20px;
  width: 800px;
  background-color: rgb(99, 126, 81, 0.5);
  padding: 15px;
  border-radius: 20px;
}

#produce {
  background-color: rgb(73, 121, 21);
  background-image: url(../images/Texture.png);
  padding: 100px 0;
  padding-right: 100px;
  background-size: cover;
  text-align: center;
}

#produce h2 {
  padding-bottom: 30px;
  color: rgba(150, 177, 132, 0.9);
  text-shadow: rgba(0, 0, 0, 0.3) 3px 4px 2px;
}

#produce img {
  padding: 10px;
}

#twentyweeks {
  background-color: rgb(69, 18, 35);
  background-image: url(../images/20wksTexture.png);
  background-size: cover;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 90px;
}

#twentyweeks h2 {
  font-family: Raleway;
  font-size: 48pt;
  font-weight: lighter;
  color: rgb(227, 194, 1);
  padding-bottom: 40px;
}

#twentyweeks a {
  background-color: rgb(99, 126, 81);
  color: white;
  font-family: Raleway;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
}

#twentyweeks a:hover {
  background-color: rgb(73, 121, 21);
  color: blue;
}

footer {
  background-color: rgb(73, 121, 21);
  padding: 10px;
  color: black;
  text-decoration: none;
}

footer p {
  color: black;
}

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

footer a:hover {
  color: blueviolet;
}

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

footer div a:hover {
  color: blueviolet;
}
