@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,600;1,400;1,600&display=swap');
html{
	font-size: 100%;
	background-color: #F7FFFA;
	scroll-behavior: smooth;

}
*,*::before, *::after{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
nav, header, section, footer{
    min-width: 320px;
    max-width: 1366px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* typography */
h1{
	font-family: Fredoka, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 5.653rem;
	color: #F7FFFA;
	margin: 120px 0 30px 0; 
	padding: 0px 175px 0px 50px;
}
h2{
	font-family: Fredoka, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 3.998rem;
	color: #00312A;
	margin: 30px 0 40px;
}
h3{
	font-family: Fredoka, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2.827rem;
	color: #00312A;
	margin-top: 50px;
}
h4{
	font-family: Fredoka,Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.999rem;
	color: #00312A;
	margin: 15px;
}
p{
	font-family: Rubik, Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	font-size: 1.414rem;
	line-height: 1.688rem;
	color: #00312A;
	margin-bottom: 30px;
}
.subhead{
	color: #F7FFFA;
}
.subhead-2{
	color: #df6061;
}
.subhead-3{
	font-family: Fredoka, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.999rem;
	color: #00312A;

}
a{
	text-decoration: none;
	color: #00312A;
}
a:hover{
	color: #04a15e;
}
a:active{
	color: #04a15e;
}
a:visited{
	color: #00312A;
}
ul{
	list-style-type: none;
	font-family: Rubik,Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	font-size: 1.414rem;
}
/* navigation bars */
.navigation {
	/* background-color: #164F46; */
	/* box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); */
	width: 100%;
	z-index: 3;
}
.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.navigation li a {
	display: block;
	padding: 20px 20px;
	color: #F7FFFA;
	text-decoration: none;
}
.navigation li a:hover, .navigation .menu-btn:hover {
	background-color:#80ED99;
}
.logo{
	font-family: Fredoka, Arial, Helvetica, sans-serif;
	color: #F7FFFA;
	text-decoration: none;
	font-size: 1.999rem;
	font-weight: 600;
}
.logo:hover{
	color: #F7FFFA;
}
.logo:active, .logo:visited{
	color:#F7FFFA;
}
.navigation .logo {
	display: block;
	float: left;
	padding: 10px 20px;
	text-decoration: none;
}
.navigation .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}
.navigation .menu-icon {
	cursor: pointer;
	display: inline-block;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}
.navigation .menu-icon .navicon {
	background: #F7FFFA;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}
.navigation .menu-icon .navicon:before,
.navigation .menu-icon .navicon:after {
  background: #F7FFFA;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.navigation .menu-icon .navicon:before {
  top: 5px;
}

.navigation .menu-icon .navicon:after {
  top: -5px;
}
.navigation .menu-btn {
	display: none;
  }
  
 .navigation .menu-btn:checked ~ .menu {
	max-height: 340px;
  }
  
.navigation .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
  }
  
.navigation .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
  }
  
.navigation .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
  }
  
.navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
  }
  
/* buttons */
.subscribe-button {
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 7px #666666;
	-moz-box-shadow: 0px 4px 7px #666666;
	box-shadow: 0px 4px 7px #666666;
	font-family: Rubik,Georgia, 'Times New Roman', Times, serif;
	color: #F7FFFA;
	font-size: 1rem;
	background: #3ac6b3;
	padding: 14px 27px 14px 27px;
	text-decoration: none;
}
.subscribe-button:hover {
	background: #04a15e;
	color: #F7FFFA;
	text-decoration: none;
}
.subscribe-button:active {
	position:relative;
	top:1px;
}
.cta-button{
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 7px #666666;
	-moz-box-shadow: 0px 4px 7px #666666;
	box-shadow: 0px 4px 7px #666666;
	font-family: Fredoka, Arial, Helvetica, sans-serif;
	color: #F7FFFA;
	font-size: 20px;
	background: #3ac6b3;
	padding: 14px 27px 14px 27px;
	text-decoration: none;	
}
.cta-button:hover{
	background: #04a15e;
	color: #F7FFFA;
	text-decoration: none;
}
.cta-button:active{
	position:relative;
	top:1px;
}
.learn-button{
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Fredoka, Arial, Helvetica, sans-serif;
	color: #00312a;
	font-size: 20px;
	padding: 14px 27px 14px 27px;
	border: solid #00312a 2px;
	text-decoration: none;
	
}
.learn-button:hover{
	background-color: #00312a;
	color: #F7FFFA;
	text-decoration: none;
}
.learn-button:active{
	position:relative;
	top:1px;
	color: #00312a;
}

.submit-button{
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Fredoka, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #F7FFFA;
	font-size: 20px;
	background: #3ac6b3;
	padding: 14px 27px 14px 27px;
	text-decoration: none;
}
.submit-button:hover{
	background: #04a15e;
	text-decoration: none;
}
.submit-button:active{
	background: #04a15e;
	text-decoration: none;
}
/* form */
input, select{
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
}
label{
	font-family: Rubik, Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	color: #195148;
	font-size: 1rem;
}
/* wrappers */
.abf-wrapper{
	width: 100%;
	min-height: 100vh;
	padding-left: 15%;
	padding-right: 15%;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("/images/hero_image_desktop.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.abf-wrapper h2{
	margin: 20px 10px; 
	padding: 10px 0px 25px 200px;
}
.abf-wrapper p{
	margin: 30px 10px; 
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
}
.soil-wrapper{
	margin-top: 50px;
	padding-left: 15%;
	padding-right: 15%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.soil-wrapper section{
	max-height: 200px;
	flex: 1;
}
.soil-wrapper aside{
	flex: 0 1 600px;
}

.soil-wrapper h2, p{
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-align: left;
}
.soil-wrapper img{
	margin-left: 50px;
}
.mask1{
	mask-image: url(/images/masking_layer.png);
	mask-repeat: no-repeat;
}
.herbs-wrapper{
	margin-top: 50px;
	margin-left: 20px;
	padding-left: 15%;
	padding-right: 15%;
    background-color: #F7FFFA;
	max-width: 100%;
	height: auto;
}
.herbs-wrapper h2{
	margin: 15px 0px 35px 300px;
}
.materials-wrapper{
    background-color: #F7FFFA;
	margin-top: 50px;
	margin-left: 20px;
	padding-left: 15%;
	padding-right: 15%;
	max-width: 100%;
	height: auto;
}
.materials-wrapper h2{
	margin: 0px;
	padding: 10px 15px 10px 15px;
	justify-content: flex-start;
	float: left;
	text-align: left;
}
.materials-wrapper ul{
	margin: 0px;
	padding: 10px 15px 10px 15px;
	color: #00312A;
}
.materials-wrapper .tools{
	margin-top: 25px;
	padding-right: 550px; 
}
.materials-wrapper img{
	margin: 40px 50px 0px 550px;
	padding: 10px 35px 20px 10px;
	max-width: 100%;
	align-items: center;
	justify-content: center;
}
.bcb-wrapper{
	box-sizing: border-box;
    background-color: #F7FFFA;
	width: 100%;
	min-height: 100vh;
	padding-left: 15%;
	padding-right: 15%;
	/* overflow: hidden; */
}
.num-text{
	font-family: Rubik, Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	font-size: 2.827rem;
	line-height: 1.688rem;
	color: #00312A;
	margin: 35px;
}
.bcb-wrapper h3{
	margin: 10px 35px;
}
.bcb-wrapper p{
	font-family: Rubik, Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	font-size: 1.414rem;
	line-height: 1.688rem;
	color: #00312A;
	margin: 35px;
	
}
.video-wrapper{
    background-color: #F7FFFA;
	margin-top: 50px;
	width: 100%;
	min-height: 100vh;
	padding-left: 15%;
	padding-right: 15%;
}
.video-wrapper h2{
	margin: 0px;
	padding: 10px 15px 10px 15px;
	text-align: left;
}
.video-wrapper h3{
	margin: 0px;
	padding: 10px 15px 10px 15px;
	text-align: left;
}
.video-wrapper video{
	width: 100%;
	margin-top: 75px;
	position: relative;
	object-fit: contain;
}
.crafts-wrapper{
	margin-top: 50px;
	padding-left: 15%;
	padding-right: 15%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.crafts-wrapper section{
	max-height: 200px;
	padding: 0px;
	flex: 1;
}
.crafts-wrapper aside{
	flex: 0 1 600px;
}
.crafts-wrapper h2, p{
	margin: 0px 0px 30px 0px;
	text-align: left;
}
.crafts-wrapper img{
	margin-left: 50px;
}

.cta-wrapper{
	margin-top: 50px;
	display: flex;
    background-color: #F7FFFA;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.flex-items1{
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}
.cta-wrapper h2{
	margin: 20px 510px 15px 510px;
	padding: 10px; 
	text-align: center; 
 } 
.cta-wrapper p{ 
 	margin: 20px 420px 15px 420px;
	padding: 10px; 
	 text-align: center;
 }
.cta-wrapper h4{ 
	 margin: 20px 510px 15px 510px;
	padding: 10px 15px; 
	text-align: center;
} 
.cta-wrapper form{
	margin: 20px 510px 15px 510px;
	padding: 10px 25px;
}
.colophon-wrapper{
	display: flex;
	margin-bottom: 15px;
	padding-left: 15%;
	padding-right: 15%;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: space-between;
}
.flex-items3{
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}
footer{
	margin-top: 55px;
	padding-left: 45%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
.flex-items6{
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}
.rtt-arrow{
	display: block;
	padding: 20px 0px;
}
/* images, cards & image carosels */
#plant-icon{
	margin: 0;
	padding: 10px;
	display: block;
	max-width: 75px;
}
.herbs-cards li{
	margin: 5px;
	/* border: 2px solid #df6061; */
	float: left;
	text-align: left;
	max-width: 175px;
	color: #00312A;
}
.herbs-cards > img{
	width: 100%;
	height: auto;
}
.crafts{
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.carousel{
	width: 100vw;
	height: 100vh;
	position: relative;
}
.carousel > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slide{
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: 200ms opacity ease-in-out;
	transition-delay: 200ms;
}
.slide img{
	display: block;
	width: 50%; 
	height: 50%;
	object-fit: contain;
	object-position: center;
	margin: 20px 275px;
}
.slide[data-active]{
	opacity: 1;
	z-index: 1;
	transition-delay: 0ms;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #00312A;
  font-size: 4rem;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #F7FFFA;
  -webkit-user-select: none;
}
.prev{
	left: 1rem;
	border-radius: 3px 0 0 3px;
}
.next {
	right: 1rem;
	border-radius: 3px 0 0 3px;
  }
.prev:hover,
.next:hover, .prev:focus, .next:focus{
  background-color: #F7FFFA;
}
.prev:focus, .next:focus{
	outline: 2px solid #00312A;
}

/* media queries 400px = 25em */
@media only screen and (max-width: 25em){
	/* wrappers */
	.abf-wrapper{
		padding-left: 5%;
		padding-right: 5%;
		background-image: url(/images/hero_image_mobile.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
	.abf-wrapper h2 {
		padding-left: 5%;
		padding-right: 5%;
		text-align: left;
	}
	.abf-wrapper p{
		margin-bottom: 15px;
		padding-left: 5%;
		padding-right: 5%;
		text-align: left;
	}
	.soil-wrapper{
		padding-left: 5%;
		padding-right: 5%;	
	}
	.soil-wrapper section{
		max-height: fit-content;
	}
	.soil-wrapper aside{
		margin-top: 20px;
	}
	.soil-wrapper h2{
		margin: 0px;
		text-align: left;
		padding-right: 0%;
	}
	.soil-wrapper p{
		margin-bottom: 10px;
		text-align: left;
		padding-right: 0%;
	}
	.soil-wrapper img{
		margin: 0;
		max-width: 100%;
		height: auto;
	}
	.herbs-wrapper{
		margin: 20px 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.herbs-wrapper h2{
		margin: 10px;
		padding-left: 5%;
		text-align: left;
	}
	.herbs-cards{
		margin: 0px;
		max-width: 100%;
		height: auto;
	}
	.materials-wrapper{
		margin: 20px 0px;
		padding-left: 5%;
		padding-right: 5%;	
	}
	.materials h2{
		margin: 0px;
	}
	.materials-wrapper .tools{
		text-align: left;
		margin: 20px 0px;
		padding: 0px;
	}
	.materials-wrapper .compost{
		text-align: left;
		margin: 20px 0px;
		padding: 0px;
	}
	.materials-wrapper img{
		display: none;
	}
	.bcb-wrapper{
		margin: 25px 0px 0px 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.slide img{
		display: block;
		width: 50%; 
		height: 50%;
		object-fit: contain;
		object-position: center;
		margin: 0px 85px;
	}
	.prev, .next{
		cursor: pointer;
		position: absolute;
		top: 50%;
		z-index: 2;
		width: auto;
		padding: 16px;
		margin-top: -50px;
		color: #04A15E;
		font-size: 2rem;
		border-radius: 0 3px 3px 0;
		user-select: none;
		background-color: #F7FFFA;
		-webkit-user-select: none;
	}
	.video-wrapper{
		margin: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	video{
		height: auto;
		/* width: 100%; */
		position: relative;
		object-fit: cover;
	}
	.crafts-wrapper{
		margin: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.crafts-wrapper section{
		max-height: fit-content;
	}
	.crafts-wrapper aside{
		margin-top: 20px;
	}
	.crafts-wrapper h2{
		text-align: left;
		margin: 0px;
		padding-right: 0%;
	}
	.crafts-wrapper p{
		margin: 0px;
		padding-right: 0%;
	}
	.crafts-wrapper img{
		margin: 0;
		max-width: 100%;
		height: auto;
	}
	.cta-wrapper{
		margin: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	input, select{
		width: 100%;
		padding: 10px 20px;
		margin: 8px 0;
		box-sizing: border-box;
	}
	label{
		font-family: Rubik, Georgia, 'Times New Roman', Times, serif;
		font-weight: 400;
		color: #195148;
		font-size: 1rem;
	}
	.colophon-wrapper{
		margin: 0px;
		padding-left: 5%;
		padding-right: 5%;
		text-align: left;
	}
	footer{
		padding-left: 20%;
	}
	.rtt-arrow{
		margin: 10px 0px;
	}
/* typography */
	h1{
		display: none;
	}
	h2{ 
		font-size: 3rem;
	}
	h3, h4{
		font-size: 2rem;
	}
	p{
		font-size: 1rem;
	}
	li{
		font-size: 1.438rem;
	}
	.logo{
		font-size: 1.414rem;
	}
}
/* 48em = 768px hamburger menu*/
@media (min-width: 48em) {
	.navigation li {
	  float: left;
	}
	.navigation li a {
	  padding: 20px 30px;
	}
	.navigation .menu {
	  clear: none;
	  float: right;
	  max-height: none;
	}
	.navigation .menu-icon {
	  display: none;
	}
  }
  