@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #070707;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 40%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 40%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float:right;
	
}
nav ul li {
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #FC0303;
}
.hero_header {
	color: #030303;
	text-align: center;
}
/* Hero Section */
.hero {
	background-image: url("images/logging.jpeg");
	background-size:cover;
	padding-top: 20%;
	padding-bottom: 20%;
}
.hero h1 {
  font-size: 2.5rem; /* Example: 5 times the root font size */
	padding-bottom:0%;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	background-color: rgba(244,8,12,1.00);
	text-align: center;
	color: #FFFFFF;
	width: 70%;
	margin: 0 auto;
	margin-top: 0%;
	padding-top: 01%;
	padding-bottom: 1%;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.hero p {
  font-size:2rem; /* Example: 3 times the root font size */
	padding-left: 1%;
	padding-right: 1%;
}
/* About Section */
.text_column {
	width: 100%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	color: #171F16;
}
.about {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #2A322C;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width:100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 0px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #F30D0D;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-image: url("images/locallyowned_606981190_Preview.jpeg");
	height: auto;
	background-size: cover;
}
.banner1 {
	background-image: url("images/forest.png");
	height: auto;
	background-size: cover;
}
.banner2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("images/mastication1.jpg");
	background-size: cover;
	height: auto;
}


.parallax {
	color: #FFFFFF;
	text-align: right;
	width: 80%;
	padding-top: 30%;
	letter-spacing: 2px;
	margin: 0 auto;
}
.parallax1 {
	color: #F7F2F2;
	text-align: left;
	width: 80%;
	padding-left: 0%;
	padding-top: 100px;
	letter-spacing: 2px;
	margin: 0 auto;
}
.parallax2 {
	color: #FFFFFF;
	text-align: right;
	width: 80%;
	padding-left: 0%;
	padding-top: 100px;
	letter-spacing: 2px;
	margin: 0 auto;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-top:1%;
	padding-bottom:20%;
	width: 80%;
	font-weight: lighter;
	line-height: normal;
	margin: 0 auto;
}
.parallax_description1 {
	color: #FFFFFF;
	text-align: left;
	width: 80%;
	padding-left: 10%;
	padding-bottom: 20%;
	font-weight: lighter;
	line-height: normal;

}
.parallax_description2 {
	color: #FFFFFF;
	text-align: right;
	padding-top:1.5%;
	padding-bottom: 20%;;
	width: 80%;
	font-weight: lighter;
	line-height: normal;
	margin: 0 auto;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 0px;
	
}
.footer_column {
	background-image: url();
	background-size: cover;
	width: 100%;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
	margin: 0 auto;
}
footer .footer_column h3 {
	color: #1E1C1C;
	text-align: center;
}
footer .footer_column p {
	color: #585857;
	background-color: #FFFFFF;
	padding-top: 5%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	
}
.cards {
	width: 80%;
	height: auto;
	border-radius: 5%;

}
footer .footer_column p {
	padding-left: 0%;
	text-align: center;
	line-height: 25px;
	font-weight: lighter;
	margin: 0 auto;
	width: 80%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	background-color:#F5060A;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #F90409;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom:60PX;
	margin-bottom: 0px;
	width:100%;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 428px) {
.logo {
	width: 0%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	width: 100%;
	float: none;
	display: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:20%;
	text-align: right;
}
.text_column {
	width:100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 20%;
	padding-left: 0px;
	width: 90%;
	float: none;
	text-align: center;
}
.banner {
	background-color: #DBB103;
	background-image: url("images/locallyowned_606981190_Preview.jpeg")
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	}
}

/* Small Tablets */
@media (min-width: 768px)and (max-width: 1024px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #61D2F1;
}
.container header nav {
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #8E8E8E;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.hero h1 {
    font-size: 5rem; /* Example: 5 times the root font size */
	line-height: 1px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 50%;
}
.parallax {
	font-size: 2rem; /* Example: 5 times the root font size */
	}
.parallax1 {
	font-size: 2rem; /* Example: 5 times the root font size */
	}
.parallax2 {
	font-size: 2rem; /* Example: 5 times the root font size */
	}
.parallax_description {	
	font-size: 1.5rem; /* Example: 5 times the root font size */
	}
.parallax_description1 {	
	font-size: 1.5rem; /* Example: 5 times the root font size */
	}
.parallax_description2 {	
	font-size: 1.5rem; /* Example: 5 times the root font size */
	}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 1024px) {

.hero h1 {
  font-size: 8rem; /* Example: 5 times the root font size */
	line-height: 1px;
	}
.parallax {
	font-size: 2rem; /* Example: 5 times the root font size */
	}
.parallax1 {
	font-size: 2rem; /* Example: 5 times the root font size */
	}
.parallax2 {
	font-size: 2rem; /* Example: 5 times the root font size */
	}
.parallax_description {	
	font-size: 1.5rem; /* Example: 5 times the root font size */
	}
.parallax_description1 {	
	font-size: 1.5rem; /* Example: 5 times the root font size */
	}
.parallax_description2 {	
	font-size: 1.5rem; /* Example: 5 times the root font size */
	}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
