/* GLOBAL */
html, body {
  background-color: #0a0a0a !important;
  color: #f5f0e8 !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* NAV */
#masthead, .site-header, header {
  background-color: #0a0a0a !important;
  border-bottom: 1px solid #1e1e1e !important;
}
.site-title a, .main-navigation a, nav a {
  color: #f5f0e8 !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
nav a:hover { color: #c9a84c !important; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: 'Cormorant Garamond', serif !important;
  color: #f5f0e8 !important;
  font-weight: 400 !important;
}
h1 { font-size: 44px !important; }
h2 { font-size: 36px !important; }
h3 { font-size: 26px !important; }
h4 { font-size: 14px !important; }

/* STAT NUMBERS — gold */
.stat-number .elementor-heading-title,
.elementor-widget-heading h2 {
  color: #c9a84c !important;
  font-size: 56px !important;
}

/* BODY TEXT */
p, li, .elementor-widget-text-editor p {
  font-family: 'Montserrat', sans-serif !important;
  color: #f5f0e8 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  font-weight: 300 !important;
}

/* BUTTONS */
.elementor-button {
  background-color: transparent !important;
  border: 1px solid #c9a84c !important;
  color: #c9a84c !important;
  font-size: 10px !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
}
.elementor-button:hover {
  background-color: #c9a84c !important;
  color: #0a0a0a !important;
}

/* LOGOS */
.elementor-widget-image img {
  filter: none !important;
  opacity: 1 !important;
  max-width: 150px !important;
  background: transparent !important;
}

/* FOOTER */
#colophon, .site-footer, footer {
  background-color: #0a0a0a !important;
  border-top: 1px solid #1e1e1e !important;
}
#colophon a, .site-footer a, footer a {
  color: #888888 !important;
  text-decoration: none !important;
}
#colophon a:hover { color: #c9a84c !important; }

/* HIDE COMMENTS */
#comments { display: none !important; }