/*=== BEGIN STYLE 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;}
img{max-width: 100%;}
/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
    display: block;
}

/*=== 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;
}

/*=== ELEMENTS ===*/
h1 {
	font-size: 36px;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 15px;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
a:link, a:visited, a:active {text-decoration:none;color: unset;}
a:hover {text-decoration:none;}
hr{border:#000 1px solid;}
button {
	border: unset;
	cursor: pointer;
	font-size: 18px;
}
button.primary {
	color: #ffffff;
	background-color: unset;
	width: 100%;
	height: 45px;
	text-align: left;
	transition: .3s ease all;
}
button.primary:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}
button.secondary {
	color: #ffffff;
	background-color: #0B5133;
	width: 100%;
	height: 75px;
	transition: .3s ease all;
}
button.secondary:hover {
	background-color: #ffffff;
	color: #0B5133;
}
button.finance {
	color: #0B5133;
	background-color: #DED8AF;
	width: 100%;
	height: 75px;
	transition: .3s ease all;
}
button.finance:hover {
	background-color: #ffffff;
	color: #0B5133;
}

/*=== GLOBAL ===*/
.flex-container {
	display: flex;
}
.flex-vertical {
	flex-direction: column;
}
.flex-horizontal {
	flex-direction: row
}
.flex-width {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}
.flex-height {
	height: 100%;
}
.set-width {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.justify-center {
	justify-content: center;
}
.justify-right {
	justify-content: flex-end
}
.justify-left {
	justify-content: flex-start
}
.justify-between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}
.align-top {
	align-items: flex-start;
}
.align-bottom {
	align-items: flex-end;
}
.align-all-center {
	align-items: center;
	justify-content: center;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 15px;
}
.right-icon {
	margin-left: 15px;
}

.mobile-only {
	display: none;
}

.max-width {
	max-width: 1366px;
	width: 90%;
	margin: 0 auto;
}

/*=== HEADER ===*/
header.site-header {
	background-color: #DED8AF;
	color: #0B5133;
}
header.site-header .top-nav {
	font-size: 18px;
	margin: 5px auto;
}
header.site-header .logo-container {
	position: relative;
	width: 200px;
	top: 20px;
}
header.site-header .logo-container .logo {
	position: absolute;
	top: -55px;
}

/*=== PAGE STYLES ===*/
.hero-image {
	display:flex;
	object-fit: cover;
    height: 300px;
    width: 100%;
    object-position: center;
	border-bottom: 10px solid #DED8AF;
}
.divider-top {
	margin-bottom: 50px;
	height: 20px;
	width: 50%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
	background-color: #DED8AF;
}
.divider-bottom {
	margin-top: 50px;
	height: 20px;
	width: 50%;
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
	background-color: #DED8AF;
}
section.contact-information p {
	margin-bottom: 10px;
}
section.contact-information iframe {
	height: 275px;
}

/*=== DEFAULT.HTM ===*/
.default-page h1, .default-page h3 {
	font-size: 21px;
}
.default-page h2 {
	font-size: 36px;
}
.default-page .inventory-section {
	border-bottom: 10px solid #DED8AF;
}
.default-page .inventory-section .left-column, .default-page .inventory-section .center-column, .default-page .inventory-section .right-column {
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	cursor: pointer;
}
.default-page .text-group {
	margin: 30px 0 30px 50px;
}
.default-page .inventory-section .left-column {
	background-image: url(/siteart/catD8R.jpg);
	border-image: fill 0 linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .75));
	transition: .3s ease all;
}
.default-page .inventory-section .left-column:hover {
	border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
}
.default-page .inventory-section .center-column {
	background-image: url(/siteart/komatsuPC360LC.jpg);
	border-image: fill 0 linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .75));
	transition: .3s ease all;
}
.default-page .inventory-section .center-column:hover {
	border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
}
.default-page .inventory-section .right-column {
	background-image: url(/siteart/offHighwayTruck.jpg);
	border-image: fill 0 linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .75));
	transition: .3s ease all;
}
.default-page .inventory-section .right-column:hover {
	border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
}
.default-page section.welcome {
	margin-bottom: 50px;
}

/*=== INVENTORYLAYOUT.HTM ===*/
/*=== LOCATION.HTM ===*/
/*=== ABOUT.HTM ===*/
.about-page .shop {
	object-fit: cover;
    object-position: center;
    height: 350px;
	margin-left: 25px;
	border-radius: 20px;
}
.location-page .flex-width {
	margin-right: 25px;
}

/*=== FOOTER ===*/
.sticky-footer {
	min-height: calc(100vh - 129px);
}
footer.site-footer {
	color: #ffffff;
	font-family: lora, serif;
	font-style: normal;
	background-color: #0B5133;
	border-top: solid 10px #DED8AF;
	border-bottom: solid 10px #DED8AF;
	line-height: 24px;
}
footer.site-footer div {
	margin: 20px auto;
}
footer.site-footer .logo {
	width: 175px;
}

/*=== RESPONSIVE ===*/
@media only screen and (max-width: 768px) {
	.mobile-only {
		display: flex;
	}
	.desktop-only {
		display: none;
	}
	.flex-horizontal {
		flex-direction: column;
	}

	/*=== HEADER ===*/
	header.site-header .logo-container .logo {
		position: unset;
		top: unset;
	}

	/*=== DEFAULT.HTM ===*/
	.default-page .text-group {
		margin: 125px 5% 20px 5%;
	}
	.default-page section.contact-information.align-center {
		align-items: unset;
	}
	.default-page section.contact-information iframe {
		margin-top: 50px;
	}

	/*=== ABOUT.HTM ===*/
	.location-page .align-center, .about-page .align-center {
		align-items: normal;
	}
	.about-page .shop {
		margin-top: 25px;
		margin-left: 0;
	}
	
	/*=== ABOUT.HTM ===*/
	.location-page iframe {
		margin-right: 0;
		margin-bottom: 25px;
	}

	/*=== FOOTER ===*/
	footer.site-footer .align-center {
		align-items: unset;
	}
	footer.site-footer ul {
		margin-bottom: 20px;
	}
}