* {
	box-sizing: border-box;
}
body {
	background-image: url("fadedroad50.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #FCEBB6;
	color: #221811;
	font-family: Tahoma, Arial, sans-serif;
}

#wrapper {
		background-color: #231814;
		margin-left: auto;
		margin-right: auto;
		min-width: 900px;
		max-width: 1280px;
		box-shadow: 3px 3px 3px #676767;
		width: 80%;
		padding: 0;
}

header {
	background-color: #D2B48C;
	background-image: url("coffeelogo.jpg");
	background-repeat: no-repeat;
	color: #231814;
	padding-left: 240px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	font-size: 3em;
}

h2 {
	color: #8C3826;
}

h3, dt {
	color: #8C3826;
}

h4 {
	background-color: #D2B48C;
	font-size: 1.2em;
	padding-left: .5em;
	padding-bottom: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #221811;
	clear: left;
}
.floatleft {
	float: left;
	padding-right: 2em;
	padding-bottom: 2em;
}

nav {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 200px;
	
}

nav a {
	text-decoration: none;
}
nav a:link {
	color: #FEF6C2;
}
nav a:visited {
	color: #D2B48C;
}
nav a:hover {
	color: #CC9933;
}
nav ul {
	list-style-type: none;
	padding-left: 0;
}

main {
	padding: 0 0 2em 0;
	margin-left: 200px;
	background-color: #FEF6C2;
	overflow: auto;
	display: block;
}
main h2, main h3, main h4, main p, main div, main ul, main dl {
	padding-left: 3em;
	padding-right: 2em;
}
.details {
		padding-left: 20%;
		padding-right: 20%;
		overflow: auto;
}
.onethird {
	float: left;
	width: 33%;
}
header a {
	text-decoration: none;
}
header a:link, header a:visited {
	color: #231814;
}
header a:hover {
	color: #FEF6C2;
}
img {
	padding-left: 10px;
	padding-right: 10px;
}

#homehero {
		background-image: url("hero.jpg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 300px;
}
#heroguitar {
		background-image: url("heroguitar.jpg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 300px;
}	
#heromugs {
		background-image: url("heromugs.jpg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 300px;
}	

#herojobs {
		background-image: url("coffeecup.jpg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 300px;
}

footer {
	background-color: #D2B48C;
	font-size: .60em;
	text-align: center;
	font-style: italic;
	padding-bottom: 1em;
	border-top: 2px solid #8C3826;
}

table {
	margin: auto;
	width: 90%;
	border-spacing: 0;
}

td, th {
	padding: 10px;
}

tr:nth-of-type(odd) {
	background-color: #D2B48E;
}

form { display: flex;
	flex-direction: column;
	padding-left: 1em; width: 80%; 
}

label {
	display: block;
	float: left;
	text-align: left;
	width: 8em;
	padding-right: 1em;
}

input, textarea {
	display: block;
	margin-bottom: 1em;
}

#mySubmit {
	margin-left: 9.5em;
}

audio {
	display: block;
	margin-top: 1em;
}
