@charset "UTF-8";
/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.header {
  align-items: flex-end;
  background-color: transparent;
  grid-column: full;
  min-height: 350px;
  height: 66vh;
  padding: 3.3rem 0 2rem 0;
  position: relative;
  z-index: 0;
}
.header:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.95) 100%);
  bottom: 0;
  content: " ";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.header.fancy {
  height: 100vh;
}
.header .header-inner {
  max-width: 800px;
}
.header .all-upgrades {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.header .all-upgrades .fa-caret-left {
  margin-right: 0.25rem;
}
.header h1 {
  color: #fff;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.header h1 strong {
  font-weight: 300;
}
.header .standard-grid {
  gap: 0 1rem;
}
.header * {
  z-index: 10;
}
.header #jarallax-container-0 {
  grid-column: full;
}

.header-image {
  height: 100vh;
  width: 100%;
  position: fixed;
  transition: all 0.75s ease-in-out;
}
.header-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
}

.blur {
  filter: blur(6px);
  transition: all 0.75s ease-in-out;
}

.blur + .header:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.845) 100%);
  background-color: rgba(0, 0, 0, 0.39);
}

.editor-styles-wrapper .header-inner {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}
.editor-styles-wrapper .header h1 {
  color: #fff;
}
