@font-face {
  font-family: Gotham-Bold;
  src: url('./global-assets/fonts/Gotham-Bold.otf');
}

@font-face {
  font-family: Gotham-Book;
  src: url('./global-assets/fonts/Gotham-Book.otf');
}

@font-face {
  font-family: Knockout;
  src: url('./global-assets/fonts/Knockout.otf');
}

body {
  overflow: hidden;
  width: 100dvw;
  height: 100dvh;
  margin: -1px 0px 0px 0px !important;
  padding: 0;
  background-color: black;
  z-index: -1;
}

.container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

#splash-container {
  background-image: url('./global-assets/textures/guinness_background.png');
  background-size: 100dvw 100dvh;
}

.banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: min(100%, 900px);
  height: 60%;
  padding: 15% 0px;
}

.banner img {
  width: 80%;
}

.cta {
  width: min(100%, 640px);
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cta h3 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: Knockout;
  font-size: 3.5rem;
  margin: 0px;
}
