* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  font-family: "Heebo", sans-serif;
  color: white;
}

.landing {
  min-height: 100vh;
  background: url("./background.JPG");
  background-size: cover;
  padding: 0rem 5rem;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 10vh;
}

.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  padding-left: 10rem;
  font-size: 1.2rem;
}

.logo {
  font-family: "Lobster", cursive;
  font-weight: lighter;
  font-size: 2rem;
}

.big-text {
  font-size: 5rem;
  font-family: "Lobster", cursive;
  font-weight: lighter;
}
.centerpiece {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub-heading {
  font-size: 3rem;
  font-family: "Heebo", sans-serif;
}

.heading {
  display: flex;
  align-items: center;
}

.hide {
  background: black;
  overflow: hidden;
}

.hide span {
  transform: translateY(100%);
  display: inline-block;
}
.iconify {
  width: 1.5rem;
  height: auto;
  margin: 0.5rem 0.5rem 0rem 0.5rem;
  color: white;
}

.intro {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-text {
  color: aliceblue;
  font-family: "Heebo", sans-serif;
  font-size: 3rem;
}

.slider {
  background: rgb(97, 105, 109);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
