@charset "utf-8";

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

header {
	padding: 20px;
}

img {
	width: 100%;
	/*max-width: 300px;*/
	height: auto;
	vertical-align: middle;
	margin-top: 10px
}

body {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.style-max-img {
	max-width: 300px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 60px;
	width: auto;		
	}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #4F4548;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
	
}




.disclaim {
	background-color: #390506;
	background-size: cover;
	padding: 20px 20px 20px 20px;
	color: #FFFFFF;
	text-align: center;
	margin: 5px 5px 20px 5px;
}

h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 50px;
	font-weight: 200;
}

h4 {
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 200;
}


footer {
	background-color: white;
	margin: 40px 10px 10px 10px;
	width: 100%;
	float:left;
}
.footer-me {
	float: right;
	font: 13px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: #FFFFFF;
	padding: 20px 30px;
	display: block;
		
	}

.footer-mail a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #040A37;
	text-decoration: none;
	text-align: left;
	display: block;
	text-transform: uppercase;
	padding: 8px;
	}

.mail-text a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #080E4D;
	text-decoration: none;
	text-align: left;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.footer-mail img {
	width: 80px;
	margin-top: 30px;
}

.footer-text p {
	padding: 30px;
	font-size: 20px;
	font-style: oblique;
}

.ebay a img {
	width: 150px;
	height: 150px;
	margin-left: 10px;
}

.pintrest a img {
	width: 150px;
	height: 125px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.header-logo a img {
	width: 370px;
	height: 60px;
	float: left;
}


.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 600px;
	}
	
	.style-nav ul li{
		display: inline-block;
	}

	.style-nav ul {
		text-align: center;
		
	}
	.col-med-half {
		width: 50%;
	}
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	
	.header-logo img {
		width: 100%;
		height: 75%;
	}

}


/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.col {
		float: left;
		
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav{
		float: right;
	}

	.col-lg-fourth {
		width: 25%;
	}
	.header-logo img {
		width: 100%;
		height: 100%;
	}
	
}


/*Wide Desktop View*/

@media (min-width: 1201px){
	
	body {
		max-width: 1200px;
	}
	
	.col {
		float: left;
		
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav{
		float: right;
	}

	.col-lg-fourth {
		width: 25%;
	}
	.header-logo img {
		width: 140%;
		max-width: 1200px;		
	}
}
