body {
	background: #f5edc8;
	font-size: 18px;
}

.w100 { width:100%; }
.w90  { width:90%; }
.w75  { width:75%; }
.w66  { width:66%; }
.w50  { width:50%; }
.w40  { width:40%; }

.w15vw { width: 15vw; }
.minw250 { min-width: 250px; }
.mcenter { margin: 0 auto; }
.mil25 { margin-left: 25px; }

hr {
	border-top: 1px solid #bd9e44;
  margin: 10px 0;
}
.bl {
	display: block;
}
.flb {
	font-size: 24px;
	line-height: 1.2;
}
.fs18 {
	font-size: 18px;
}
.gloss {
  box-shadow: inset 1px 2px 2px #ffffff7d, inset -1px -2px 2px #00000021;
}
.shadow {
	box-shadow: 5px 10px 30px #00000024;
	margin-bottom: 20px;
}
.back {
	position: relative;
	z-index: -2;
}

.br6 {
	border-radius: 6px;
}

h1, h2, h3, h4, h5, .gold {
	color: #bd9e44;
	font-family: serif;
}
h2 {
  text-align: center;
	padding: 10px 40px;
  color: #fff;
  background: #bd9e44;
  position: relative;
	overflow: hidden;
  margin: 40px 0;
}
h2:before {
	border-bottom: 100px solid #bd9e44;
	border-left: 40px solid #f5edc8;
	content: "";
	height: 100%;
	left: -19px;
	position: absolute;
	top: 0;
	width: 40px;
}
h2:after {
	border-right: 40px solid #f5edc8;
	border-top: 100px solid #bd9e44;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
a {
	color: #bd9e44;
}
a:hover {
	color: #776329;
}
h1>a {
	text-decoration: none !important;
	color: #bd9e44 !important;
}
.content {
  min-height: 750px;
}

.carousel-indicators li {
	border-radius: 0;
	border-color: #f5edc8;
}
.carousel-indicators .active {
	background-color: #bd9e44;
}
a.carousel-control, .carousel-control:focus, .carousel-control:hover {
	color: #bd9e44;
}

.footer-con {
	font-size: 16px;
  text-align: center;
}

@media (max-width: 991px) {
	h2 {
		font-size: 24px;
	}
	.footer-con a {
		background: #fff;
	  display: inline-block;
		margin: 3px 0;
	  padding: 8px;
		width: 99%;
	}
	.sw50 {
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	body {
		font-size: 20px;
	}
	.big {
		font-size: 30px;
	}
	h1.big {
		font-size: 80px;
		margin-top: -15px;
	}
	.footer-con .row>div:first-child {
	  text-align: left;
	}
	.footer-con .row>div:nth-child(3) {
	  text-align: right;
	}
}
