@import url("https://fonts.googleapis.com/css?family=Montserrat:300");

html, body {
  margin: 0;
  padding: 0;
}

body{
  overflow-x: hidden;
  font-family: Montserrat, sans-serif;
}

ul {
  list-style: none;
}

li {
  display: inline-block;
  margin: 0 1em;
}

.wrap {
  position: relative;
  height: 100vh;
}

.video-bg {
  position: relative;
  height: 100%;
  background: #000;
  overflow: hidden;
}

.video-bg iframe {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 70vw;
}

@media (max-aspect-ratio: 16/9) {
  .video-bg iframe {
    width: 177.78vh;
    height: 100vh;
  }
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.header .left {
  position: absolute;
  top: 2%;
  left: 10%;
}

.header .right {
  position: absolute;
  top: 2%;
  right: 10%;
}

a, a:focus, a:hover, a:active, a:visited {
  text-decoration: none;
  line-height: 39px;
  color: #fff;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.title {
  padding: 10px 20px;
  text-align: center;
  font-size: 2em;
  line-height: 1.5em;
}

.footer {
  position: absolute;
  bottom: 2%;
  left: 10%;
  font-size: .83rem;
}
