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

/* Reset */
* {
	margin: 0;
  padding: 0;
  box-sizing: border-box;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
	color:#153c1e;
  background-color:#e7e6d6;
}
		
		

.logo {
	height:280px;
	width:auto;
	z-index:2000;
}

.content {
	padding:5px;
	min-height:400px}

h1 {font-weight:bold; font-size:1.6em}
h2 {font-weight:normal; font-size:1.6em}
h3 {font-weight:bold; font-size:1.6em}

h1,
h2,
h3,
h4 {
    margin-top: 28px;
    margin-bottom: 12px;
}

p {
    margin-bottom: 16px;
    line-height: 1.6;
}


span{
	font-weight:bold;
	color:#a5d512;	
}

a {
	text-decoration:underline;
	color:#133b1b
}

li {margin-bottom:1.0em}

header.home .parallax {position:absolute; width:100%; z-index:-1; height:auto; border:px solid red; position: absolute;
    inset: 0;     bottom: +44px;}

@media (max-width:1000px) {
header.home .parallax{ height:0; overflow:hidden; display:none}
}
		
		
.fade {transition: 0.6s;}
.fade:hover{opacity:0.5}

.main_width {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}



.flex {
  display: flex;
}

.grid {
	display: grid;
    gap:20px; /* optional */
}

.show_mobile { display:block; }
.show_desktop { display:none; }

/* Tablet+ */
@media (min-width:600px) {
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Desktop+ */
@media (min-width:1000px) {
    .show_mobile { display:none; }
    .show_desktop { display:block; }
		.grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card {
	background: #eee;
  padding: 1rem;
  border-radius: 8px;
}


.main_bg {
	padding-top:100px;
	padding-bottom:100px;
	background-color:#e7e6d6;
}

.standard_pane {
	padding-top:80px;
	padding-bottom:80px;
}

.standard_pane h1{
	margin-top:0px;
	margin-bottom:20px;
}

.standard_pane h2{
	margin-top:40px;
	margin-bottom:20px;
}

.standard_pane ul{
	margin:0;
	padding:20px;

}


.sector_bg {
	background-color:#0b2811;
	padding-top:50px;
	padding-bottom:50px;
}

.clear_both{ clear:both; line-height:0; height:0}


header {
	overflow:hidden;
	padding-top:86px;
	background-image:url(../images/narrow-pathway-garden-surrounded-by-lot-colorful-flowers.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	text-align:center;
}



@media (min-width:1000px) {
  header.home { background-image:none}
}




.content-biochar-and-chickens {
	background-image:url(../images/1152.jpg);
}
.content-biochar-faqs {
	background-image: url(../images/how-is-it-produced.jpg);
}
.content-about-biochar {
	background-image: url(../images/how-is-it-produced.jpg);
}
.content-biochar-and-gardening {
	background-image: url(../images/fresh-vegetables-wicker-basket-harvesting-garden.jpg);
}
.content-contact-us {
	background-image: url(../images/fresh-vegetables-wicker-basket-harvesting-garden.jpg);
}

.gradient {
	background-image:url(../images/gradient-new.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:86px;
}

.not_home {
	border:0px solid red
}


header .nourish_nature {
margin-top:200px; font-size:80px; color:#ffffff
}

.not_home .nourish_nature {
margin-top:80px;
	border:0px solid red;
}


header .cultivate_success {
margin-bottom:80px; font-size:80px; color:#a5d512;
	border:0px solid red;
}

.not_home .cultivate_success {
margin-bottom:0px;
}



header .visit_shop {
	text-decoration:none;
	padding:12px;
	padding-left:46px;
	padding-right:46px;
	color:#153c1e;
	background-color:#a5d512;
	border-radius: 15px;
}

header .visit_shop:hover {
	color:#ffffff;
	background-color:#153c1e;
}

.not_home .visit_shop {
	display:none;
}




/*----------------------------------------------------------------------------------------------*/
/* footer same each page has get intouch and info panes                                        */
/*----------------------------------------------------------------------------------------------*/
footer {
	padding-top:86px;
	padding-bottom:20px;
	background-image:url(../images/beautiful-shot-green-fields-with-narrow-roads-middle.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	text-align:center;
}


/*----------------------------------------------------------------------------------------------*/
/* Get in Touch Form                                                                            */
/*----------------------------------------------------------------------------------------------*/


.bg_getintouch {
    gap: 40px;
    text-align: left;
    border-radius: 20px;
    background-color: #0b2811;
    padding: 50px;
    color: #FFF;
    font-weight: bold;
}

.bg_getintouch span {
    font-weight: bold;
    color: #a5d512;
}

/* OUTER LAYOUT */
.bg_getintouch .flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* TITLE COLUMN */
.form_row_title {
    flex: 0 0 120px;
}

/* FORM COLUMNS */
.form_row_inputs,
.form_row_message {
    flex: 1;
}

/* LEFT INPUT GRID */
.form_row_inputs {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px 16px;
    align-items: center;
}

.form_row_inputs label {
    white-space: nowrap;
}

/* RIGHT MESSAGE COLUMN */
.form_row_message {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form_row_message label {
    text-align: left;
}

/* GENERAL LABELS */
.bg_getintouch label {
    width: 70px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

/* INPUTS / TEXTAREA */
.form_row_inputs input[type="text"],
.form_row_message textarea {
    width: 100%;
    box-sizing: border-box;
}

.bg_getintouch input[type="text"] {
    height: 40px;
}

.bg_getintouch textarea {
    height: 96px;
    resize: vertical;
}

/* HONEYPOT */
.form_row_inputs .email {
    position: absolute;
    left: -9999px;
}

/* SUBMIT BUTTON */
.bg_getintouch input[type="submit"] {
    width: auto;
    align-self: flex-end;
    background-color: #a5d512;
    color: #0b2811;
    border: none;
    padding: 10px 50px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}
.form_reponse { padding-bottom:40px}


@media (max-width: 1000px) {
    .bg_getintouch .flex {
        flex-direction: column;
        gap: 30px;
    }

    .form_row_title,
    .form_row_inputs,
    .form_row_message {
        width: 100%;
        flex: none;
    }

    .form_row_title {
        text-align: center;
    }

    .form_row_inputs {
        grid-template-columns: auto 1fr;
    }

    .form_row_message {
        width: 100%;
    }

    .bg_getintouch input[type="submit"] {
        align-self: flex-start;
    }
}



.form_row_message {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.form_row_message label[for="message"] {
    text-align: left;
}

.form_row_message textarea {
    width: 100%;
    height: 96px;
    box-sizing: border-box;
    resize: vertical;
}

/* CHECKBOX + BUTTON ROW */
.form_bottom_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

/* MAILING LIST LABEL */
.mailing_label {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
    font-weight: normal;
}

/* CHECKBOX */
.mailing_label input[type="checkbox"] {
    margin: 0;
    width: auto;
}

/* SUBMIT BUTTON */
.form_bottom_row input[type="submit"] {
    width: auto;
    background-color: #a5d512;
    color: #0b2811;
    border: none;
    padding: 10px 50px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

/* MOBILE */
@media (max-width: 700px) {

    .form_bottom_row {
        flex-direction: column;
        align-items: flex-start;
    }

    .form_bottom_row input[type="submit"] {
        width: 100%;
    }
}


/*----------------------------------------------------------------------------------------------*/
/* Info Panel (copyright etc...)                                                                */
/*----------------------------------------------------------------------------------------------*/


.bg_info {
	margin-top:40px;
	border-radius: 20px;
	background-color:#e7e6d6;
	padding:50px;
	text-align:left;
}

.info_left {
	width:100%;
	border:0px solid green;
}

.info_layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: stretch;
	margin-bottom:40px;
}


.info_right {
}

.info_left_col1  {
	width:180px;
	padding-right:20px;
	border:0px solid red;
	margin-bottom:20px;
}

info_left_col2  {
	width:100%;
	border:1px solid blue;
}

.info_left_col2 img {
	margin-top:10px;
}


		
/*----------------------------------------------------------------------------------------------*/
/* scroll_to_top                                                                                */
/*----------------------------------------------------------------------------------------------*/
.scroll_to_top { height:0; overflow:visible; cursor: pointer; border:0px solid red; text-align:center; padding:14px}
.scroll_to_top img{height:43px; width:43px; background-color:#a5d512; border:0px solid #153c1e;border-radius: 3px;}
.scroll_to_top img:hover{background-color:#153c1e; transition:0.5s}




/*----------------------------------------------------------------------------------------------*/
/* Pages - Home Page                                                                            */
/*----------------------------------------------------------------------------------------------*/

/*-----------pane turning_waste -----------------------------*/


.turning_waste {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height:2em;
}

.turning_waste h2{
	font-size:54px;
	color:#153c1e;
	line-height:2em;
}

.turning_waste h3{
	font-size:22px;
	color:#153c1e;
}




/*---------sector_bg-------------------------------*/
.sector_bg {
	color:white;
}

.sector_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.sector_grid div {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 20px 40px;
	width:180px;
	border:0px solid white;
}

.pick {
	border:0px solid red;
	width:100px;
}

a.button {
	display:block;
	width:20%;
	min-width:200px;
	margin-left:0px;
	background-repeat:no-repeat;
	background-position:center;
	height:312px;
	color:#FFF;
	font-size:28px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

a.button div {
	padding-top:200px;
}

a.button:hover {
	background-color:#2b4430;
	border-radius:20px;
}

.gardening {
		background-image:url(../images/bg-gardening.png);
}
.chickens {
		background-image:url(../images/bg-chickens.png);
}
.pets {
		background-image:url(../images/bg-pets.png);
}


/*-----------hundred_percent_natural_bg -----------------------------*/

.hundred_percent_natural_bg {
	background-image:url(../images/fresh-vegetables-wicker-basket-harvesting-garden.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	text-align:center;
	color:#FFF;
}




.hundred_percent_natural_bg h2{
	font-size:62px;
}

.hundred_percent_natural_bg h2 span{
	color:#a5d512;
	font-weight:bold;
}


.gradient_inverted {
	background-image:url(../images/gradient-inverted-new.png);
	background-repeat:repeat-x;
	background-position:top;
}

.centered {
  align-items: center;
  justify-content: center;
  min-height: 600px;
	padding-top:200px;
}




/*---------how_is_it_produced-------------------------------*/

.how_is_it_produced_bg {
	background-image: url(../images/how-is-it-produced.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
}

.how_is_it_produced_bg h2 {
	font-size: 54px;
	color: white;
	margin-bottom:80px;
}

.how_is_it_produced_bg h2 span {
	font-size: 54px;
	color: #a5d512;
	font-weight: bold;
}

.how_is_it_produced_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 80px;
  align-items: stretch;
}


.how_is_it_produced_bg .card2 {
  background-color: #e7e6d6;
  border-radius: 20px;
  overflow: hidden;

  padding-top: 160px;
  padding-left: 80px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}


.how_is_it_produced_bg .card2 div {
	background-color: #e7e6d6;
	padding: 20px;
	min-height: 360px;
	line-height: 2em;
}

.how_is_it_produced_bg .card2 div h2 {
	color: #7c8800;
	padding: 0;
	margin: 0 0 40px 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6em;
}

.how_is_it_produced_bg .card2 .number {
	float: right;
	color: #cccea0;
	font-weight: bold;
	font-size: 130px;
	line-height: 130px;
	padding: 0;
	margin: 0;
}

.bg_0 {
	background-color: transparent;
}

.bg_1 {
	background-image: url(../images/sawdust.jpg);
}

.bg_2 {
	background-image: url(../images/green-waste-processing-facility-turning-organic-waste-into-mulch.jpg);
}

.bg_3 {
	background-image: url(../images/person-working-building-construction.jpg);
}





/*---------statistics-------------------------------*/

.statistics {
	text-align:center;
}

.statistics h2{
	color:#7c8800;
	font-size:54px;
	font-weight:bold;
}

.statistics h3{
	color:#133b1b;
	font-size:22px;
	font-weight:bold;
}

.statistics_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.statistics_card {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 20px 40px;
  border-right: 2px solid #bcba9b;
}

.statistics_card h2 {
	font-size:75px;
}

.statistics_card h2 span {
	color:#7c8800;
}



/*-----------our_products -----------------------------*/

.our_products {
	background-color:#e7e6d6;
	padding-top:80px;
	padding-bottom:80px;
	text-align:center;
	overflow:hidden;
}

.our_products h2{
	font-size:54px;
	margin-bottom:40px;
}

.our_products_layout {
	border:0px solid blue;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.our_products div div {
	text-align:center;
	padding-right:40px;
}

.our_products div div img{
	border:0px solid red;
}


.our_products form { margin-bottom:28px}
.our_products button {padding:8px; padding-left:12px; padding-right:8px; background-color:#153c1e; border:0; color:white; margin-left:20px; border-radius: 6px; text-transform: uppercase }

.our_products input[type="number"] {
    width: 80px;
    padding: 8px;
    border-radius: 6px;
    font-size: 16px;
}



.ready_to_use_bg {
	background-image: url(../images/1152.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	text-align:center;
	color:#FFF;
}


.ready_to_use_bg h2{
	font-size:52px;
}


.ready_to_use_bg h2 span{
	font-weight:bold;
	color:#a5d512
}


/*----------------------------------------------------------------------------------------------*/
/* Shop                                                                                         */
/*----------------------------------------------------------------------------------------------*/

.shop_layout { padding-top:80px; border:0px solid red}
.trade { margin-bottom:80px}
.cart { font-size:1em; border:1px dotted #153c1e; margin-top:40px; margin-bottom:80px; padding:20px}
.cart hr{ border:0; border-bottom:1px dotted #153c1e; margin-top:40px}

.products {margin-bottom:80px}
.products h2 { margin-bottom:40px}
.products h3 { font-size:1em}
.products form { margin-bottom:28px}
.products button {padding:8px; padding-left:12px; padding-right:8px; background-color:#153c1e; border:0; color:white; margin-left:20px; border-radius: 6px; text-transform: uppercase }

.products input[type="number"] {
    width: 80px;
    padding: 8px;
    border: 1px solid #153c1e;
    border-radius: 6px;
    font-size: 16px;
}

.cart form{ margin-top:40px
    display:flex;
    flex-direction:column;
    gap:10px;
    max-width:500px;
}

.cart form input,
.cart form textarea {
    padding:10px;
    border:1px solid #153c1e;
    border-radius:6px;
    width:100%;
    box-sizing:border-box;
}

.cart form button {
    padding:12px;
    background:#153c1e;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer;
}


.shop_layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.products {
    flex: 2;
}

.sidebar {
    flex: 1;
    position: sticky;
    top: 20px;
    padding: 15px;
    border: 1px solid #153c1e;
    border-radius: 8px;
    background: #fff;
}


.sidebar hr {
	border:0;
	border-bottom:1px solid  #153c1e;
	margin-bottom:40px;

}
.product {
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

input, textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
}

button {
    padding: 10px;
    background: #222;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.total {
    font-size: 18px;
    margin-top: 10px;
}


.remove { border:1px solid #153c1e;
text-decoration:none;
border-radius: 3px;
padding:2px;
margin-left:16px;
}



/*----------------------------------------------------------------------------------------------*/
/* Navigaiton Desktop                                                                           */
/*----------------------------------------------------------------------------------------------*/
.nav_bg {
  display: flex;
  align-items: center;   /* vertical centering */
  height: 60px;
  background-color: #fff;
  overflow: visible;
  border: 0px solid black;
}

.nav_bg a {
  color: #133b1b;
  text-decoration: none;
}

.nav_lhs,
.nav_logo,
.nav_rhs {
  height: 60px;
  display: flex;
  align-items: center;
}


.nav_lhs {
  background-color: #fff;
  border: 0px solid blue;
	white-space: nowrap;
}

.nav_logo {
  width: 200px;
  justify-content: center;
  border: 0px solid yellow;
	z-index:100000;
}

.nav_rhs {
  background-color: #fff;
  border: 0px solid purple;
	padding-left:10px;
}

.nav_lhs nav { border:0px solid green}

.nav_lhs nav a {
	margin-right:8px;
  position: relative;
  display: inline-block;
  color: #153c1e;
  text-decoration: none;
  padding: 0;
  line-height: 1;
}

.nav_lhs nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #153c1e;
  transition: width 0.4s ease;
}

.nav_lhs nav a:hover::after {
  width: 100%;
}

.nav_lhs nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #153c1e;
}




/*----------------------------------------------------------------------------------------------*/
/* Navigaiton Mobile                                                                            */
/*----------------------------------------------------------------------------------------------*/
#toggle {
  display: none;
}

/** Hamburger **/
.hamburger {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 2em;
  height: 45px;
  z-index: 5; 
	z-index:1000;
}

.hamburger div {
  position: relative;
  width: 3em;
  height: 7px;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 10px;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

.nav-wrapper { 
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

/** Nav BG Styles **/
.nav_tablet {
	z-index:1000;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #a5d512;
  top: -100%; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}


.nav_tablet nav {
	padding-top:80px;
	text-align:center;
}

.nav_tablet a {
	display:block;
	margin:auto auto;
	padding:40px;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	border-bottom:2px solid green;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.nav_tablet a.active {}


/** Animations **/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}
#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}

#toggle:checked + .hamburger + .nav_tablet {
  top: 0;
  transform: scale(1);
}