*{
  box-sizing: border-box;
}
body{
  margin:0;
  font-family: 'Raleway', sans-serif !important;	
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
  color: #fff;	
  background-color: #333;
}
.v-header{
  height:100vh;
  display:flex;
  align-items:center;
  color:#fff;
}
.container{
  max-width:960px;
  padding-left:1rem;
  padding-right:1rem;
  margin:auto;
  text-align:center;
}
.fullscreen-video-wrap video{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.header-content{
  z-index:2;
}
.header-content h1{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size:100px;
  margin-bottom:0;
  text-transform: uppercase;
}
.header-content p{
  font-size: 20px;
  font-weight: 300;  
  display:block;
  padding-bottom:2rem;
}
a{
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700;
}
.header-content .btn{
  background: #34b3a0;
  color:#fff;
  font-size:1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
}
.header-content .btn:hover{
  background: #fff;
  color:#34b3a0;
}
@media(max-width:960px){
  .container{
    padding-right:3rem;
    padding-left:3rem;
  }
}
@media (max-width: 960px) {
.header-content h1 {
	font-size: 60px;
	line-height: 1;
}
}
#logobox {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 100px;
	height: 100px;
	background: url(../img/landlogo-lg.png) no-repeat bottom center;
}
@media (max-width: 940px) {
#logobox {
	width: 60px;
	height: 60px;
	background: url(../img/landlogo-sm.png) no-repeat bottom center;
}
}