.display-1, .display-2, .display-3 {
  font-family: Roboto;
  font-weight: 500;
}

.lead {
  font-family: Roboto;
  font-weight: 400;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

hr {
  width: 350px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

header video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

header .container {
  position: relative;
  z-index: 2;
}

.mobile-middle {
  margin-top: 60%;
}