@import url("https://fonts.googleapis.com/css2?family=Quattrocento+Sans&family=Raleway:wght@300;400;700&display=swap");

body {
  font-family: "Quattrocento Sans", "Helvetica Neue", -apple-system, system-ui,
    BlinkMacSystemFont, Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

a[href] {
  color: #eee;
  text-decoration-color: #fd6104;
}

.fullpage-container {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  scroll-snap-type: y mandatory;
  overscroll-behavior-x: contain;
  height: 100vh;
  width: 100vw;
}

.page {
  position: relative;
  display: flex;
  align-items: center;
  color: #707272;
  font-size: 200%;
  height: 100vh;
  width: 100vw;
  scroll-snap-align: start;
}

.page h1 {
  font-family: "Raleway", "Helvetica Neue", sans-serif;
}

#logo {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 300px) {
  .page h1 {
    font-size: 100%;
  }

  .page p {
    font-size: 50%;
  }
}

@media only screen and (min-width: 301px) {
  .page p {
    font-size: 60%;
  }

  .page h1 {
    font-size: 150%;
  }
}

@media only screen and (min-width: 501px) {
  .page p {
    font-size: 70%;
  }

  .page h1 {
    font-size: 150%;
  }
}

@media only screen and (min-width: 769px) {
  .page p {
    font-size: 80%;
  }

  .page h1 {
    font-size: 200%;
  }
}

@media only screen and (min-width: 992px) {
  .page p {
    font-size: 110%;
  }
}

.page h1,
.page p {
  margin: 0;
}

span.highlight {
  color: #fd6104;
}

#page1 {
  background: #eee;
}

#page2 h1 {
  color: #fd6104;
}

#page3 {
  background: #333;
  color: #eee;
}

#page3 h1 {
  color: #fd6104;
}

#page4 {
  background: #eee;
}

#page4 h1 {
  color: #fd6104;
}

#page5 {
  background: #333;
  color: #eee;
}

#page5 h1 {
  color: #fd6104;
}

.center-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15%;
}

#page1 > #logo {
  flex: 1;
  height: 80%;
}

img.corner {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

@media only screen and (max-width: 500px) {
  img.corner {
    width: 100px;
  }
}

@media only screen and (min-width: 501px) {
  img.corner {
    width: 150px;
  }
}

@media only screen and (min-width: 992px) {
  img.corner {
    width: 200px;
  }
}

::-webkit-scrollbar {
  display: none;
}
