@import 'vendor/normalize.css';
/* Variables */
/* Custom Website Fonts */
/* Custom Website Color */
/* Custom Mixins */
*, *:after, *:before {
  box-sizing: border-box;
  font-display: auto !important;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 1.2em;
  height: 100%;
  min-height: 100%;
}
body {
  background: #f2f1f0 url(/wp-content/uploads/marble-bg-block-1480-scaled.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-weight: 100;
  height: 100%;
  margin: 0;
  min-height: 100%;
  position: relative;
  word-break: break-word;
  -webkit-word-break: break-word;
}
body:before {
  content: "";
  background: white;
  width: 1480px;
  height: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
h1 {
  color: #655e28;
  font-family: "baskerville-urw";
  font-size: 3em;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  color: #d06320;
  font-family: "baskerville-urw";
  font-size: 2em;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  h2 {
    font-size: 1.5em;
  }
}
h3 {
  color: #333;
  font-family: "proxima-nova";
  font-size: 1.5em;
}
@media (max-width: 640px) {
  h3 {
    font-size: 1em;
  }
}
p {
  font-family: "proxima-nova";
  line-height: 1.2em;
}
p a, p a:hover, p a:visited {
  color: #d06320 !important;
  text-decoration: underline;
}
/* applies to page H1 area */
.page-heading {
  padding: 1em;
  text-align: center;
}
.elementor-control-dce_visibility_special .elementor-control-input-wrapper {
  min-width: 240px;
  margin-left: 50px;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}
.elementor-ken-burns, .elementor-ken-burns--active {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.elementor-slide-button, .elementor-cta__button {
  background-color: #d06320;
  border-radius: 0;
  color: #fff;
  line-height: 1em !important;
  font-family: 'proxima-nova-extra-condensed';
  font-site: 1.5em;
  font-weight: 600;
  text-rendering: uppercase;
  padding: 5px 20px;
  padding-bottom: 0.2em !important;
}
span.elementor-button-text {
  margin-bottom: -0.2em;
}
section#mobile-header {
  background-size: cover;
}
.scss_errors {
  position: absolute;
  z-index: 9999;
  background: aqua;
  padding: 1em;
  width: 100%;
}
