@font-face {
  font-family: "LionKing";
  src: url("fonts/lion_king.eot");
  src: url("fonts/lion_king.eot?#iefix") format("embedded-opentype"), url("fonts/lion_king.woff") format("woff"), url("fonts/lion_king.ttf") format("truetype"), url("fonts/lion_king.svg#svgFontName") format("svg");
}
body {
  margin: 0;
  background: url(/images/bg.jpg) no-repeat center;
  background-size: 800px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  body {
    background-size: 1024px;
  }
}
@media (min-width: 1280px) {
  body {
    background-size: cover;
  }
}

h1, h2 {
  color: #ffffff;
  font-family: "LionKing", serif;
  font-weight: normal;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

h1 {
  font-size: 100px;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-size: 50px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 50px;
    letter-spacing: 0.3em;
  }
}
@media (max-width: 414px) {
  h2 {
    font-size: 30px;
    letter-spacing: 0.3em;
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 40px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 50px;
    margin-bottom: 120px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  text-align: center;
}

.no-font {
  font-family: sans-serif;
}

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