@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;
}



.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;
	
}

.style-nav ul {
	list-style-type: none;
	}


.item-box {
	background-color: #B4AAAA;
	color: black;
	width: 270px;
	height: 450px;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	
}

.top-heading h1 {
	background-color:white;
	width: 100%;
    color:#670606;
	font-size: 30px;
    text-align:left;
    padding:5px;
}

.top-heading h2 {
	background-color:white;
	width: 100%;
    color:black;
	font-size: 20px;
    text-align:left;
    padding:5px;
}

body {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px;
	text-align: center;
	margin: 10px;
}

footer {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.footer-text p {
	padding: 30px;
	font-size: 20px;
	font-style: oblique;
}

.ebay a img {
	width: 150px;
	height: 150px;
	margin-left: 20px;
}

.pintrest a img {
	width: 150px;
	height: 125px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.header-logo img {
	width: 370px;
	height: 60px;
	float: left;
}

/*

header {
    	 
}
nav {
    line-height:25px;
    background-color:#bfbfbf;
	color:black;
    width:150px;
    float:left;
    padding:5px;	      
}
section {
    width:550px;
	background-color:white;
	color:black;
    float:left;
    padding:10px;	
}
footer {
    background-color:white;
	width:800px;
    color:navy;
    clear:both;
    text-align:left;
    padding:5px;	 	 
}
table#t01, td {
    text-align: left;
	border: 1px solid blue;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
	vertical-align: top;
	color:gray;
}
div.navhead {
    color: red;
	font-family: arial;
    font-size: 120%;
	text-align:left;
    padding:1px;
	margin: 1px;
}*/


img {
    width:250px;
	height:250px;
	float:top;
}
div.button a {
    color: red;
	background-color:lightgray;
	border-radius:10px;
	font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 15px;
	text-align:center;
	border: 1px solid black;
    padding:5px;
	margin: 8px;
	text-decoration: none;
	
}
div.bearname {
    color: #001851;
	font-family: arial;
    font-size: 120%;
	text-align:center;
	margin: 5px;
}

div.item-text {
	text-align: center;
	padding: 0px 20px 20px 20px;
	font-size: 15px;
}

/*
hr {
  color: blue;
  border-style:solid;
  border-color:blue;
}
*/


.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: 120%;
				
	}
}

/*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: 150%;
				
	}
}
