﻿/***** 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;}

.roboto {
	font-family: "roboto", sans-serif;
	font-style: normal;
}

.black {
	color: #000;
}
.white {
	color: #fff;
}
.red {
	color: #ED1C24;
}
.grey {
	color: #939598;
}

.underline {
	text-decoration: underline;
}

/*--- HEADER STYLES ---------------------*/
header {}

.top-bar {
    background-color: #EFEFEF;
    padding: 10px;
    text-align: center;
}
.top-bar a {
    color: #000;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 20px auto;
}
.nav-hours {
    background-color: #efefef;
    margin: 40px 20px;
    padding: 25px 25px 25px 25px;
    line-height: 25px;
}
.social-icons i {
    color: #ED1C24;
    font-size: 23px;
    padding-right: 30px;
}

/*---BODY--------------------------------*/

.banner {
    width: 90%;
    margin: 75px auto 0;
    text-align: center;
}
.banner img {
    width: 100%;
    max-width: 1078px;
}



/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
.footer{
	position: relative;
}

.foot-left{
    background-color: #ED1C24;
	min-width: fit-content;
}
.foot-right {
    background-color: #000;
    color: #fff;
	width: 100%;
}
.col-title p {
    font-weight: bold;
    line-height: 1.2em;
    font-size: 17px;
	margin-bottom: 25px;
}
.col-col p {
    font-size: 17px;
    line-height: 30px;
}
.foot-col p {
    font-size: 17px;
    line-height: 30px;
}
p.col-title.black.roboto {
    font-size: 17px;
    margin-bottom: 25px;
	font-weight: bold;
    line-height: 30px;
}
.footer {
    position: relative;
    display: flex;
}
.col-wrap {
    display: flex;
    gap: 100px;
}
.col-section {
    margin-bottom: 25px;
}
.col-section p {
    line-height: 40px;
}
.foot-col {
    padding: 100px;
}
.foot-col.foot-left {
    padding-left: 20vw;
}
.bottom-foot {
    margin-top: 30px;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (min-width:768px) and (max-width: 1130px) { }


@media only screen and (max-width: 1465px) {
	.foot-col.foot-left {
		padding-left: 5%;
	}
	.foot-col {
		padding: 100px 5%;
	}
}
@media only screen and (max-width: 1090px) {
	.footer {
		flex-direction: column;
	}
	.col-wrap {
		gap: 7vw;
	}
	.bottom-foot p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 680px) {
	.col-wrap {
		flex-direction: column;
	}
	.col-wrap {
        gap: 10px;
    }
	.col-section {
		margin-bottom: 10px;
	}
	.col-title p {
		margin-bottom: 10px;
	}
	.bottom-foot p.roboto.white {
		display: flex;
		flex-direction: column;
	}
	.bottom-foot a.underline {
		margin-top: 15px;
	}
	.header-wrap {
		width: 90%!important;
	}
	#inv {
		padding: 25px 0!important;
	}
	.banner {
		width: 90%!important;
		margin: 25px auto 0!important;
		text-align: center!important;
	}
}
@media only screen and (max-width: 550px) {
	.head-logo img {
		max-width: 180px;
	}
}






