﻿/***** 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 --------

*/

/***** 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 --------*/

body {
    background-color: #DFEAEB;
}


a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#00D980 1px solid;}


.raleway-semibold {
	font-family: "raleway", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.raleway-bold {
	font-family: "raleway", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.raleway-bold-italic {
	font-family: "raleway", sans-serif;
	font-weight: 700;
	font-style: italic;
}
.raleway-black {
	font-family: "raleway", sans-serif;
	font-weight: 900;
	font-style: italic;
}
.raleway-black-italic {
	font-family: "raleway", sans-serif;
	font-weight: 900;
	font-style: italic;
}
.forest-green {
	color: #003C3C;
}
.mint-green {
	color: #00D980;
}
.light-green {
	color: #E2EDEE;
}
.fill-button a {
    background-color: #00D980;
    border: #00D980 2px solid;
    color: #000;
	padding: 10px 25px;
    letter-spacing: 2px;
    font-size: 14px;
}
.fill-button:hover a {
    background-color: #00b96d;
    border: #00b96d 2px solid;
    transition: .2s ease-in;
}
.trace-button a {
    border: #00D980 2px solid;
    color: #ffffff;
    padding: 10px 25px;
    letter-spacing: 2px;
    font-size: 14px;
}
.trace-button:hover a {
    background-color: #00b96d;
    border: #00b96d 2px solid;
    transition: .2s ease-in;
}
.width80 {
	width: 80%;
	margin: 0 auto
}


/*--- HEADER STYLES ---------------------*/
header {}

.head-addy a, .head-phone a, .head-search a {
    color: white;
}
.head-addy a, .head-phone a {
    display: flex;
}
.head-addy i, .head-phone i {
    color: white;
    padding-right: 15px;
}
.head-addy {
    display: flex;
    color: white;
}
.head-search i {
    color: #00D980;
}
.head-contact {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
	width: 90%;
    margin: 0 auto;
    align-items: center;
	font-size: 14px;
    letter-spacing: 2px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1)
}
.head-search {
    background-color: #222222;
    padding: 15px 20px;
}
.bar-wrap {
    background-color: #003C3C;
    height: 50px;
    margin-top: 40px;
    display: flex;
    align-items: center;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.green-bar.forest-green {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.rightsearch {
    background-color: #00b96d;
}
.rightsearch button {
    background-color: #00b96d;
    border: none;
    color: #222222;
	padding: 0 10px 0 20px;
}
.rightsearch input::placeholder {
    color: #DBE6E7!important;
}
.rightsearch input[type="text"] {
    background-color: #00b96d!important;
    border: none!important;
    box-sizing: border-box!important;
    padding: 15px!important;
    color: #ffffff!important;
	font-family: "raleway", sans-serif!important;
    font-weight: 600!important;
    font-style: normal!important;
    font-size: 14px!important;
    letter-spacing: 1px !important;
	line-height: 1px!important;
	height: auto!important;
}
.rightsearch input[type="text"]:focus {
    background-color: #00b96d!important;
}




/*---BODY--------------------------------*/

.inventory-wrapper {
    margin: 200px auto;
}
section.header-wrap.wrap-inv {
	background: rgb(34 34 34);
}


.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}

.header-wrap {
	width: 100%;
    margin: 0;
	background: rgb(16 16 16 / 50%);
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero-wrap {
	background-image: 
/*		linear-gradient(90deg,rgba(0,0,0,0.64) 0%,rgba(0,0,0,0.00) 57.52%,rgba(0,0,0,0.00) 100%), */
		url("/siteart/hero-bg.png");
	width: 100%;
    position: relative;
	background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    min-height: 850px;
/*    padding-top: 100px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 0;
	background-color: black;
}
.hero-content {
    color: #ffffff;
	width: 900px;
}
.hero-content h1.raleway-bold {
    font-size: 60px;
    line-height: 70px;
	margin-bottom: 10px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
	letter-spacing: 2px;
}
.hero-content h2.raleway-bold-italic {
    font-size: 25px;
	line-height: 30px;
	margin-bottom: 35px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
	letter-spacing: 1px;
}
.hero-btns {
    display: flex;
    gap: 40px;
}
.wrap-equip-container {
    filter: drop-shadow(0px -10px 10px rgba(50, 50, 0, 0.5));
}
section.equipment-container {
    background-color: #003C3C;
    color: #ffffff;
    padding: 55px;
    clip-path: polygon(5% 0, 95% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);
	margin-top: -150px;
    box-shadow: 0px -5px 20px black;
}
.equip-title {
    text-align: center;
}
.equip-title h2.raleway-bold-italic {
    font-size: 45px;
    letter-spacing: 2px;
	padding-bottom: 45px;
}
.equip-tiles {
    display: flex;
	justify-content: center;
	gap: 2vw;
}
.tile {
    text-align: center;
}
.tile img {
    width: 100%;
    max-width: 100%;
}
.tile.raleway-black-italic:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	transition: .2s ease-in;
}
.tile:hover img {
    filter: brightness(0.8);
    transition: .2s ease-in;
}
.tile:hover p {
	background-color: #00b96d;
	border: #00b96d 2px solid;
	transition: .2s ease-in;
}
.tile a {
    color: #ffffff;
}
.tile p {
    background-color: #00D980;
    border: #00D980 2px solid;
    color: #000;
    padding: 15px 25px;
    letter-spacing: 2px;
    font-size: 19px;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	margin-top: -5px;
}
section.home-about.width80 {
    margin: 100px auto 130px;
    text-align: center;
}
.home-about p.raleway-semibold {
    margin-bottom: 35px;
    line-height: 30px;
}
.home-about h2.raleway-bold-italic {
    font-size: 45px;
    letter-spacing: 2px;
    padding: 30px;
}




/*--------FORM STYLES--------------------*/
.rightsearch form {
    display: flex;
}



/*-------- FOOTER STYLES ----------------*/
footer{}

section.foot {
    background-color: #222222;
	clip-path: polygon(5% 0, 95% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
}
.foot-col h3.raleway-black-italic {
    color: #00D980;
}
.foot-container p.raleway-semibold {
    color: #DBE6E7;
	margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 2px;
}
.foot-container {
    display: flex;
    justify-content: space-around;
    padding: 100px 0 75px;
	gap: 20px;
}
.foot-col h3.raleway-black-italic {
    margin-bottom: 35px;
}
.foot-col i.fa-brands.fa-square-facebook {
    color: #DBE6E7;
    font-size: 35px;
}
.bottom {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    gap: 10px;
}
.bottom p.raleway-semibold {
    color: #DBE6E7;
	font-size: 14px;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1300px) {
	.hero-content {
		width: 80vw;
	}
}
@media only screen and (max-width: 1100px) {
	.head-addy p, .head-phone p {
		display: none;
	}
	.head-contact {
		gap: 15px;
	}
	.tile p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1050px) {
	.hero-content h1.raleway-bold {
		font-size: 45px;
    	line-height: 50px;
		letter-spacing: 1px;
	}
	.hero-content h2.raleway-bold-italic {
		font-size: 18px;
		line-height: 23px;
	}
}
@media only screen and (max-width: 1000px) {
	.green-bar.forest-green {
		justify-content: space-between;
	}
}
@media only screen and (max-width: 910px) {
	.green-bar.forest-green {
		justify-content: space-between;
	}
	.foot-container {
		flex-direction: column;
		align-items: flex-start;
		align-content: center;
		flex-wrap: wrap;
	}
	section.equipment-container {
		clip-path: polygon(10% 0, 90% 0, 100% 7%, 100% 100%, 0 100%, 0 7%);
	}
	section.foot {
		clip-path: polygon(10% 0, 90% 0, 100% 7%, 100% 100%, 0 100%, 0 7%);
	}
}
@media only screen and (max-width: 880px) {
	.home-about h2.raleway-bold-italic, .equip-title h2.raleway-bold-italic {
	    font-size: 30px
	}
	.equip-title h2.raleway-bold-italic  {
		font-size: 30px;
		padding: 0 15px 45px 15px;
	}
	.equip-tiles {
		flex-wrap: wrap;
	    gap: 4vw;
	}
	section.equipment-container {
    	max-width: 70vw;
}
@media only screen and (max-width: 650px) {
	.green-bar.forest-green img {
		width: 55%;
	    margin-top: -75px 
	}
	.header-wrap {
		background: #003c3c;
	}
	.head-addy {
		display: none;
	}
	.head-phone {
		display: none;
	}
	.bar-wrap {
		margin-top: 15px;
	}
	.rightsearch input[type="text"] {
		padding: 10px !important;
	}
	section.equipment-container {
		max-width: 55vw;
	}
}
@media only screen and (max-width: 520px) {
	.hero-content h1.raleway-bold {
		font-size: 8vw;
	}
	.hero-content h2.raleway-bold-italic {
		font-size: 4vw;
	}
	.hero-btns {
		display: flex;
	    flex-direction: column;
		gap: 20px;
	}
	.fill-button a, .trace-button a{
		display: flex;
		justify-content: center;
	}
}
@media only screen and (max-width: 450px) {
	.rightsearch {
	    display: none;
	}
	.bar-wrap {
		margin: 0;
		height: 100%;
	}
	.green-bar.forest-green img {
    	margin: 15px 0;	
	}
}







