body{
  background-color: black;
  font-family: 'Montserrat', sans-serif;
  width:100vw;
  height:100vh;
  margin: 0;
  padding: 0;
  color: #efefef;
}

header{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
header>video{
  position: absolute;
  -o-filter: blur(5px);
  filter: blur(5px);
  object-fit: cover;
  transform: scale(1.06);
  }

header>img{
  height: 150px;
  display: block;
  margin: 3rem;
  z-index: 1;
}
header>h1 {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 100px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .3em;
  text-shadow: 0 1px 0 rgba(255,255,255, .1);
  text-indent: .3em;

  z-index: 2;
}

header,main,footer{
  width: 1200px;
  margin: auto;
}

section{

}

.videosquare{

  width: 350px;
  height: 350px;
  min-width: 350px;
  min-height: 350px;
  object-fit: cover;
  overflow: hidden;
  margin: auto;
}
