﻿/***** 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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


.kanit {
	font-family: "gotham", sans-serif;
	font-weight: 800;
	font-style: normal;
}
.kanit-reg {
	font-family: "gotham", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.uppercase {
	text-transform: uppercase;
}
.white {
	color: #fff;
}
.red {
	color: #EA2E2C;
}
a.red {
    color: #EA2E2C !important;
}

.wid95 {
	width: 95%;
	margin: 0 auto;
}

.scrollToTop a {
	background-color: #555 !important;
}


/*--- HEADER STYLES ---------------------*/
header {}

.head-logo img {
    max-width: 300px;
    width: 100%;
}


/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}



/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{
	background-color: #1a1c1d;
	font-family: "gotham", sans-serif !important;
}

	

.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 20px;
	max-width: 70%;
	width:100%;
}

.footer-left,
.footer-locations,
.footer-links {
  flex: 1;
  margin: 20px;
}

.footer-logo {
  width: 93%;
  margin-bottom: 20px;
	margin-right: 20px;
}

.footer-email {
	margin-bottom: 30px;
	font-size: 16px;
	color:white;
}
.footer-social {
  display: flex;
  gap: 20px; 
}

.footer-social a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
.footer-social a i {
  font-size: 30px; 
}


.footer-locations h4{
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
.footer-links h4 {
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
	font-weight: 200;
}

.footer-locations p {
	margin: 5px 0;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
}

.footer-locations a {
	text-decoration: underline;
}

.links-grid {
  display: flex;
  gap: 80px;
}

.footer-links a {
	display: block;
	color: #eee;
	text-decoration: underline;
	margin-bottom: 8px;
	font-size: 12px;
	font-family: "gotham", sans-serif !important;
	font-weight: 200;
	line-height: 20px;
}

.links-column {
	font-family: "gotham", sans-serif !important;

	
}
.links-column a:hover,
.footer-social a:hover {
}






/*----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: 1150px) {
	.footer-container {
		width: 100%; 
	}
	
	@media only screen and (max-width: 1000px) {

	.footer-left, .footer-locations, .footer-links {
		width: 50%;
		flex:none;
		margin: 0;
		padding:20px;
		box-sizing: border-box;
		
	}
		
		
@media only screen and (max-width: 700px) {
		.footer-left, .footer-locations, .footer-links {
			width: 100%;
	}


@media only screen and (max-width: 1370px) {
	.primary a {
		font-size: 17px !important;
	}
}
@media only screen and (max-width: 500px) {
	.body-content .body-wrapper {margin: 20px !important;}
	.foot {
		flex-direction: column-reverse;
		align-items: center;
		gap: 25px;
	}
	.foot-col {
		align-items: center;
	}
}
@media screen and (max-width:815px){
	.menu-logo img {
    width: 37%;
}
	@media screen and (max-width:450px){
	.menu-logo img {
    width: 49%;
}
	}

@media screen and (max-width:930px){
	.footer-left, .footer-locations, .footer-links {
		margin: 20px;
		width: 50%;
}
		}
		
