body, html{
	margin:0;
	height:100%;
	//font-family:'Open Sans', sans-serif;
   font-family: 'Ubuntu', sans-serif;
	font-weight:400;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: auto;
    height: 100%;
  }
}

.overlay {
    z-index: -99;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
}

.cont {
   position: fixed;
   top: 30%;
   left: 20%;
}
h1 {
   color: #c1cdd8; //white;
   font-size: 80pt;

   margin: 20px;
}
.tagline {
   color: #c1cdd8; //white;
   font-size: 20pt;
  
   margin: 10px;
} 

.link{
   //font-family:'Open Sans', sans-serif;
	display:inline-block;

	//font-weight:600;
	font-size:20pt;

	text-decoration:none;
	margin-top:20px;
	padding:6px 18px;

	color:#fff;

	//background:#acdcdb;
   //background: #86aaaa;
   background: #76a0a0;

	position:relative;
   margin: 20px 20px 20px 320px
}
.link:hover{
	//background:#a2d2d1;
	background:#f8f2f1;
	color:#111;
}
