html,
h1,
h2,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 600; }
.top1 {
  position:absolute;
  top:40px;
  text-align:center;
  width:100%; }
.footerBottom { 
 position:absolute;
  text-align:center;
left: 24%;
  bottom:-0px; }
.display-1 a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  text-shadow:0px 1px #e5e9ff;  }
.display-7 a{
  color: #d2d3d6;
  font-size: .9rem;
 text-shadow:1px 1px 3px #052b7e;  }
.display-3 a{
  color: #d2d3d6;
  font-size: .8rem;
 text-shadow:1px 1px 3px #052b7e; }
.display-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  -color: rgba(0,0,0,.6); }
.display-5 {
  line-height: 2.7;
  text-shadow:1px 3px 5px #052b7e; }
header {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 min-width: 100%;
 min-height: 100%;
  background-color: black; }
header video {
  position: fixed;
  top: 50%; left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); }
header .container {
  position: relative;
  z-index: 1;  }
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.0;
  z-index: 1; }
