*{
  box-sizing: border-box;
}

body{
  font-family: "Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size:1rem;
  font-weight:normal;
  line-height:1;
  color:#fff;
  overflow-x:hidden;
}

.v-header{
  height:100vh;
  display:flex;
  align-items:top;
  color:#fff;
}

.container{
  max-width:1920px;
  padding-left:1rem;
  padding-right:1rem;
  margin:auto;
  text-align:center;
}

.fullscreen-video-wrap{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  overflow:hidden;
}

.fullscreen-video-wrap video{
  min-height:100%;
  min-width:100%;
}

.header-overlay{
  height:100vh;
  position: absolute;
  top:0;
  left:0;
  width:100vw;
  z-index:1;
  background:black;
  opacity:0.10;
}

.header-content{
  z-index:2;
}

.header-content h1{
  font-size:80px;
  font-weight:400;
  margin-bottom:0;
}

.header-content h5{
  font-size:80px;
  font-weight:100;
  margin-bottom:0;
}

.header-content p{
  font-size:1.5rem;
  display:block;
  padding-bottom:2rem;
}

.btn{
  background: #1886B7;
  color:#fff;
  font-size:1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
}

.section{
  padding:20px 0;
}

.section-a{
  background:#000
  color:#fff;
}
.section-b{
  background:#000;
  color:#fff;
}

.section-c{
  background:#333;
  color:#fff;
}
@media(max-width:960px){
  .container{
    padding-right:3rem;
    padding-left:3rem;
  }
}




