﻿/***** 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;}

/*--- HEADER STYLES ---------------------*/
header {}




/*---BODY--------------------------------*/




/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}

.footer-text{
	height: 300px !important;
    padding: 0 5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	
}
.red-area{
	background-color: #BD0900;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
	
}

.column1, .column2, .column3, .column4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
    line-height: 26px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
	color: white;
	width: 25%;
    padding-left: 40px;
}

ul li a {
    color: white;
	transition: .5s ease;
}

ul li a:visited {
    color: white;
}

ul li a:hover{
	color: #428bca;
}

.black-area{
	background-color: #181c18;
    padding: 3% 5%;
    height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}

.copyright{
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding-left: 20px;
}

.socials-footer{
	padding-right: 20px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 480px) {
	
	.container{
		width: 100%;
	}
	
	.footer-text{
		height: 410px !important;
		padding: 0 5%;
		width: 100%;
		font-size: 14px;
   		line-height: 21px;
	}
	
	.red-area{
		width: 100%;
		padding: 8%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}
	
	.column1, .column2, .column3, .column4{
		font-size: 13px;
    	line-height: 23px;
		padding-left: 0px;
		padding-bottom: 5%;
		width: 50%;
	}
	
	.black-area{
		padding: 5%;
    	height: auto;
		width: 100% !important;
	}
}



@media only screen and (max-width: 768px) {
	.footer-text{
		height: 410px !important;
		
	}
	
	.red-area{
		padding-top: 40px;
	}
	
	.column1, .column2, .column3, .column4{
		font-size: 13px;
    	line-height: 23px;
		padding-left: 0px;
	}
	
	.black-area{
		padding: 5%;
	}
}



@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



