@font-face { font-family: Alphakind; src: url('/Alphakind.otf'); } 

* {
  margin: 0;
  padding: 0;
  font-family: Alphakind, sans-serif;
}

html, body {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mint-button-padding {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.page-1 {
  background: url("/img/p1bg.jpg"); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:100%;
}
.page-2 {
  background: url("/img/page2bg.png") no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:100%;
}
.page-4 {
  background: url("/img/page4bg.png") no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:100%;
}

.page-6 {
  background: url("/img/faqbg.png") no-repeat;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:150vh;
  z-index: 99;
}

.page-7 {
  background: url("/img/footer.jpg") no-repeat;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120vh;
  z-index: 98;
}

.dawdlerzText {
  font-size: 8rem; 
  line-height: 0;
}

.topImages {
  width:20vw;
  height: auto;
  position:absolute;
  bottom: -75px;
  left:70px;
  right:0;
}

.bottomImages {
  width:100%;height: auto;
  position:absolute;
  bottom: -200px;
  left:0;
  right:0;
  margin:0 auto;
  z-index: 98;
}

.robot-arm {
  left: -50px; top: -100px;
}

.textsquare {
  text-align: justify;
  text-justify: inter-word;
}

.team-member {
  height: 15rem;
  width: 15rem;
  border-radius: 100%;
}

.collapsible {
  background-color: greenyellow;
  color: white;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.active, .collapsible:hover {
  background-color: rgb(168, 254, 39);
}

.link-social {
  background-color: greenyellow;
  cursor: pointer;
  padding: 0;
  height: 64px;
  margin: 0;
  border: none;
  outline: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.5rem;
}
.link-social-button a {
  color: white;
  text-decoration: none;
}
.link-social-button a:hover {
  color: rgb(0, 119, 198);
  text-decoration: none;
}
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: greenyellow;
}

.display-front-2 {
  z-index: 2;
}
.display-front-3 {
  z-index: 3;
}
.blue-text {
  color: rgb(0, 119, 198);
}

.eight-bit * {
  font-family: 'Silkscreen', cursive !important;
  letter-spacing: 0;
}