@font-face {
  font-family: "Baskerville";
  src: url("assets/font/baskerville.ttc") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 18px !important;
}

body {
  font-family: "Baskerville", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1px;
  color: #241C18 !important;
}

.fs-10 {
  font-size: 0.5555555556rem !important;
}

.fs-11 {
  font-size: 0.6111111111rem !important;
}

.fs-12 {
  font-size: 0.6666666667rem !important;
}

.fs-13 {
  font-size: 0.7222222222rem !important;
}

.fs-14 {
  font-size: 0.7777777778rem !important;
}

.fs-15 {
  font-size: 0.8333333333rem !important;
}

.fs-16 {
  font-size: 0.8888888889rem !important;
}

.fs-17 {
  font-size: 0.9444444444rem !important;
}

.fs-18 {
  font-size: 1rem !important;
}

.fs-19 {
  font-size: 1.0555555556rem !important;
}

.fs-20 {
  font-size: 1.1111111111rem !important;
}

.fs-21 {
  font-size: 1.1666666667rem !important;
}

.fs-22 {
  font-size: 1.2222222222rem !important;
}

.fs-23 {
  font-size: 1.2777777778rem !important;
}

.fs-24 {
  font-size: 1.3333333333rem !important;
}

.fs-25 {
  font-size: 1.3888888889rem !important;
}

.fs-26 {
  font-size: 1.4444444444rem !important;
}

.fs-27 {
  font-size: 1.5rem !important;
}

.fs-28 {
  font-size: 1.5555555556rem !important;
}

.fs-29 {
  font-size: 1.6111111111rem !important;
}

.fs-30 {
  font-size: 1.6666666667rem !important;
}

.fs-31 {
  font-size: 1.7222222222rem !important;
}

.fs-32 {
  font-size: 1.7777777778rem !important;
}

.fs-33 {
  font-size: 1.8333333333rem !important;
}

.fs-34 {
  font-size: 1.8888888889rem !important;
}

.fs-35 {
  font-size: 1.9444444444rem !important;
}

section {
  min-height: 300px !important;
}
section .container {
  min-height: 300px !important;
}

.bg-black {
  background-color: #241C18 !important;
}

.bg-brown {
  background-color: #d5a78ce6 !important;
}

.bg-cream {
  background-color: #d09b7a4f !important;
}

.bg-soft-white {
  background-color: #d09b7a1a !important;
}

.border-brown {
  border-color: #d5a78ce6 !important;
}

.shadow {
  box-shadow: 1px 1rem 5rem 0 rgba(121, 85, 72, 0.44) !important;
}

.box {
  transition: all 0.5s;
}
.box:hover {
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 1px 1rem 5rem 0 rgba(121, 85, 72, 0.44) !important;
}

.navbar-toggler {
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  html, body {
    font-size: 14px !important;
  }

  section {
    min-height: auto !important;
  }
  section .container {
    min-height: auto !important;
  }
}
@media (max-width: 767.98px) {
  html, body {
    font-size: 16px !important;
  }

  section {
    min-height: auto !important;
  }
  section .container {
    min-height: auto !important;
  }
}

/*# sourceMappingURL=theme.css.map */
