body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: cover;
  background-image: url("home-background.jpg");
}
body .container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.486);
}
body .container nav {
  font-size: calc(20px + 10 * (100vw - 120px) / 1380);
  position: fixed;
  bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body .container nav a {
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
  color: rgb(238, 228, 206);
}
body .container section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  scroll-snap-align: start;
}
body .container section:nth-of-type(1) {
  background-color: rgba(28, 28, 28, 0);
  color: rgb(185, 221, 255);
}
body .container section:nth-of-type(2) {
  background-color: rgba(38, 38, 38, 0);
  color: rgb(185, 221, 255);
}
body .container section:nth-of-type(3) {
  background-color: rgba(48, 48, 48, 0);
  color: rgb(185, 221, 255);
}
body .container section h1 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: calc(30px + 30 * (100vw - 120px) / 1380);
}
@media (max-width: 900px) {
  body nav {
    font-size: calc(20px + 10 * (100vw - 120px) / 1380);
    position: fixed;
    bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */