/* Fonts */
body h1, body h2, body h3, body h4, body h5, body h6, body .uk-button {
  font-family: "Playfair Display";
}
body p, body a, body li, body * {
  font-family: "Roboto";
}

/**/
.behind {
  z-index: -1;
}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.color-primary {
  color: #d3bc6c;
}

.counter h2 {
  font-size: 4rem;
}
.counter p {
  font-size: 2rem;
}
.counter .uk-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  object-fit: cover;
  object-position: bottom;
}

.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

footer > div:first-child > div {
  row-gap: 2rem;
}
footer > div:first-child > div > div:first-child {
  width: 420px;
  max-width: 100%;
}
footer > div:last-child {
  background-color: #343434;
  overflow: hidden;
}
footer > div:last-child p {
  margin: 1rem 0;
}
footer > div:last-child div a {
  margin: 1rem 0.5rem;
}

header {
  position: relative;
}
header > div:first-child {
  padding: 0.5rem 0;
}
header > div:first-child a {
  margin: auto 0.5rem;
}

#Header {
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
#Header.float {
  position: absolute;
  top: 100%;
  background-color: rgba(0, 0, 0, 0);
}
#Header img {
  height: 150px;
}
#Header p {
  margin: 0;
}
#Header li.uk-active p {
  border-bottom: #d3bc6c 3px solid;
  border-top: rgba(0, 0, 0, 0) 3px solid;
}

.hero {
  height: 100vh;
  width: 100%;
  min-height: 600px;
}
.hero > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

main hr {
  border-color: #999;
  border-width: 1px;
}

img[background-position=top] {
  object-position: top !important;
}

img[background-position=center] {
  object-position: center !important;
}

.overflow-hidden {
  overflow: hidden;
}

#reviews .owl-item {
  background-color: #f3f3f3;
}
#reviews .owl-item > div {
  padding: 1rem;
}
#reviews .owl-nav {
  display: flex;
  justify-content: center;
  font-size: 42px;
}
#reviews .owl-nav button span {
  margin: 0 1rem;
}

#Side-Text {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  padding: 20px;
}
#Side-Text a {
  transform: translateX(50%) rotate(90deg);
}

/* Medium*/

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