/* Header */

header.page-header {
  min-height: 100px;
}

#pageHeader {
  min-height: 80vh;
  position: relative;
  overflow: hidden;
  transition: all .8s;
  z-index: 1;  
  /* background-color: hsla(0, 0%, 0%, 0.25); */
  /* background-image: linear-gradient(#ffffff30, #ffffff00, #000000ba, black); */
}
.headerVideo {
  background-size: cover;
  max-width: inherit;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}
.headerContainer {
  z-index: 2;
}

.ctaBtn {
  margin-right: auto;
  width: auto;
  color: white;
  font-weight: bold;
  border: 1px solid #ff0000;
  border-radius: 4px;
  cursor: pointer;
  transition: all .8s;
}
.ctaBtn:hover {
  background: #00000073;
}

.headerContent {
  min-height: 545px;
}

.headerContent {
  color: white;
}

