* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: unset;
}
a {text-decoration:none;cursor: pointer;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	cursor: pointer;
	border: none;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*=== END RESET ===*/
::-moz-selection {
    background: #237328;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #237328;
    color: #fff;
    text-shadow: none;
}

/*=== Clearfix ===*/
.clear {clear: both;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
body {
	font-family: 'roboto', sans-serif;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "urw-din", sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1 {font-size: 48px;line-height: 56px;}
h2 {font-size: 26px;line-height: 40px;}
h3 {font-size: 35px;line-height: 43px;}
h4 {font-size: 26px;line-height: 40px;}
.button-group {
	display: flex;
	gap: 20px;
	padding-top: 25px;
}
button.primary-button {
	font-size: 18px;
    min-width: max-content;
    border-radius: 25px;
    transition: all ease .3s;
    padding: 10px 20px;
    background-color: #FFD449;
    color: #000000;
    border: 2px solid #FFD449;
}
button.primary-button:hover {
	background-color: transparent;
}
button.secondary-button {
	font-size: 18px;
    min-width: max-content;
    border-radius: 25px;
    transition: all ease .3s;
    padding: 10px 20px;
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
}
button.secondary-button:hover {
	background-color: #FFD449;
    border: 2px solid #FFD449;
}

/*=== 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%;
}
.flex-wrap {
	flex-wrap: wrap;
}
.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;
}
.justify-around {
	justify-content: space-around;
}
.justify-evenly {
	justify-content: space-evenly;
}

.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;
}

.align-self-center {
	align-self: center;
}
.align-self-right {
	align-self: flex-end;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 10px;
}
.right-icon {
	margin-left: 10px;
}
.clickable {
	cursor: pointer;
}

.mobile-only {
	display: none;
}

.max-width {
	max-width: 1920px;
	width: 90%;
	margin: 0 auto;
}
.hidden {
	display: none;
	transition: all ease .3s;
}
.success-message {
	color: #188d2b;
}
ul.breadcrumb {
	padding: 30px 0;
	list-style: none;
}
ul.breadcrumb li {
	display: inline;
	font-size: 14px;
	line-height: 18px;
}
ul.breadcrumb li+li:before {
	padding: 8px;
	color: #E3BD00;
	content: "/\00a0";
}
ul.breadcrumb li a {
	text-decoration: none;
}
ul.breadcrumb li a:hover {
	text-decoration: underline;
}
.logo-container .logo {
	width: 100%;
	max-width: 150px;
	height: 100%;
    object-fit: contain;
    object-position: center;
}
a.logo-container {
	line-height: 0;
}
hr.divider {
	border: 1px #237328 solid;
	max-width: 80px;
	width: 100%;
	margin: 2px 0;
}
.body-text {
	padding-top: 15px;
}
.hero-container {
	background-image: linear-gradient(to right, #0C3419, rgba(12, 52, 25, 0)),
    url("/siteart/Handlair-pano.jpg");
	background-position: center;
	background-size: cover;
	padding: 175px 0;
}
.hero-container h1 {
	color: #ffffff;
}
.hero-container h2 {
	color: #FFD449;
	font-family: gill-sans-nova-inline, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.inventory-page .hero-container h2 {
	color: #ffffff;
	font-family: "urw-din", sans-serif;
	font-size: 48px;
    line-height: 56px;
	font-weight: 700;
}
.inventory-page .hero-container h3 {
	color: #FFD449;
	font-family: gill-sans-nova-inline, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
    line-height: 40px;
}
.hero-container button.secondary-button {
	border: 1px solid #ffffff;
	color: #ffffff;
}
.hero-container button.secondary-button:hover {
	border: 1px solid #000000;
	color: #000000;
}
.hero-container .hero-paragraph {
	color: #ffffff;
	max-width: 50%;
	padding-top: 15px;
}
.hero-bottom-container {
	box-shadow: 0 0 15px #686868;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	padding: 20px;
	position: relative;
	top: -45px;
}
.solid-color-background {
	background-color: #237328;
	color: #ffffff;	
}
.grey-background-container {
	padding: 25px 0 80px;
	background: url(/siteart/background.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 65%;
}
.upsell-banner {
	padding: 50px 0;
}
.upsell-banner > .flex-container {
	gap: 25px;
}
.upsell-banner .button-group {
	padding: 0;
}
.upsell-banner .button-group button.primary-button:hover {
	color: #ffffff;
}
header.site-header .header-logo, footer.site-footer .header-logo {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}

/*=== HEADER ===*/
header.site-header {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
header.site-header .nav-group {
	padding: 10px 0;
}
header.site-header .nav-group .primary > .flex-container {
	gap: 20px;
}
header.site-header .nav-group .primary button.primary-button {
	padding: 3px 20px;
}
header.site-header .nav-group .primary button.primary-button:hover {
	color: #ffffff;
}

/*=== FOOTER ===*/
footer.site-footer{
	background-color: #262626;
}
footer.site-footer .logo-container {
	padding: 25px 0 10px;
}
footer.site-footer .footer-nav {
	color: #ffffff;
	padding: 10px 0 25px;
	font-size: 14px;
}
footer.site-footer .footer-nav a {
	margin: 0 5px;
}
footer.site-footer .copyright-container {
	text-align: center;
	padding: 5px 0;
	background-color: #ffffff;
	font-size: 12px;
}

/*=== PAGE STYLES ===*/
.sub-page:not(.inventory-page) {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}

/*=== DEFAULT-PAGE ===*/
.default-page {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}
.default-page .hero-bottom-container .brand {
	border-radius: 15px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	line-height: 0;
	margin: 0 10px;
}
.default-page .new-used-container {
	gap: 75px;
}
.default-page .new-used-container .vac-cutout {
	max-width: 500px;
	width: 100%;
}
.default-page .about-section {
	padding: 80px 0;
	gap: 75px;
}
.default-page .about-section img {
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0 15px #2b2b2b;
}
.default-page .about-section hr {
	border-color: #FFD449;
}
.default-page .about-section button.primary-button:hover {
	color: #ffffff;
}

/*=== CONTACT-US ===*/
.contact-page .contact-details {
	gap: 25px;
}
.contact-page .map {
	height: auto;
	line-height: 0;
	min-height: 275px;
	border-radius: 15px;
}
.contact-page .hours {
	width: 100%;
}
.contact-page .hours tr:nth-child(odd) {
	background-color: rgba(24, 141, 43, 0.25);
}
.contact-page .hours tr td {
	padding: 5px 10px;
}
.contact-page .hours tr td:last-child {
	text-align: right;
}

@media screen and (max-width: 850px)  {
	.flex-horizontal {
		flex-direction: column
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: flex;
	}
	
	.upsell-banner {
		text-align: center;
	}
	.hero-container {
		background-image: linear-gradient(to right, #0C3419, rgba(12, 52, 25, 0.5)), url(/siteart/Handlair-pano.jpg);
	}
	.hero-container .hero-paragraph {
		max-width: 100%;
	}

	/*=== HEADING ===*/
	header.site-header .nav-group .logo-container {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 100%;
		line-height: 20px;
	}
	header.site-header .nav-group .mobile-only button.primary-button {
		padding: 4px 6px;
		width: 33px;
		height: 33px;
	}
	header.site-header .nav-group .mobile-only button.primary-button i {
		vertical-align: middle;
		font-size: 16px;
	}

	/*=== DEFAULT ===*/
	.default-page .new-used-container {
		flex-direction: column-reverse;
	}
}