@charset "UTF-8";

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
    font-family: 'Lora', serif;
    margin: 0; 
    background-color: rgb(244,241,223);}

h1{
	text-align: center;
	margin-top: 40px;}

h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 50px;
	color: #cdc3bb;}

p {
	font-size: 1.1em;}

ul {
	font-size: 1.1em;}
.instruction a {
		font-weight: 700;
		color: #fff;}

.turning a {
		font-weight: 700;
		color: #fff;		
		text-decoration: underline;}

.furniture a {
		font-weight: 700;
		color: #fff;
		text-decoration: underline;}

footer {
	margin-top: 50px;
	margin-bottom: 50px;}

.contentLeft {
	border-right: solid 1px #cdc3bb;
	padding-right: 30px;}

.sidebar {
	padding-left: 30px;}

.callout {
	font-style: italic;
	font-size: 1em;
	line-height: 1.2em;
	margin-top:-10px;
	margin-bottom: 20px;}

.navbar a {
	color: #fff;
	outline:none;}

footer a {
	font-weight: 700;
	color: #5b391e;}

a:hover{
	color:#f0dfc9;
	text-decoration:none;}

.thumbs{
	margin:60px auto 35px;
	text-align:center;
	color: #fff;}

.thumbs a{
	width:275px;
	height:180px;
	display:inline-block;
	border:4px solid #fff;
	box-shadow:1px 3px 3px rgba(0,0,0,0.2);
	margin: 6px 6px 10px;
	position:relative;
	text-decoration:none;
	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;}

.thumbs a:hover{
	opacity:0.6;
  -webkit-transition: all 0.2s ease;
 	-moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
 	transition: all 0.2s ease;}

.navbar-default{
	background-color: rgb(244,241,223);
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1.1em;
	margin-bottom: 0px;}

.furniture{
	background: url(../img/bg_oak.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
	color: #fff;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ccc;
	text-align: center;
	margin-bottom: 20px;}

.turning{
	background: url(../img/turning_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
	color: #fff;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ccc;
	text-align: center;
	margin-bottom: 20px;}

.instruction{
	background: url(../img/rms_bg.jpg) no-repeat center center fixed;
	 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover; 
	color: #fff;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ccc;
	text-align: center;
	margin-bottom: 20px;}

.well {	
	color: #000;
	opacity:0.8;}
blockquote {
	color: #5b391e;
	border-left: solid 5px #cdc3bb;}

@media (max-width: 767px) {
	.contentLeft {
		border-right: none;
		padding-right: 30px;}
}
