.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.navbar-toggler {
  border-style: none;
  box-shadow: none;
}

.btn-primary {
  background: #d59673;
  border-style: none;
  transform: translateY(-2px);
  box-shadow: 0px 2px rgb(81,48,41);
  border-radius: 2px;
  padding: .3rem .6rem;
}

.btn-primary:focus {
  background: #a96b4a;
  box-shadow: 0px 2px rgb(81,48,41);
}

.btn-primary:hover {
  background: #a96b4a;
  transform: translateY(-2px);
  box-shadow: 0px 2px rgb(81,48,41);
}

.btn-primary:active {
  background: #a96b4a;
  box-shadow: inset 0px 2px rgb(81,48,41);
}

.btn-primary:active:hover {
  box-shadow: inset 0px 2px rgb(81,48,41);
  transform: translateY(0px);
}

.btn-light {
  background: #ececec;
  border-style: none;
  transform: translateY(-2px);
  box-shadow: 0px 2px rgb(196, 196, 196);
  border-radius: 2px;
  padding: .3rem .6rem;
}

.btn-light:focus {
  background: rgb(196, 196, 196);
  box-shadow: 0px 2px rgb(163, 163, 163);
}

.btn-light:hover {
  background: rgb(196, 196, 196);
  transform: translateY(-2px);
  box-shadow: 0px 2px rgb(163, 163, 163);
}

.btn-light:active {
  background: rgb(196, 196, 196);
  box-shadow: inset 0px 2px rgb(163, 163, 163);
}

.btn-light:active:hover {
  box-shadow: inset 0px 2px rgb(163, 163, 163);
  transform: translateY(0px);
}

a {
  color: #bb7f5d;
}

.scroll-icon {
  position: fixed;
  bottom: 3rem;
  left: 50vw;
  margin-left: -23px;
}

#scroll-icon-color {
  color: white;
}

#scroll-icon-color-2 {
  color: black;
}

.scroll-icon-2 {
}

.fp-watermark {
  display: none;
}

@media (max-width: 767px) {
  #news-img {
    display: none;
  }
}

#wave-s6 {
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
}

a {
  text-decoration: none;
}

