/* reset.default styles */

html {
	font-size: 18px;
	font-family: 'Fira Sans', sans-serif;
	background-color: #fafafa;
	max-width: 1280px;
}

a,
article,
body,
div,
footer,
header,
h1,
h2,
h3,
nav,
p {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	text-align: center;
	position: relative;
	max-height: 1.5em;
}

span {
	position: absolute;
	top: -3em;
}

/*//// Scroll Bar////*/

/* width */

::-webkit-scrollbar {
	width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #888888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555555;
}

/*//// Navigation bar style////*/

ul {
	z-index: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	height: 4.5em;
	line-height: 2em;
	background-color: #212121;
	box-shadow: 0 2px 5px 0 #00000040;
	-webkit-box-shadow: 0 2px 5px 0 #00000040;
	-moz-box-shadow: 0 2px 5px 0 #00000040;
}

.logo {
	float: left;
	position: fixed;
	z-index: 2;
	top: 0;
}

.logo img {
	min-height: 78px;
	min-width: 166.625px;
	max-height: 78px;
	max-width: 166.625px;
}

/*//// Navbar properties////*/

li {
	float: right;
}

li a {
	font-size: 1.8em;
	display: inline-block;
	color: #fafafa;
	text-align: center;
	padding: 1em 0 .2em;
	min-width: 6em;
	text-decoration: none;
}

li a:hover {
	border-bottom: solid #fafafa .2em;
}

li a.active {
	border-bottom: solid #fafafa .2em;
}

/*//// Content style////*/

.content {
	margin: 5.5em auto 2em;
	padding: 0 5em;
	background-color: #fafafa;
}

.content p {
	font-size: 1.5em;
	width: auto;
}

/*//// Index////*/

/* "Pick one" paragraph*/

#pick {
	position: relative;
}

/* Style of stack.png*/

#stack {
	max-height: 22em;
	float: right;
	position: relative;
	margin: 0 0 3em 0;
}

/* Style of the paragraph for stack.png*/

.indexdesc {
	float: left;
	max-width: 20em;
	min-height: 450px;
}

/* Style of squared product*/

#walnutIn,
#bambooIn,
#cherryIn {
	max-width: 18.8em;
	position: relative;
	bottom: 0;
	margin: 3em .5em 0;
	display: inline-block;
}

/* Label of products*/

.indexLabelw,
.indexLabelb,
.indexLabelc {
	color: #fafafa;
	text-shadow: #000000;
	max-width: 8em;
	position: absolute;
	pointer-events: none;
}

/* Positioning label for walnut*/

.indexLabelw {
	bottom: -2.3em;
	transform: translate(5em, .2em);
}

/* Positioning label for bamboo*/

.indexLabelb {
	bottom: -2.3em;
	transform: translate(18.3em, .2em);
}

/* Positioning label for cherry*/

.indexLabelc {
	bottom: -2.3em;
	transform: translate(31.8em, .2em);
}

/*//// Shop page////*/

#walnut,
#bamboo,
#cherry {
	display: inline-block;
}

.prodDesc {
	float: right;
	text-align: left;
	margin: 1em 10em 0 0;
	max-width: 18em;
}

/*Add to cart button*/

.addtocart {
	position: absolute;
	background-color: #212121;
	border: none;
	color: #fafafa;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	transition-duration: .2s;
	cursor: pointer;
	right: 5.5em;
	margin: 23em 0 0 0;
	border-radius: 4px;
	outline: none;
}

.addtocart:hover {
	background-color: #FAFAFA;
	border: 2px solid #212121;
	padding: 13px 30px;
	color: #000000;
}

/*Quantity input*/

input[name="quantity"] {
	max-width: 3em;
	position: absolute;
	right: 5.5em;
	margin: -6.5em 0 0 0;
}

/*//// About Page////*/

.aboutus {
	line-height: 1.5em;
	max-width: 18em;
	margin: auto;
	display: block;
	text-align: center;
}

/*//// Contact page////*/

/* Centering*/

#contactform {
	position: relative;
	margin: 0 0 0 12em;
}

/* Remove certain default browser behavior*/

input,
textarea {
	outline: none;
	resize: none;
}

/* Style for text and email inputs*/

input[type=text],
input[type=email] {
	width: 18em;
	font-size: 18px;
	min-height: 2em;
	padding: 0 1em;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	box-sizing: border-box;
}

/* Highlight input when in focus*/

input[type=text]:focus, input[type=email]:focus {
	border: 3px solid #212121;
}

/* Style textarea named message*/

textarea[name=message] {
	width: 36em;
	font-size: 18px;
	min-height: 10em;
	padding: 1em;
	display: inline-block;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	box-sizing: border-box;
}

/* Highlight input when in focus*/

textarea[name=message]:focus {
	border: 3px solid #212121;
}

/*Submit button*/

input[type=submit] {
	font-size: 18px;
	width: 20em;
	background-color: #212121;
	color: #fafafa;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #757575;
}

/* The "*required" paragraph*/

#contactform span {
	position: static;
	font-size: 16px;
}

/*//// Cart page////*/

/* Centering*/

.carttable {
	margin: 0 0 0 10em;
}

/* Spreading out the columns/rows*/

.carttable th,
td {
	font-size: 1.5em;
	padding: 0 8em 0 0;
}

/* Resize images in type columns*/

.type img {
	display: block;
	max-width: 4em;
}

.quantity,
.ttlqtty {
	text-align: center;
}

.cost {
	text-align: right;
}

/*//// Footer////*/

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #212121;
	color: #fafafa;
	text-align: center;
	padding: .2em 0;
}