﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

	GREEN:  #3F7547
	highlight green: #97F2A5

	BLACK: #111
*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

* {box-sizing: border-box;}

body {
}

.wid-90 {width: 90%; margin: 0 auto;}

.padit {padding: 50px 0;}
.browse-xtra-pad{padding: 40px 0;}
.header-pad {padding: 60px 0;}

.logo {max-width: 400px;}

.logo img {width: 100%; display: block;}

.green-body {
	background: #3F7547;
}

.black-body {
	background: #111;
}

.flex-1 {
	width: 100%;
}

.flex-2 {
	width: 50%;
}

.flex-1 .wid-90, .flex-2 .wid-90 {
	width: 80%; max-width: 800px;
}


/*------------- TEXT STYLES AND BUTTONS -------------*/

.dark-gray {color: #2D2D2D;}

.white{color: #fff;}

a.black, a.black:link {
	color: #000;
}

.upper {text-transform: uppercase;}

a:link, a:visited, a:active {text-decoration:none; font-family: "DM Sans", sans-serif; }
a:hover {text-decoration:none;}

a.btn {
	display: block;
	width: fit-content;
}

h1, h2, h3, h4, h5, h6 { font-family: "DM Sans", sans-serif; }

p, li {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
}

p.body-text {
	line-height: 1.7;
}

hr{border:#919191 1px solid;}

.sm-heading {
	font-size: 20px;
}

.heading {
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
}

.hero-heading {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 0.8;
}

.hero-heading span {
	font-size: 24px;
}

/*  BUTTONS  */

.underline-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: transparent;
	padding: 8px 0;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	border: none;
	border-bottom: 2px solid #fff;
	cursor: pointer;
/*	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);*/
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;
}

.underline-btn:hover {
	letter-spacing: 2px;
}

.mobile-only .btn-container .underline-btn {
	color: #000;
}


/*--- HEADER STYLES ---------------------*/

header {
	
}

.header-container {
	position: relative;
}

.main-header {
	background: #fff;
	position: absolute;
	width: 100%;
	top: 50px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	z-index: 5;
}

.main-header .wid-90 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-header .wid-90 .logo {
	margin-top: -60px;
}

/*---BODY--------------------------------*/

.hero {
	background: #3F7547;
	position: relative;
}

.hero-slider {
	width: 100%;
}

.hero-slider img {
	width: 100%;
	display: block;
}

.hero-text {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
}

.hero-text h1.heading {
	font-size: 50px;
	letter-spacing: 4px;
}

.hero-text h1.heading span {
	font-size: 36px;
	font-weight: 500;
	text-transform: none;
	font-style: italic;
	letter-spacing: 2px;
}

.hero-text .btn-row {
	margin-top: 20px;
}

.btn-row {
	display: flex;
	gap: 20px;
}

.btn-container {
	padding: 2px 10px 10px 10px;
	background: #fff;
}

.btn-container a button.underline-btn{
	border-bottom: 2px solid #000;
}

.mobile-only {
	display: none;
}

.searches {
	display: flex;
}

.searches .flex-1 .wid-90 {
	width: 85%;
}

.searches .flex-2 .wid-90 {
	width: 75%;
}

.bark {
	background: linear-gradient(rgba(255,255,255, 0.9), rgba(255,255,255, 0.9)), url("/siteart/bark-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	
}

.browse-tiles {
	box-shadow: 0 0 20px 0 rgba(0,0,0, 0.5);
}

.browse-tiles .wid-90 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.browse-tiles .heading {
	font-style: italic;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	padding: 20px 0;
}

.inv-links {
	display: flex;
	gap: 100px;
	justify-content: space-between;
}

.inv-links a, .inv-links a img {
	display: block;
	width: 100%;
}

.inv-links a {
	margin: -75px 0;
	position:relative;
}

.inv-links span {
	position: relative;
    display: block;
    background: #444
}

.inv-links span::before {
	content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1) 50%);
}


.inv-links .link-title {
	position: absolute;
	bottom: 10%;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
	border-bottom: 3px solid #3F7547;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;
}

.inv-links a:hover > .link-title {
	letter-spacing: 3px;
}

.finance-bill, .contact {
	display: flex;
}

.contact .flex-1:first-child {
	background: url("/siteart/forestry.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.icon-flex {
	display: flex;
	gap: 5px;
}

/*--------FORM STYLES--------------------*/

.contact-flex {
	display: flex;
	justify-content: space-around;
}

.form-container .form-box {
	margin: 0 auto;
}

.form-box {
	background: #fff;
	padding: 5px 15px;
	box-shadow: 0 9px 30px -8px rgba(0,0,0,0.4);
	width: 70%;
}

.form-box .heading {
	padding: 15px 0;
}

.form-flex {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 10px 0;
}

.form-flex .form-flex {
	margin: 0;
	display: flex !important;
	flex-wrap: nowrap !important;
}

.form-flex label {
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 5px;
	display: inline-block;
}

.form-flex input, .form-flex select, .form-flex textarea, .form-flex .orange-btn, .form-flex div {
	width: 100%;
}

.form-flex input, .form-flex select, .form-flex textarea {
	background: #E8E8E8;
	color: #2D2D2D;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	padding: 15px;
	border: none;
	border-radius: 0;
	
}

.form-flex input:focus-visible, .form-flex select:focus-visible, .form-flex textarea:focus-visible {
	outline: none;
}

.black-btn {
	background: #000;
	color: #fff;
	border: none;
	padding: 10px;
	text-transform: uppercase;
	min-width: 150px;
	cursor: pointer;
	-webkit-transition:.2s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.black-btn:hover {
	background: #333;
}

.green-btn {
	background: #3F7547;
	color: #fff;
	border: none;
	padding: 10px;
	text-transform: uppercase;
	min-width: 150px;
	cursor: pointer;
	-webkit-transition:.2s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.green-btn:hover {
	background: #50955A;
}

textarea {
	height: 150px;
}

.CaptchaPanel {
	font-family: "DM Sans", sans-serif;
}

.captcha-button {
/*	text-align:center;*/
}

#captcha {
	display: none;
}

/*-------- FOOTER STYLES ----------------*/
footer {
	padding-bottom: 50px;
	background: #000;
	display: flex;
}

.footer-title {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
}

.footer-connect {
	display: flex;
	flex-wrap: wrap;
	gap:35px;
}

.footer-nav ul {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-nav ul li a {
	padding: 10px 2px;
}

.footer-nav ul li a:hover {
	color: #97F2A5;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {
	.hero-text { transform: translate(0, -10%);}
	
	.flex-2 {width: 100%;}
	.searches .flex-1 .wid-90, .searches .flex-2 .wid-90 {width: 80%;}
	.black-btn, .green-btn {width: 100%;}
	
	.browse-xtra-pad{padding:0;}
	
	.form-flex {flex-wrap: wrap; gap: 20px; padding: 5px 0;}
}

@media only screen and (max-width: 1000px) {
	.main-header .wid-90 {display: none;}
	.main-header {position: static;}
	#menu-button .logo {max-width: 300px;}
	.header-pad {padding: 0;}
	
	.hero-text { transform: translate(0, -50%);}
	.inv-links {gap: 25px;}
}

@media only screen and (max-width: 750px) {
	.hero-text h1.heading span {font-size: 24px;}
	.hero-text h1.heading {font-size: 36px;}
	
	.searches {display: block;}
	
	.browse-tiles .wid-90 {display: block;}
	.browse-tiles .heading {writing-mode: unset; transform: none; text-align: center;}
	.inv-links {flex-wrap: wrap;}
	.inv-links a {margin: 0;}
	.inv-links a:last-child {margin-bottom: -50px;}
	
	
	footer, .finance-bill, .contact {flex-wrap: wrap;}
	.contact .flex-1:first-child {width: 100%; aspect-ratio: 5/3;}
}


@media only screen and (max-width: 600px) {
	.heading {font-size: 24px;}
	
	.hero-text .btn-row {display: none;}
	.mobile-only {display: block;}
	.mobile-only .underline-btn {width: 100%;}
	
	
	
}

@media only screen and (max-width: 500px) {
	.hero-text h1.heading span {font-size: 18px;}
	.hero-text h1.heading {font-size: 22px;}
}

@media only screen and (max-width: 450px) {
	.inv-links .link-title {font-size: 18px;}
}






