/*furniture.css*/

/*======================================
			  Main Styling
=======================================*/
html {
	background-image: url("forestbackground.jpeg");
	background-size: cover;
	background-attachment: fixed;
	font-family: tahoma;
}

html, body {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 50px;
	opacity: 1.0;
	padding: 10px;
	letter-spacing: 3px;
	color: rgb(65, 120, 53);
	box-shadow: 10px 10px 5px black;
	border-radius: 50px;
}

header, footer {
	background-color: rgb(120, 71, 36);
	border-radius: 50px;
}

.titlebar {
	width: 989px;
	margin: 0 auto;
	text-align: center;
}

.mainArea {
	border: solid 10px rgb(120, 71, 36);
	height: auto;
	width: 961px;
	margin: 0 auto;
	padding: 5px;
	box-shadow: 10px 10px 5px black;
	border-radius: 50px;
	background-color: rgba(42, 100, 30, 0.8);
}

footer {
	width: 990px;
	font-size: 14px;
	color: white;
	letter-spacing: 2px;
	text-align: center;
	margin: 30px auto;
	box-shadow: 10px 10px 5px black;
	padding: 5px 5px;
}

h2 {
	font-size: 30px;
	color: white;
}

h3 {
	font-size: 20px;
	color: white;
}

h4 {
	font-size: 25px;
	color: white;
	font-style: italic;
	font-weight: bold;
}

h5 {
	font-size: 20px;
	color: white;
}

/*=======================================
		    Navigation Bar
==========================================*/

.navigationBar {
	float: left;
	position: fixed;
	background-color: rgb(120, 71, 36);
	width: 110px;
	left: 60px;
	padding: 25px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 10px 10px 5px black;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	padding-bottom: 0.8cm;
}


a.navigationLinks {
	color: rgb(65, 120, 53);
	font-size: 27px;
	text-decoration: none;
}

a.navigationLinks:hover {
	color: white;
}

/*=======================================
		    Home Page Images
=========================================*/

.mainAreaImages {
	padding: 20px;
	margin-left: 5px;
	overflow: hidden;
	text-align: center;
	color:white;
	font-size: 30px;
	font-weight: bold;
	
}

.curvedImage {
	border-radius: 50px;
}

a.imageLinks {
	text-decoration: none;
}

p.caption {
	margin: 0;
}

a:hover img {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

/*=========================================
          Product Page Multi-Media
==========================================*/

.productImage {
	padding: 20px;
	margin-left: 5px;
	text-align: center;
	color: white;
	font-size: 20px;
}

.videoText {
	padding: 20px;
	text-align: center;
	color: white;
	font-size: 20px;
}

.videoSize {
	height: 300px;
	width: 400px;
}

/*===========================================
		    Classes Page Styling
============================================*/


.tableFormat {
	padding: 20px;
	text-align: center;
	align-content: center;
	color: white;
	font-size: 24px;

}

table {
	font-size: 20px;
	border: 5px solid rgb(120, 71, 36);
	border-spacing: 5px;

}

.formFormat {
	position: relative;
	left: 360px;
	color: white;
	font-size: 20px;
}

input[type=submit] {
	background-color: rgb(120, 71, 36);
	color: rgb(65, 120, 53);
	border: none;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50px;
}

select {
	padding: 5px;
	border: none;
	color: white;
	background-color: rgb(120, 71, 36);
}
