@charset "UTF-8";
.jumbotron {
	background-image: url(images/pic-home.png);
	background-repeat: no-repeat;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #dac492;
	font-family: lustria,serif;
	font-style: normal;
	font-weight: 400;
}
#mainpic {
}
#logoheader {
	background-image: url(images/header_black.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 62px;
	padding-left: 19px;
}
.nav-container {
	background-image: -webkit-linear-gradient(270deg,rgba(101,59,59,1.00) 0%,rgba(136,65,65,1.00) 18.94%,rgba(172,71,71,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(101,59,59,1.00) 0%,rgba(136,65,65,1.00) 18.94%,rgba(172,71,71,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(101,59,59,1.00) 0%,rgba(136,65,65,1.00) 18.94%,rgba(172,71,71,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(101,59,59,1.00) 0%,rgba(136,65,65,1.00) 18.94%,rgba(172,71,71,1.00) 100%);
	font-family: lustria;
	font-style: normal;
	font-weight: 400;
	text-shadow: 1px 1px;
}
.nav.nav-tabs li a:hover  {
	background-color: hsla(30,78%,17%,1.00);
	background-image: -webkit-linear-gradient(90deg,rgba(156,82,5,1.00) 0%,rgba(79,44,10,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(156,82,5,1.00) 0%,rgba(79,44,10,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(156,82,5,1.00) 0%,rgba(79,44,10,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(156,82,5,1.00) 0%,rgba(79,44,10,1.00) 100%);
	font-weight: bolder;
}
.nav-container .nav.nav-tabs {
}
.nav.nav-tabs li a {
	color: hsla(48,41%,81%,1.00);
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	text-shadow: 0px 0px;
}
.alignBottom {
	vertical-align: bottom;
}
.bgPaper {
	background-image: url(images/bg-pagecurl.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0px;
}
.dropshadow {
	-webkit-box-shadow: 1px 1px 4px 0px hsla(46,18%,35%,1.00);
	box-shadow: 1px 1px 4px 0px hsla(46,18%,35%,1.00);
}
.h2 {
	font-family: lustria;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	color: hsla(359,40%,45%,1.00);
	text-align: center;
}
.h4 {
	font-size: 15px;
}
.center {
	text-align: center;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 0px;
	background-color: #FEFEFE;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 2px 1px 3px rgba(0, 0, 0, .05);
	box-shadow: inset 2px 1px 3px rgba(0, 0, 0, .05);
}
.btn-bg {
	background-color: hsla(359,40%,45%,1.00);
}
.pad-sides {
	padding-left: 55px;
	padding-right: 55px;
}
.bg-blue {
	background-color: hsla(213,16%,61%,1.00);
}
.pad-vertical {
	padding-top: 5px;
	padding-bottom: 5px;
}
.bg-rust {
	background-color: hsla(37,37%,54%,1.00);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
	/* [disabled]width: 10000px; */
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.borderbottom {
	border-bottom: thick inset #A24546;
}
.bordertop {
	border-top: thin solid #A24546;
}
.pad-bottom {
	padding-bottom: 15px;
}
.bg-papertile {
	background-image: url(images/bg_papertile.jpg);
}
.pad-top {
	padding-top: 12px;
}
.bg-brown {
	background-color: #212020;
	color: #E2DABA;
}
.links-footer {
	color: #CF5759;
}
.row .col-md-12.center.bordertop.pad-top.dwd-col .links-footer {
}
