/* Custom Styles */
.button-order {
	background-color: red;
	padding: 8px; margin: 4px;
	color: white; font-weight: 800;
	border-radius: 8px;
	cursor: pointer;
	border: 0;
}

.button-default {
	background-color: rgb(73, 57, 54);
	padding: 8px; margin: 4px;
	color: white; font-weight: 800;
	border-radius: 8px;
	cursor: pointer;
	border: 0;
}

.button-order:hover {
	background-color: rgb(51, 170, 66);
}

#body {
	margin: 0px;
	background-color: whitesmoke;
	overflow-x: hidden;
	}

	#navigation {
		background-color: rgb(73, 57, 54);
	}

	.container {
		background-color: white;
		padding: 40px;
	}
.img-thumb {
	display: block;
  max-width: 230px; width: auto;
  max-height: 220px; height: auto;
	margin: 20px; margin-left: auto; margin-right: auto;
}

.image {
	height: 220px;
}
.button {
	padding: 10px; border-radius: 12px;
	border: 3px solid rgb(233, 173, 56);
	margin-bottom: 20px;
	color: rgb(233, 173, 56);
}

.button:hover {
	background-color: rgb(233, 173, 56);
	border: 3px solid whitesmoke;
	color: whitesmoke;
}

.product {
	height: 375px;
	border: 1px solid whitesmoke;
}

.product:hover {
	box-shadow: 0px 5px rgb(233, 173, 56);
}

	.centered {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

#heading {
	background-image: url('../images/leathertexture.png');
	background-size: cover;
}

.head-title {
	margin-top: 0;
	font-size: 18px;
	color: whitesmoke;
	transition-duration: 0.3s;
	text-decoration: none;
	top: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
}

footer {
	background-image: url('../images/leathertexture.png');
	background-size: cover;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(233, 173, 56);
	}

	.nav-item {
		color: white;
	}

	.nav-item:hover {
		background-color: rgba(255, 255, 255, 0.22)!important;
		color: rgb(73, 57, 54) !important;
		border-radius: 0 12px 0 12px;
	}

	.nav-link {
		color: white;
	}

a:hover {
	color: orange;
	text-decoration: none;
	}

.navigation {
	color: #ffffff;
	font:12px georgia;
	letter-spacing:.1em;
	text-decoration:none;
	}
.navigation:hover{
	color: #ede4e2;
}
.navbar {
	z-index: 999;
}
/* ID Styles */

#navigation {
	color: #ffffff;
	font:12px georgia;
	letter-spacing:.1em;
	text-decoration:none;
	}

#navigation a {
	font:12px georgia;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}

#navigation a:hover {
	color: #b40505;
	}

#padding {
	padding:20px 5px 20px 5px;
	}

#calendar td {
	border: 1px solid rgb(0,51,153);
	}

#noborder td {
	border: 0px;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #00688B;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.contactbtm {
	font:18px georgia;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:10px "Palatino Linotype", georgia, times new roman;
	color: #c2aeaa;
	letter-spacing:.2em;

	}
.tagline2 {
	font:10px "Palatino Linotype", georgia, times new roman;
	color: #ede4e2;
	letter-spacing:.2em;
}
.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	background-color:transparent;
	}

.bodyText {
	font-size: 14px;
	font-family: sans-serif;
	color:#333333;
	line-height:24px;
	background-color:transparent;
	}
