*{
  box-sizing: border-border-box;
}

body {
  margin:0;
  font-family:sans-serif;
  font-size:200px;
  line-height: 1.5;
  color:white;
  overflow-x: hidden;
}


.v-header{
  height: 100vh;
  display: flex;
  align-items: center;
  color:white;
}

.container{
  max-width: 960px;
  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-width: 100%;
  min-height: 100%;
}

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

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

.header-content h1{
  font-size: 50px;
  margin-bottom: 0;
}

.header-content p{
  font-size: 16px;
  display: block;
  padding-bottom: 1rem;
}

.section-content h1{
  font-size: 150px;
  margin-bottom: 20px;
  color:black;
}
.section-content p{
  font-size: 10px;
  margin-bottom: 0;
}


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

@media(max-wdith:960px){
  .container{
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
