@font-face {
  font-family: "Acumin Pro";
  src: url("../../fonts/Acumin Pro/Acumin Pro.otf");
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../../fonts/Acumin Pro/Acumin Pro Semibold.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../../fonts/Acumin Pro/Acumin Pro Bold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../../fonts/Acumin Pro/Acumin Pro Light.otf");
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}
body h1,
body h2 {
  color: #fff;
  font-weight: 500;
}
body h1 {
  font-size: 95px;
  line-height: 105px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  body h1 {
    font-size: 58px;
    line-height: 63px;
  }
}
@media (max-width: 767px) {
  body h1 {
    font-size: 38px;
    line-height: 43px;
  }
}
body h2 {
  font-size: 95px;
  line-height: 105px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  margin: 0;
}
@media (max-width: 991px) {
  body h2 {
    font-size: 95px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  body h2 {
    font-size: 38px;
    line-height: 43px;
  }
}
body p {
  font-family: 'Acumin Pro', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #333333;
  margin-top: 0;
  hyphens: none;
}
body p:last-child {
  margin-bottom: 0;
}
body p em {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 30px;
}
body a {
  hyphens: none;
}
body .image-cover {
  object-fit: cover;
  max-width: 100%;
}
body .container {
  max-width: 1320px;
}
body nav.navbar {
  max-height: 55px;
  z-index: 9;
  font-family: 'Acumin Pro', sans-serif;
}
body nav.navbar .navbar-brand {
  max-height: 55px;
  padding: 3px 0 0 10px;
}
@media (min-width: 992px) {
  body nav.navbar .nav-item {
    font-size: 14px;
  }
  body nav.navbar .nav-item:not(:last-child) {
    margin-right: 30px;
  }
}
.node h2,
.block-banner h2,
.node h3,
.block-banner h3 {
  color: #fff;
}
.node h2,
.block-banner h2 {
  font-size: 95px;
  line-height: 100px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .node h2,
  .block-banner h2 {
    font-size: 70px;
    line-height: 90px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .node h2,
  .block-banner h2 {
    font-size: 29px;
    line-height: 50px;
  }
}
.node h3,
.block-banner h3 {
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: 'Acumin Pro', sans-serif;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 991px) {
  .node h3,
  .block-banner h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .node h3,
  .block-banner h3 {
    font-size: 19px;
  }
}
.node a,
.block-banner a,
.node a:hover,
.block-banner a:hover,
.node a:focus,
.block-banner a:focus {
  font-size: 18px;
  line-height: 27px;
  font-family: 'Acumin Pro', sans-serif;
  font-weight: 500;
  text-decoration: navajowhite;
  color: #333333;
}
.page-wrapper *:focus,
.ui-dialog *:focus {
  outline: none;
  box-shadow: none;
}
@keyframes header {
  0% {
    background-color: red;
  }
  25% {
    background-color: yellow;
  }
  50% {
    background-color: blue;
  }
  100% {
    background-color: green;
  }
}
/*# sourceMappingURL=elements.css.map */