@import "./css/normalize.min.css";
@import "./fonts/fonts.css";
h1, h2 {
  font-family: "Creative Thoughts", sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
  font-weight: 400;
}

h1 {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}

h2 {
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
}

#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#caption {
  min-height: 100vh;
  min-width: 100vw;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#caption .caption-inner {
  text-align: center;
}
#caption .caption-inner .logo {
  max-width: 170px;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 3rem;
}

/*# sourceMappingURL=style.css.map */
