.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
  background: #514760;
}
.headroom--pinned.headroom--top {
  background: transparent;
}
.headroom--unpinned {
  transform: translateY(-100%);
}

.mb0 {
  margin-bottom: 0rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb1-5 {
  margin-bottom: 1.5rem;
}
.mb2 {
  margin-bottom: 2rem;
}

.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt3 {
  margin-top: 3rem;
}
.mt4 {
  margin-top: 4rem;
}

.blue {
  background: #1683A5;
  color: #FFF;
}
.blue h1 {
  color: #FFF;
}
.blue .btn.btn-secondary:hover {
  color: #FFF;
}

.purple {
  background: #514660;
  color: #FFF;
}
.purple h1 {
  color: #FFF;
}


.w-background {
  background:#1683A5 url('/../img/background.png') no-repeat center / contain;
}

section {
  padding: 100px 0;
}

.br-right {
  border-bottom-right-radius: 70px;
}

.p-sm {
  padding: 25px 0;
}

.header {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.headerOverlay {
  position: absolute;
  inset: 0;
  height: 100%;
  background: rgba(81, 79, 96, .8);
  z-index: 1;
}
.headerText {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  margin: 0 auto;
  z-index: 9;
}

.headerVideo > video{
  position: absolute;
  z-index: 0;
  background-size: 100% 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  object-fit: contain;
  height: auto;
  background-position: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}

.text-md {
  font-size: 20px;
}
.text-lg {
  font-size: 24px;
}

@media (min-width: 1366px) {
  .text-md {
    font-size: 22px;
  }
  .text-lg {
    font-size: 28px;
  }
}

.icon-block {
  text-align: center;
  font-weight: 700;
}

.icon-block span {
  font-size: 70px;
  display: block;
}


footer {
  padding: 50px 0;
  background: #514660;
  color: #FFF;
}
footer .footer-nav {
  font-weight: 700;
}
footer .footer-nav p {
  margin-bottom: 10px;
}
footer .footer-nav p a {
  color: #FFF;
}
footer .footer-nav p a:hover {
  text-decoration: underline;
}