body {
	background: url('images/bkg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin:0;
	padding:0;
	font-family:'Didact Gothic', sans-serif;
}
a {
	color:#faa142;
	text-decoration:none;
}
#header {
	background: rgba(234, 215, 171, 0.9);
	position: fixed;
  width: 100%;
  top:0;
  z-index:10;
}
#header a {
	color:#81521f;
}
#header .inside {
	margin:0 auto;
	width:970px;
	padding:5px;
}
#header .left {
	height:100px;
	width:400px;
	padding:10px;
	float:left;
	position:relative;
}
#header .brand {
	font-family: 'Tangerine', cursive;
	font-size:3.8em;
	position:absolute;
	top:-10px;
	left:150px;
}
#header .since {
	  color: #444;
    font-weight: bold;
    position: absolute;
    top: 100px;
    left: 150px;
    font-size: 1.1em;
    text-align: right;
    width: 230px;
}
#header .info {
	font-size:1em;
	position:absolute;
	top:60px;
	left:150px;
	color:#555;
	text-align:right;
	width:230px;
	line-height:20px;
}
#header .right {
	display:inline-block;
	height:120px;
	width:525px;
	padding:10px;
	position:relative;
}
#header .info2 {
	font-size:1em;
	color:#555;
	width:100%;
	text-align:right;
	float:right;
}
#header .info2 img {
    height: 34px;
    width: auto;
}
#header .menu_div {
	float:right;
	font-size:1.1em;
	font-weight:bold;
}
#content {
	color:#eee;
	margin-top: 200px;
}
#content img {
	padding:8px;

}
#content img.left {
	border:0;float:left;margin:50px 30px 50px 0;width:20%;
}
#indent.bkg{
	background: rgba(70, 42, 19, 0.3);
    border-radius: 10px;
}
#indent h2 {
	font-size:1.5em;
	color:#faa142;
}
#indent h5 {
	font-size:1.4em;
	margin:20px 0 0 0;
	letter-spacing:1px;
}
#indent .subtitle {
	font-size:1em;
	margin:5px 0 5px 0;
	color:#bbb;
	font-weight:bold;
}
#indent .indent-side {

}
.navbar {
	font-size: 0.9em;
}
#indent .indent-side.main_text {
	padding:10px 0 10px;
}
.intro_text {
	padding:50px 0 20px;
	font-size:25px;
	font-weight:bold;
	line-height:32px;
	letter-spacing:1px;
	font-family: 'Caudex', serif;
	font-style:italic;
}
.fb img {
    height: 80px !important;
    border: 0px !important;
    float: none !important;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px !important;
    border-radius: 5px;
    width:auto !important;
}
.product {
	text-align:center;
	padding:4px;
	margin-bottom:12px;
	font-size:0.8em;
	    background: rgba(255, 255, 255, 0.1);
}
.product:hover {
	    background: rgba(255, 255, 255, 0.3);
}
.product a {
	color:#eee;
}
.product a:hover {
	color:#000;
}
.product img {
    width: auto;
}
#footer {
	margin:0 auto;
	color:#999;
	background: rgba(58, 57, 54, 0.8);
	font-size:0.8em;

}
#footer a {
	color:#fff;
}
.mainbutton {
	background:#333;
	color:#fff;
	text-transform:none;
	font:bold 12px/1.3em Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	vertical-align:middle;
	display:inline-block !important;
	padding:0px 0px 0px 0px!important;
	margin:0;
	height:35px!important;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	border:2px solid #666;
}

blockquote {
	font-family: Trebuchet;
	font-size: 19px;
	font-style: italic;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #eee;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 90px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #bbb;
}

blockquote cite {
	color: #bbb;
	font-size: 15px;
	display: block;
	margin-top: 5px;
}

blockquote cite:before {
	content: "\2014 \2009";
}
img.img-responsive {
    width: 100%;
    height: auto;
}
@media (max-width: 1200px) {
	.collapse:not(.show) {
	    display: none !important;
	}
	.navbar-expand-lg .navbar-toggler {
	    display: block !important;
	}
}
@media (max-width: 991px) {
	#header .brand {
		font-size: 2.6em;
	}
	#header .info, #header .since {
		width:160px;
	}
	#header .info {
		top:40px;
		font-size:0.9em;
		line-height:17px;
	}
}
@media (max-width: 768px) {
	#header .menu_div,#header .info2 {
		float:none;
		text-align:center;
	}
	#header .info, #header .since {
		width:auto;
		text-align:left;
	}
	#header .since {
		top:80px;
	}
	.navbar {
		text-align:center;
	}
	.navbar-expand-lg .navbar-toggler {
		margin:0 auto;
	}
	#content {
		margin-top: 300px;
	}
	#header {
		position:relative;
	}
	#content {
		margin-top:30px;
	}
}