body,
h1,
h2,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 600; }
.top1 {
position:absolute;
top:100px;
text-align:center;
width:100%; }
.footerBottom {
position:absolute;
bottom:30px;
width:100%; }
.display-1 a {
color: #fff;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8;
text-shadow:0px 1px #e5e9ff;  }
.display-2 a{
font-weight: 200;
font-size: .9rem; }
.display-3 {
font-size: 1.1rem;
font-weight: 200;
line-height: 1.4; }
.display-4 {
font-size: 1.5rem;
font-weight: 300;
line-height: 1.2;
-color: rgba(0,0,0,.6); }
.display-5 {
line-height: 1.7;
text-shadow:1px 3px 5px #052b7e; }
header {
position: relative;
background-color: black;
height: calc(100vh - 0px);
min-height: 25rem;
width: 100%;
overflow: hidden; }
header video {
position: absolute;
top: 50%;
left: 30%;
z-index: 0;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
header .container {
position: relative;
z-index: 1;  }
header .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.1;
z-index: 1; }
@media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
height: 300%;
top: -100%;
} }
@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
width: 300%;
left: -100%;   } }