
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Roboto Flex", serif; 
}

nav {
	background-color: #a10d16;
	position: fixed;
	padding: 10px 100px;
	width: 100%;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
	
nav a {
	color:white;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}

nav .logo {
	font-family: "Raleway", serif;
	font-size: 28px;
	font-weight: 400;
	font-style: italic;
}

nav .logo a {
	color: white;
}

nav .links a {
	font-size: 20px;
	text-transform: uppercase;
	padding-right: 20px;
	text-align: left;
	
}

header {
padding: 200px 100px;
background-image: url(images/header-bkg.jpg);
background-size: cover;
}


h1 {
font-family: 'Dynalight', cursive;
color: white;
font-size: 100px;
text-shadow: rgba(0, 0, 0, 0.548) 4px 5px 3px;
}


header h4 {
font-family: "Raleway", cursive;
color: #E09F43;
font-size: 50px;
margin-bottom: 40px;
text-shadow: rgba(0, 0, 0, 0.445) 6px 6px 6px;
}


header a {
background-color:#a10d16;
padding: 15px;
border-radius: 30px;
color: white;
font-family: "Raleway", serif;
font-weight: 400;
font-size: 20px;
text-decoration: none;
}

header a:hover {
	color: #FEEE96;
}


footer {
	background-color: #a10d16;
	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: #A1C652;
}


footer div a {
	color: #ffffff ;
	font-size: 30px;
	padding-right: 5px;
	padding-top: 10px;
	

}
footer div a:hover {
       color: #A1C652;
}

#boxes {
	background-color: #A1C652;
	text-align: center;
	padding: 100px;
}

#boxes p {
	font-size: 20px;
	line-height: 35px;
}

#boxes article {
	width: 250px;
	background-color: rgba(255, 255, 255, 0.4);
	margin: 2px;
	text-align: center;
	padding: 20px;
	margin-top: 30px;
	border: 5px solid #FEEE96;
	

}

#boxes h2 {
	font-family: "Lemon", cursive;
	color: #2A4B24;
	font-size: 50px;
	margin-bottom: 40px;
	text-shadow: rgba(0, 0, 0, 0.192) 5px 5px 10px;
}



#boxes h3 {
	color: #A10D16;
	margin: 13px 0;
	font-size: 30px;
	font-family: "Raleway", serif;
	text-shadow: none;
}

#boxes li {
	list-style-type: none;
}

#boxes div {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-bottom: 30px 8px 30px 8%;
}

#meetyourfarmer {
background-image: url(images/farmer-bkg.jpg);
/*TROUBLE (TRBL) top right bottom left*/
padding: 100px  50px 100px 50px;
background-size: cover;
display: flex;
flex-wrap: wrap;
justify-content: center;

}

.Juan {
	margin-right: 20px;
}

#meetyourfarmer h2 {
	font-family: "Lemon", cursive;
	color: #FEEE96;
	font-size: 50px;
	margin-bottom: 20px;
	text-shadow: rgba(0, 0, 0, 0.55) 5px 5px 10px;
	
}

#meetyourfarmer p {
line-height: 24px;
color:white;
width:600px;
}

.farmertext {
	width: 600px;
}

#produce {
	background-color: #2A4B24; 
	padding: 100px 0;
	text-align: center;
}

#produce img {
	margin:10px ;
}

#produce h2 {
	font-family: "Lemon", cursive;
	color: #A1C652;
	font-size: 50px;
	text-shadow: rgba(0, 0, 0, 0.55) 5px 5px 10px;
	margin-bottom: 40px;

}

#twentyweeks {
	background-image: url(images/footerimg.jpg);
	background-size: cover;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 90px;
}

#twentyweeks h3 {
	font-family: "Raleway", serif ;
	color: #E09F43;
	font-size: 40px;
	font-style: italic;
	font-weight: 700;
	text-shadow: rgba(0, 0, 0, 0.55) 5px 5px 10px;
	margin-bottom: 40px ;
}

#twentyweeks a {
	background-color:#a10d16;
	padding: 10px 15px 10px 15px;
	border-radius: 30px;
	color: white;
	font-family: "Raleway", serif;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
}

#twentyweeks a:hover {
	color: #FEEE96;
}

#copyright {
	font-family: "Roboto Flex", serif;
}

#email {
	font-family: "Roboto Flex", serif;
}

nav a {

color: white;

text-decoration: none;

}

nav a:hover {

color: #A1C652;

}

