* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
  }

.header {
  height: 100vh;
  display: flex;
  align-items: center;
  color:#fff;
  }

.content {
  max-width: 25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
}

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.header-video video {
  min-width: 100%;
  min-height: 80%;
}

.header-overlay {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background: #151414;
  z-index: 1;
  opacity: .85;
}

.header-content {
  z-index: 2;
}

.header-content h1 {
  font-size: 50px;
  margin-bottom: 0;
  font-family: 'Cinzel', serif;
  font-family: 'Great Vibes', cursive;
  }

.header-content h2 {
  font-size: 30px;
  margin-bottom: 0;
  font-family: 'Great Vibes', cursive;;
}

.header-content .logo {
width:400px;
height:400px;
}

}

.header-content .logo1 {
width:6px;
height:100px;
}

  .header-content p {
    font-size: 1rem;
    display: block;
    padding-bottom: 2rem;
  }

  .btn {
    background: #b8955c;
    color: #fff;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    text-decoration: none;
  }
