@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Bitter&family=Domine:wght@700&family=Open+Sans:wght@400;600&display=swap");
.tcnj-hero-block .parallax,
.tcnj-hero-block .video-hero {
  position: relative;
  height: 950px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tcnj-hero-block .parallax .overlay,
.tcnj-hero-block .video-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.tcnj-hero-block .parallax .bg,
.tcnj-hero-block .video-hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tcnj-hero-block .parallax .inner-hero,
.tcnj-hero-block .video-hero .inner-hero {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.tcnj-hero-block .parallax .inner-hero h1,
.tcnj-hero-block .video-hero .inner-hero h1 {
  font-family: "Alfa Slab One", cursive;
  font-weight: normal;
  font-size: 75px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.tcnj-hero-block .parallax .inner-hero p,
.tcnj-hero-block .video-hero .inner-hero p {
  font-family: "Domine", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin: 30px 0 0px;
}
.tcnj-hero-block .parallax.parallax-left .inner-hero, .tcnj-hero-block .parallax.parallax-right .inner-hero {
  text-align: left;
  align-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
}
.tcnj-hero-block .parallax.parallax-left .inner-hero h1,
.tcnj-hero-block .parallax.parallax-left .inner-hero p,
.tcnj-hero-block .parallax.parallax-left .inner-hero a, .tcnj-hero-block .parallax.parallax-right .inner-hero h1,
.tcnj-hero-block .parallax.parallax-right .inner-hero p,
.tcnj-hero-block .parallax.parallax-right .inner-hero a {
  max-width: 544px;
  color: white;
  text-align: left;
}
.tcnj-hero-block .parallax.parallax-left .inner-hero a, .tcnj-hero-block .parallax.parallax-right .inner-hero a {
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 45px;
  text-align: left;
  color: #fff;
  margin-top: 0;
}
.tcnj-hero-block .parallax.parallax-left .inner-hero p, .tcnj-hero-block .parallax.parallax-right .inner-hero p {
  font-family: "Domine", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin: 40px 0 60px;
}
.tcnj-hero-block .parallax.parallax-left .inner-hero h1, .tcnj-hero-block .parallax.parallax-right .inner-hero h1 {
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 0;
}
.tcnj-hero-block .parallax.parallax-right .inner-hero {
  align-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}/*# sourceMappingURL=tcnj_hero_block.css.map */