/* EDITS OUTSIDE OF SASS */
.fancyFont, h1, h2, h3, h4, h5, h6 {
	letter-spacing: -.05em;
	line-height: .75em;
}
/*h2, h3*/.heroSlider h2, .region-spotlight h2, .grid-item h3, .grid-item h2, .spotLight h2, .hero h2 {
	-letter-kern: -letter-pairs(
			'aa': -.04em,
			'ab': -.04em,
			'ac': -.04em,
			'ad': -.04em,
			'ae': -.04em,
			'af': -.04em,
			'ag': -.04em,
			'ah': -.04em,
			'ai': -.04em,
			'aj': -.04em,
			'ak': -.04em,
			'al': -.06em,
			'am': -.04em,
			'an': -.04em,
			'ao': -.04em,
			'ap': -.04em,
			'aq': -.04em,
			'ar': -.04em,
			'as': -.04em,
			'at': -.1em,
			'au': -.04em,
			'av': -.11em,
			'aw': -.04em,
			'ax': -.04em,
			'ay': -.1em,
			'az': -.04em,
			'ba': -.04em,
			'ca': -.04em,
			'da': -.1em,
			'ea': -.04em,
			'ea': -.04em,
			'fa': -.04em,
			'ga': -.04em,
			'ha': -.04em,
			'ia': -.04em,
			'ja': -.04em,
			'ka': -.04em,
			'Ka': -.04em,
			'la': -.04em,
			'ma': -.04em,
			'na': -.04em,
			'oa': -.04em,
			'ot': -.04em,
			'pa': -.1em,
			'Pa': -.1em,
			'qa': -.04em,
			'ra': -.06em,
			'sa': -.04em,
			'st': -.04em,
			'St': -.04em,
			'ta': -.1em,
			'to': -.04em,
			'ts': -.04em,
			'ua': -.04em,
			'va': -.1em,
			'wa': -.04em,
			'xa': -.04em,
			'ya': -.04em,
			'za': -.04em,
			'l’': -.04em,
		);
}
.whiteText.fancyFont {
	text-shadow: 3px 3px 2px rgba(0,0,0,.7);
}

.video-background {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-foreground::before {
	content:'';
	background: rgba(0,0,0, .7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}