html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #444;
  line-height: 1.5;
  background-color: #FFF3EB;
}
a {
  text-decoration: none !important;
}
p a  , li a, h2 a {
  color: #B56834;
  font-weight: 700;
  transition: 300ms;
}
p a:hover , li a:hover, h2 a:hover {
  color: #B56834;
  opacity: 0.85;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
h1 {
  font-size: 45px;
}
h1 span {
  font-size: 25px;
  display: block;
}
h2 {
  font-size: 35px;
  margin-bottom: 6px;
}
@media (max-width:992px) {
	h2 {
		text-align:center;
	}
}
h4 {
  font-size: 18px;
}
@media (max-width:576px) {
  h1 {
    font-size: 32px;
  }
}
.custom-btn {
  font-size: 18px;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 35px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  color: #fff;
  background: #25130F;
}
.custom-btn:hover {
  background-color: #B56834;
  color: #fff;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #25130F;
  padding: 20px 0;
}
.footer p {
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.navbar {
  transition: 330ms;
  background: #fff3eb;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.03);
}
.nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-item:last-child {
  padding-right: 0;
}
.nav-item .nav-link {
  display: block;
  font-weight: 500;
  font-size: 22px;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 40px;
  border: transparent;
}
.nav-link:hover , .nav-link.active {
  color: #B56834;
}
.navbar-brand {
	color: #25130F;
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
}
.navbar-toggler:focus{
  outline: none;
  box-shadow: none;
}
.header {
  padding-top: 150px;
  padding-bottom: 80px;
  border-bottom: 1px solid #F7ECF0;
}
@media (max-width:576px) {
	.header {
		padding-top: 140px;
		padding-bottom: 50px;
	}	
}
.anchor {
  margin-top: -72px;
  display: block;
  height: 72px;
  visibility: hidden;
  position: relative;
}
.card {
  border: none;
  background: #ffffff;
  box-shadow: -1.216px 7px 25px 0 rgba(0, 0, 0, 0.07);
}
.card-body {
  padding: 15px;
}
.card-body h2 {font-size: 20px; font-weight: 600; margin-bottom:0.5rem;}

::marker {color: #B56834; font-weight: 700}

strong {
  color: #000000;
  font-weight: 700;
}
.lead {
  font-size: 25px;
  color: #000000;
  font-weight: 500;
}
.overlay{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #dfcfcc;
}
.container-fluid {
	max-width: 1500px;
}