html {
-webkit-font-smoothing: antialiased;
}

/**Text Utilities**/
@font-face {
    font-family: 'WycliffeSpirit-Emboldened';
    src: url('../fonts/WycliffeSpirit-Emboldened.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham SSm A';
    src: url('../fonts/GothamSSm-Book.otf') format('otf');
    font-weight: 300;
    font-style: normal;
}

h1,
h2,
p,
small,
footer,
button,
input,
label {
    font-family: "Gotham Ssm", "Gotham SSm A", !important;
}

.text--accent {
    font-family: 'WycliffeSpirit-Emboldened', "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

.inline-link {
    color: #E64C38 !important;
    font-weight: 600 !important;
    cursor: pointer;
}

article h1 {
    color: #47525A !important;
    font-size: 2em; 
    padding: 1em 0em;
    text-transform: uppercase;
    font-weight: 300;
}

article h2 {
    color: #47525A !important;
    text-transform: capitalize;
    font-size: 1.3em;
    padding: 1em 0em;
}

article p, .introduction p {
    line-height: 2em;
}

.forum-header::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 2;
	background-color: rgba(36, 36, 36, 0.65);
	background-position: center, center;
	background-size: auto;
	background-repeat: repeat;
	pointer-events: none;
}

.forum-header {
  background-image: linear-gradient(rgba(36, 36, 36, 0.6), rgba(36, 36, 36, .6)), url(../img/chile.jpg)!important;
  background-size: cover!important;
  background-position: bottom center;
  margin-bottom: 0;
}

.forum-header h3 {
	margin-top: 1.5em;
}

.hero-text {
    font-size: 5em; 
}

.header {
  overflow: hidden !important;
}

.has-shadow {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.btn--play {
  width: 1.5em;
  height: 1.5em;
  z-index: 1;
  border: none !important;
  background: transparent url(../img/play-button.svg) no-repeat center top !important;
  background-size: cover;
  background-size: 60% !important;
  padding-top: 5em;
  width: 9em;
  padding-bottom: 1em;
}

.btn--play:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.7));
  cursor: pointer;
}

.video--hero {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    transition: none !important;
	z-index: 1;
}

.wycliffe-logo-center {
    display: block;
    margin: 5% auto;
    max-width: 125px;
    z-index: 2;
}

.ptitle {
    padding-bottom: 0;
}

.pull-quote {
    font-size: 150%;
    text-align: center;
    margin-bottom: 1.5em;
}

.wyc-logo {
    height: 50px;
}

/* @media (min-width: 49rem) {
	.background-fixed {
		background: fixed !important;
	}
} */

@media (max-width: 48em) {
	.video--hero {
		display: none
    }
    .hero-text {
        margin-top: .7em;
    }
}

@media (min-width: 48rem) {
	.header--fullscreen {
		height: 100vh;
	}
}

@media (max-height: 580px) {
    .hero-text {
        margin-top: .7em;
    }
}