@charset "UTF-8";
/* CSS Document */

/*
.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
*/

.index{
	background-color: #FEFEE3;
}

.wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper:nth-of-type(1){
	display: flex;
}

a{
	text-decoration: none;
	display: block;
	transition: 500ms;
}

nav{
	background-color: #2C6E49;
	border-radius: 20px;
	margin-top: 30px;
	width: 960px;
	display: flex;
	height: 70px;
	position: fixed;
	box-shadow: 2px 2px 2px #252525;
	z-index: 1;
}

nav ul{
	display: flex;
}

h1 a{
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
	color: #FEFEE3;
	font-size: 24pt;
	line-height: 60px;
	margin-left: 30px;
}

.landing h1{
	width: 240px;
}

nav li a{
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	color: #FEFEE3;
	font-size: 18px;
	margin-left: 40px;
	line-height: 70px;
}

.navSub{
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	text-decoration: none;
	width: 140px; 
	height: 45px;
	background-color: #D68C45;
	text-align: center;
	margin-right: 30px;
	border-radius: 20px;
	color: #FEFEE3;
	line-height: 45px;
	margin-top: 12px;
	box-shadow: 2px 2px 2px #252525;
}

nav ul{
	margin-left: auto;
	margin-right: 30px;
}

.hero{
	background-image: url("../images/susans.jpg");
/*	background-attachment: fixed;*/
	background-repeat: no-repeat;
	height: 700px;
	background-position: bottom;
}

.plantsTop{
	background-image: url("../images/susans.jpg");
	background-repeat: no-repeat;
	height: 300px;
	background-position: bottom;
}

a:hover, li:hover{
	transform: scale(1.1);
	transition: 250ms;
}

.hero h2{
	font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  color: #FEFEE3;
	font-size: 48pt;
	margin-bottom: 50px;
	padding-top: 280px;
}

.landing h2{
	font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  color: #FEFEE3;
	font-size: 45pt;
	margin-top: 60px;
	margin-bottom: 50px;
}

.landing p{
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	color: #FEFEE3;
	font-size: 16pt;
	margin-bottom: 30px;
	line-height: 20pt;
}

.hero p{
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	color: #FEFEE3;
	font-size: 16pt;
	margin-bottom: 30px;
}

.heroSub{
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	text-decoration: none;
	background-color: #FEFEE3;
	text-align: center;
	margin-right: 30px;
	width: 200px; 
	height: 50px;
	border-radius: 20px;
	line-height: 50px;
	margin-top: 12px;
	font-size: 16pt;
	color: #252525;
	box-shadow: 2px 2px 2px #252525;
}

.plantsTop h2{
	font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  color: #FEFEE3;
	font-size: 45pt;
	margin-top: 156px;
	margin-bottom: 50px;
}

.hero{
	margin-bottom: 50px;
}

.values h3, .starter h3, .plantsInfo h3 {
	font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  color: #252525;
	font-size: 30pt;
	margin-bottom: 40px;
}

.flex{
	display:flex;
}

.education, .community{
	margin-right: 100px;
}

.planet, .education, .community{
		width: 250px;
}

.education img, .community img, .planet img{
	width: 250px;
	height: 230px;
	border-radius: 20px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px #252525;
}

.education p:nth-of-type(1), .community p:nth-of-type(1), .planet p:nth-of-type(1){
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	font-size: 18pt;
	margin-bottom: 10px;
	color: #252525;
}

.education p:nth-of-type(2), .community p:nth-of-type(2), .planet p:nth-of-type(2){
	font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 12pt;
	line-height: 16pt;
	color: #252525;
}

.values{
	margin-bottom: 80px;
}

.mapHolder{
	width: 460px;
	display: flex;
}

.mapHolder img{
	width: 540px;
	margin-right: 20px;
	box-shadow: 2px 2px 2px #252525;
}

.textHolder p:nth-of-type(1){
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	color: #252525;
	font-size: 20pt;
	width: 270px;
	padding-top: 180px;
	margin-bottom: 20px;
}

.textHolder p:nth-of-type(2){
	font-family: "Roboto", sans-serif;
  	font-weight: 400;
 	font-style: normal;
	color: #252525;
	font-size: 12pt;
	line-height: 16pt;
	width: 370px;
/*	padding-top: 100px;*/
}

.starter{
	padding-bottom: 80px;
}

footer{
	background-color: #4C956C;
	display: flex;
}

.rightHolder{
	margin-left: auto;
	margin-right: 30px;
}

.leftHolder{
	padding-top: 30px;
}

.insta, .face{
	width: 35px;
	margin-left: 30px;
	margin-bottom: 45px
}

.leftHolder h1{
	margin-bottom: 20px;
}

.leftHolder p{
	margin-left: 30px;
	font-family: "Roboto", sans-serif;
  	font-weight: 400;
 	font-style: normal;
	color: #FEFEE3;
	font-size: 10pt;
}

.rightHolder{
	padding-top: 120px;
	margin-bottom: 40px;
}

.rightHolder p:nth-of-type(1){
	font-family: "Roboto", sans-serif;
  	font-weight: 400;
 	font-style: normal;
	color: #FEFEE3;
	padding-bottom: 10px;
}

.rightHolder .navSub{
	margin-left: auto;
	margin-right: 0px;
}

.landing{
	background-color: #2C6E49;
}

.landing p{
	font-size: 14pt;
}

.landing .wrapper{
	display: flex;
}

.landingHolder{
	width: 400px;
	margin-right: 80px;
}

.landingSub{
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	text-decoration: none;
	background-color: #D68C45;
	text-align: center;
	margin-right: 30px;
	width: 150px; 
	height: 30px;
	border-radius: 20px;
	line-height: 30px;
	margin-top: 9px;
	font-size: 13pt;
	color: #FEFEE3;
	box-shadow: 2px 2px 2px #252525;
	margin-bottom: 80px;
}

.landingHolder2 .flowers{
	width: 380px;
	border-radius: 30px;
	position: absolute;
	top: 15px;
	display: block;
}

.landingHolder2 .house{
	width: 240px;
	border-radius: 20px;
	position: absolute;
	top: 205px;
	left: 250px;
	display: block;
}

.landingHolder2 .dirt{
	width: 160px;
	border-radius: 10px;
	display: block;
	position: absolute;
	top: 330px;
	left: -50px;
}

.landingHolder2{
	width: 460px;
	position: relative;
}

.landing .navSub{
	position: absolute;
	top: 10px;
	right: 10px;
}

.formHolder{
	width: 300px;
	margin-left: 90px;
}

.sub .formHolder h2{
	font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  color: #252525;
	font-size: 45pt;
	margin-top: 160px;
	margin-bottom: 40px;
}

.sub .formHolder p{
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	color: #252525;
	font-size: 12pt;
	padding-bottom: 20px;
	line-height: 14pt;
}

.ty p{
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	color: #252525;
	font-size: 12pt;
	padding-bottom: 100px;
	line-height: 14pt;
	width: 300px;
	margin-left: 90px;
}

.ty h2{
	font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  color: #252525;
	font-size: 45pt;
	margin-top: 250px;
	margin-bottom: 40px;
	width: 310px;
	margin-left: 90px;
}

.ty img{
	width:460px;
	position: absolute;
	right: 260px;
	top: 160px;
	border-radius: 20px;
	box-shadow: 2px 2px 2px #252525;
}

.plantsInfo h3:nth-of-type(1){
	padding-top: 50px;
}

.plants img{
	width: 380px;
		border-radius: 20px;
	box-shadow: 2px 2px 2px #252525;
	margin-bottom: 50px;
}

.plants h3{
	font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 16pt;
}

.plants div{
	margin-left: 20px;
}

.plants p{
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	color: #252525;
	font-size: 12pt;
	margin-bottom: 30px;
	line-height: 16pt;
}

#pollinators{
	margin-top: 40px;
}

.learn, .pollinators, .plantHolder, .thanks, .sub{
	background-color: #FEFEE3;
}

.resources h2{
	font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  color: #252525;
	font-size: 45pt;
	margin-top: 40px;
	margin-bottom: 30px;
}

.resources a{
	display: block;
	width: 300px;
	height: 100px;
	background-color: #4C956C;
	margin-bottom: 30px;
	border-radius: 50px;
	text-align: center;
	line-height: 100px;
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
 	font-style: normal;
	color: #FEFEE3;
	font-size: 16pt;
}

.button{
	margin-bottom: 0px;
	padding-bottom: 20px;
	background-color: #D68C45;
}

#mc_embed_signup form{
	margin:0px;
}

.clover{
	position: absolute;
	width: 400px;
	top: 127px;
	right: 190px;
	border-radius: 20px;
	box-shadow: 2px 2px 2px #252525;
}

.research{
	position: absolute;
	width: 200px;
	top: 420px;
	right: 480px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #252525;
}
