@font-face {
  font-family: "parchment_mfregular";
  src: url("../font/parchment_mf-webfont.woff2") format("woff2"),
    url("../font/parchment_mf-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  padding-top: 54px;
  font-family: "parchment_mfregular", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #d8cdcd;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.navbar-brand {
  font-size: 2.15rem;
}

.nav-item {
  margin-right: 0.75rem;
}

.nav-link {
  font-size: 2.15rem;
}

.title-destiny {
  margin-top: 1.55rem;
  margin-bottom: 1.55rem;
  font-size: 2.75rem;
}

.title-destiny small {
  font-size: 2.15rem;
}

.portfolio-item {
  margin-bottom: 30px;
}

.detail-nordic {
  color: #935009 !important;
}

.detail-thelodge {
  color: #8b0000 !important;
}

.detail-lerustic {
  color: #8e402a !important;
}

.bg-nordic {
  background: #935009 !important;
}

.bg-thelodge {
  background: #8b0000 !important;
}

.bg-lerustic {
  background: #8e402a !important;
}

.border-bottom-nordic {
  border-color: #935009 !important;
}

.border-bottom-thelodge {
  border-color: #8b0000 !important;
}

.border-bottom-lerustic {
  border-color: #8e402a !important;
}

.card {
  -webkit-box-shadow: 5px 5px 9px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 9px -7px rgba(0, 0, 0, 0.75);
  border: 1px solid #74665e;
}

.card:hover {
  transform: scale(1.005);
}

.card-thelodge {
  background: #ede7e4;
}

.card-nordic {
  background: #ede7e4;
}

.card-lerustic {
  background: #ede7e4;
}

.card-img-top {
  border-bottom: 25px solid #74665e;
  filter: grayscale(28%);
  -webkit-filter: grayscale(28%);
}

.card-title {
  margin-bottom: 0rem !important;
  text-decoration: none;
  color: #74665e;
  display: block;
  font-size: 3.15rem;
}

.card-title:focus {
  text-decoration: none;
  color: #54352f;
}

.card-title:hover {
  color: #54352f;
}

.card-subtitle {
  font-size: 2.55rem;
  margin-bottom: 0.85rem;
  color: #bbb4b7;
}

.card-text {
  margin-bottom: 1.35rem;
  font-size: 1.75rem;
}

.card-detail-text {
  color: #c1a8ab;
  font-style: italic;
  font-size: 1.72rem;
}

.card-cta-wrapper {
  margin-bottom: 1.45rem;
}

.card-cta-button {
  padding: 1.125rem;
  display: block;
  color: #b1a19d;
  background-color: #f5efef;
  border: 1px solid #bbb4b7;
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
}

.card-cta-button:focus {
  color: #f09668;
}

.card-cta-button:hover {
  color: #f09668;
  background: #fcf8f5;
}

.locale-nav-item {
  font-size: 1.35rem;
}

@media only screen and (min-width: 320px) {
}
