@font-face {
  font-family: "onesizefont";
  src: url("../assets/fonts/ONESIZE_.TTF") format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  /*   background-image: url('assets/texture/paper-texture-edited.jpg');*/
  background-image: url("../assets/bg/grainy-bg-100x100.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #13130b;
  letter-spacing: 0.1rem;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
  @include beige-stroke(#f3e8d1, 10px);
}*/
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.section.bright h1,
.section.bright h2,
.section.bright h3,
.section.bright h4,
.section.bright h5,
.section.bright h6,
.section.bright p {
  margin: 0;
  /*   background-image: url('assets/texture/paper-texture-edited.jpg');*/
  background-image: url("../assets/bg/grainy-bright-bg.png");
  background-size: cover;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 820px) {
  h1,
  h2,
  h3,
  h4,
  p {
    -webkit-text-stroke-width: 0.5px;
  }
  .non-blink {
    -webkit-text-stroke-width: 0.5px;
  }
}
h1 {
  font-size: 4.5rem;
}
h1.huge {
  font-size: 4rem;
  line-height: 3rem;
}

h2 {
  font-size: 3rem;
  max-width: 1000px;
  margin: 0 auto 80px;
  line-height: 2.5rem;
}

@media (min-width: 693px) {
  h1 {
    font-size: 7rem;
  }
  h1.huge {
    font-size: 8rem;
    line-height: 7rem;
  }
  h2 {
    font-size: 6rem;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 4.25rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.5rem;
  }
  p {
    font-size: 2rem;
  }
}
p,
h3,
h4,
h5,
h6 {
  font-family: ui-sans-serif;
}

code {
  font-family: "onesizefont", sans-serif;
  background: rgba(255, 255, 255, 0.7);
  padding: 3px 13px;
  margin: 0;
  color: #000 !important;
  -webkit-text-fill-color: #333;
}

.thick-underline {
  border-bottom: 12px solid;
}

.rainbow-letter {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  -webkit-text-stroke: 0 !important;
}

#canvas-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#canvas-container canvas {
  position: sticky;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  transform: scale(1);
  transition: transform 0.3s ease-out, opacity 0.3s ease;
  z-index: 2;
}
#canvas-container .next-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../sequence-bump/13.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #13130B;
  font-size: 2rem;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section h1 {
  font-size: 6rem;
  line-height: 5.5rem;
  text-align: center;
  color: #ebdfbd;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #13130b;
}
.section h1.huge {
  font-size: 4rem;
  line-height: 3rem;
  font-size: 3rem;
  line-height: 2.5rem;
}
@media (min-width: 820px) {
  .section h1.huge {
    font-size: 5rem;
    line-height: 4rem;
  }
}
@media (min-width: 963px) {
  .section h1.huge {
    font-size: 6rem;
    line-height: 5rem;
  }
}
@media (min-width: 1120px) {
  .section h1.huge {
    font-size: 8rem;
    line-height: 7rem;
  }
}
@media (max-width: 820px) {
  .section h1 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
.section.bright {
  position: relative;
  background: url("../assets/img/harmony.png") center/cover no-repeat;
}
.section .fade-overlay {
  position: absolute;
  inset: 0;
  background: url("../assets/bg/grainy-bright-bg.png");
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.95);
  pointer-events: none;
  z-index: 2;
}

.flex {
  display: flex;
}

.align-start {
  align-items: flex-start !important;
}

.align-center {
  align-items: center !important;
}

@media (max-width: 692px) {
  .mob-align-start {
    align-items: flex-start !important;
  }
}
.collage-img {
  position: absolute;
  width: 150px;
  opacity: 0.9;
  max-width: 100%;
  z-index: 1;
}

.collage-img.wiki {
  top: -20px;
  left: 33%;
  transform: rotate(-12deg);
}

.collage-img.search {
  top: 20%;
  right: 22%;
}

.collage-img.cassette {
  top: 10%;
  left: 18%;
  width: 200px;
}

.collage-img.globe {
  top: 0%;
  right: 35%;
}

.collage-img.headphones {
  top: 0%;
  width: 190px;
  right: 48%;
  transform: rotate(-20deg);
}

.collage-img.oldphone {
  top: -10%;
  right: 15%;
  transform: rotate(-45deg);
}

@media (max-width: 820px) {
  .collage-img {
    width: 100px;
  }
  .collage-img.cassette {
    top: 0;
    left: -20px;
    width: 120px;
    transform: rotate(15deg);
  }
  .collage-img.headphones {
    width: 90px;
    top: 9%;
    left: 15%;
  }
  .collage-img.oldphone {
    top: 45px;
    right: 0;
    transform: rotate(-45deg);
  }
  .collage-img.globe {
    top: -30px;
    right: 45px;
    width: 120px;
  }
  .collage-img.search {
    display: none;
  }
  body.ios .collage-img.globe, html.ios .collage-img.globe, html.ios .collage-img.globe {
    top: -85px;
    right: 28px;
  }
  body.ios .collage-img.headphones, html.ios .collage-img.headphones, html.ios .collage-img.headphones {
    top: -7%;
    left: 13%;
  }
  body.ios .collage-img.cassette, html.ios .collage-img.cassette, html.ios .collage-img.cassette {
    top: 24px;
    left: 0px;
    width: 120px;
  }
  body.ios .collage-img.oldphone.oldphone, html.ios .collage-img.oldphone.oldphone, html.ios .collage-img.oldphone.oldphone {
    top: -33px;
    right: 0;
    transform: rotate(-45deg);
  }
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-device-width: 768px) and (orientation: portrait) {
    .collage-img.oldphone {
      top: 80px;
      right: 0;
      transform: rotate(-45deg) scale(0.8);
      z-index: 0;
    }
  }
}
.collage-img {
  opacity: 0;
  transform-origin: center center;
  will-change: transform;
}

.phones-container {
  text-align: center;
}
@media (max-width: 820px) {
  .phones-container {
    text-align: left;
  }
}

#essentials {
  height: auto;
  padding-bottom: 15vh;
}
@media (min-width: 820px) {
  #essentials {
    height: 80vh;
  }
}

#how-it-works {
  height: auto;
  min-height: 100vh;
  padding: 10vh 0 20vh;
}
#how-it-works h4,
#how-it-works h5,
#how-it-works strong {
  font-family: "onesizefont", sans-serif;
}
#how-it-works .step {
  margin: 30px auto;
}

section.hero h1,
section.hero p,
section.hero h2,
section.hero h3 {
  text-shadow: -9px -9px 0 #eaff00, 0 -9px 0 #eaff00, 9px -9px 0 #eaff00, 9px 0 0 #eaff00, 9px 9px 0 #eaff00, 0 9px 0 #eaff00, -9px 9px 0 #eaff00, -9px 0 0 #eaff00;
  background-color: unset;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  color: unset;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  color: #000;
}
@media (min-width: 820px) {
  section.hero h1,
  section.hero p,
  section.hero h2,
  section.hero h3 {
    text-shadow: -18px -18px 0 #eaff00, 0 -18px 0 #eaff00, 18px -18px 0 #eaff00, 18px 0 0 #eaff00, 18px 18px 0 #eaff00, 0 18px 0 #eaff00, -18px 18px 0 #eaff00, -18px 0 0 #eaff00;
    background-color: unset;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    color: unset;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    color: #000;
  }
}

section.hero p,
section.hero h2,
section.hero h3 {
  text-shadow: -5px -5px 0 #eaff00, 0 -5px 0 #eaff00, 5px -5px 0 #eaff00, 5px 0 0 #eaff00, 5px 5px 0 #eaff00, 0 5px 0 #eaff00, -5px 5px 0 #eaff00, -5px 0 0 #eaff00;
  background-color: unset;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  color: unset;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  color: #000;
}
@media (min-width: 820px) {
  section.hero p,
  section.hero h2,
  section.hero h3 {
    text-shadow: -30px -30px 0 rgba(234, 255, 0, 0.3921568627), 0 -30px 0 rgba(234, 255, 0, 0.3921568627), 30px -30px 0 rgba(234, 255, 0, 0.3921568627), 30px 0 0 rgba(234, 255, 0, 0.3921568627), 30px 30px 0 rgba(234, 255, 0, 0.3921568627), 0 30px 0 rgba(234, 255, 0, 0.3921568627), -30px 30px 0 rgba(234, 255, 0, 0.3921568627), -30px 0 0 rgba(234, 255, 0, 0.3921568627);
    background-color: unset;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    color: unset;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    color: #000;
  }
}

section#final-cta {
  height: auto;
  padding-bottom: 30vh;
}
section#final-cta h1 {
  text-shadow: -9px -9px 0 #ff0000, 0 -9px 0 #ff0000, 9px -9px 0 #ff0000, 9px 0 0 #ff8000, 9px 9px 0 #ffff00, 0 9px 0 #00ff00, -9px 9px 0 #0080ff, -9px 0 0 #8000ff;
  background-color: unset;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  color: unset;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 820px) {
  section#final-cta h1 {
    text-shadow: -18px -18px 0 #ff0000, 0 -18px 0 #ff0000, 18px -18px 0 #ff0000, 18px 0 0 #ff8000, 18px 18px 0 #ffff00, 0 18px 0 #00ff00, -18px 18px 0 #0080ff, -18px 0 0 #8000ff;
    background-color: unset;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    color: unset;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    color: #000;
    margin-bottom: 20px;
  }
}
section#final-cta h4 {
  font-size: 1.25rem;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
  text-align: justify;
  padding: 0 16px;
  box-sizing: border-box;
}

section {
  position: relative;
}

section marquee {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  font-size: 23px;
  background: #000;
}

section.hero marquee {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  font-size: 23px;
  background: #000;
}

#your-life-undistracted {
  min-height: unset;
  height: auto;
  padding-bottom: 0vh;
}
#your-life-undistracted h1 {
  text-align: left;
}
@media (max-width: 820px) {
  #your-life-undistracted h1 {
    font-size: 2.7rem;
    text-align: left;
  }
}

section#the-problem {
  height: auto;
  min-height: 100vh;
  padding-bottom: 10vh;
}

.rainbow-stroke-l,
.rainbow-stroke {
  text-shadow: -9px -9px 0 #ff0000, 0 -9px 0 #ff0000, 9px -9px 0 #ff0000, 9px 0 0 #ff8000, 9px 9px 0 #ffff00, 0 9px 0 #00ff00, -9px 9px 0 #0080ff, -9px 0 0 #8000ff;
  background-color: unset;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  color: unset;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  color: #000;
}
@media (min-width: 821px) {
  .rainbow-stroke-l,
  .rainbow-stroke {
    text-shadow: -18px -18px 0 #ff0000, 0 -18px 0 #ff0000, 18px -18px 0 #ff0000, 18px 0 0 #ff8000, 18px 18px 0 #ffff00, 0 18px 0 #00ff00, -18px 18px 0 #0080ff, -18px 0 0 #8000ff;
    background-color: unset;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    color: unset;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    color: #000;
  }
}

.rainbow-stroke-m {
  text-shadow: -6px -6px 0 #ff0000, 0 -6px 0 #ff0000, 6px -6px 0 #ff0000, 6px 0 0 #ff8000, 6px 6px 0 #ffff00, 0 6px 0 #00ff00, -6px 6px 0 #0080ff, -6px 0 0 #8000ff;
  background-color: unset;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  color: unset;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  color: #000;
}
@media (min-width: 821px) {
  .rainbow-stroke-m {
    text-shadow: -12px -12px 0 #ff0000, 0 -12px 0 #ff0000, 12px -12px 0 #ff0000, 12px 0 0 #ff8000, 12px 12px 0 #ffff00, 0 12px 0 #00ff00, -12px 12px 0 #0080ff, -12px 0 0 #8000ff;
    background-color: unset;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    color: unset;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    color: #000;
  }
}

.rainbow-stroke-s {
  text-shadow: -3px -3px 0 #ff9f19, 0 -3px 0 #ff0000, 3px -3px 0 #ff0000, 3px 0 0 #ff8000, 3px 3px 0 #ffff00, 0 3px 0 #00ff00, -3px 3px 0 #0080ff, -3px 0 0 #8000ff;
  background-color: unset;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  color: unset;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  color: #000;
}
@media (min-width: 821px) {
  .rainbow-stroke-s {
    text-shadow: -6px -6px 0 #ff9f19, 0 -6px 0 #ff0000, 6px -6px 0 #ff0000, 6px 0 0 #ff8000, 6px 6px 0 #ffff00, 0 6px 0 #00ff00, -6px 6px 0 #0080ff, -6px 0 0 #8000ff;
    background-color: unset;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    color: unset;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    color: #000;
  }
}

body:not(.ios) #maps-wiki-more {
  height: 96vh;
  padding-bottom: 10vh;
}
@media (min-width: 820px) {
  body:not(.ios) #maps-wiki-more {
    height: 100vh;
    padding-bottom: unset;
  }
}

@media (max-width: 820px) {
  #get-directions.section h1 {
    text-align: left;
  }
}

@media (max-width: 819px) {
  body.ios #get-directions img.cutout.cutout-directions-map, html.ios #get-directions img.cutout.cutout-directions-map {
    right: -33%;
  }
}

.section#find-local {
  overflow: hidden;
  position: relative;
  align-items: flex-end;
  align-items: unset;
  flex-direction: row;
  justify-content: center;
  /** fix img cutout adjustments from main.scss */
}
.section#find-local .text,
.section#find-local .text h1,
.section#find-local .text p {
  text-align: center;
}
@media (min-width: 820px) {
  .section#find-local .text,
  .section#find-local .text h1,
  .section#find-local .text p {
    text-align: center;
  }
}
.section#find-local .container.text {
  position: absolute;
  bottom: 30%;
}
.section#find-local .silhouette-wrapper {
  position: absolute;
  right: 0;
  top: 84px;
  perspective: 1000px;
  width: 150px;
  height: auto;
  pointer-events: none;
  z-index: 99;
}
.section#find-local .silhouette-wrapper {
  position: absolute;
  right: 10%;
  bottom: 8%;
  perspective: 1000px;
  width: -moz-max-content;
  width: max-content;
  pointer-events: none;
}
@media (max-width: 820px) {
  .section#find-local .silhouette-wrapper {
    left: auto;
    right: -20px;
    top: 160px;
  }
}
.section#find-local img.silhouette {
  width: 100%;
  max-width: 100%;
  transform-origin: center;
  will-change: transform;
}
.section#find-local .sms code {
  display: inline-block;
  white-space: nowrap;
  transform-origin: left center;
}
.section#find-local .walking-scene-wrapper {
  position: relative;
}
.section#find-local .silhouette-wrapper {
  position: absolute;
  left: 55%;
  top: 15%;
  perspective: 1000px;
}
.section#find-local img.silhouette {
  width: 140px;
  transform-origin: bottom center;
}
.section#find-local .cutout.cafe {
  position: absolute;
  transform-origin: bottom center;
  left: 15%;
  top: 0;
  width: 250px;
  max-width: 100%;
}
.section#find-local .cutout.ground {
  position: absolute;
  left: 0;
  top: 222px;
  width: 100vw;
  max-width: 100%;
  height: 100px;
}
.section#find-local .silhouette-wrapper {
  position: absolute;
  right: 0;
  top: 84px;
  perspective: 1000px;
  pointer-events: none;
}
.section#find-local img.silhouette {
  transform-origin: bottom center;
  will-change: transform;
}
@media (max-width: 819px) {
  .section#find-local .cutout.ground {
    position: absolute;
    left: -175px;
    top: 222px;
    width: 736px;
    max-width: unset;
    height: 100px;
  }
  .section#find-local .cutout.cafe {
    left: -2%;
    top: 87px;
    width: 174px;
  }
  .section#find-local img.silhouette {
    width: 80px;
  }
  .section#find-local .silhouette-wrapper {
    top: 160px;
    right: -20px;
    transform-origin: unset;
    transform: translate(99px, 0);
  }
}
@media (max-width: 820px) {
  .section#find-local img.cutout.ground {
    scale: 1;
    left: 0;
  }
}

#more-features {
  margin-bottom: 150px;
}
@media (min-width: 820px) {
  #more-features {
    margin-bottom: 300px;
  }
}

#more-features .container {
  max-width: 1111px;
}
#more-features img.pixelmoji {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 693px) {
  #more-features img.pixelmoji {
    width: 3rem;
    height: 3rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#more-features h3 {
  font-family: "onesizefont", sans-serif;
  font-size: 2rem;
}
#more-features .feature-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 820px) {
  #more-features .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
#more-features .feature h3 {
  font-family: "onesizefont", sans-serif;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 820px) {
  #more-features .feature h3 {
    font-size: 2rem;
  }
}
#more-features code,
#more-features p {
  font-size: 1rem;
}
@media (min-width: 820px) {
  #more-features code,
  #more-features p {
    font-size: 2rem;
  }
}

.feature {
  margin-top: 30px;
}
@media (min-width: 820px) {
  .feature {
    margin-top: 47px;
  }
}

.weather-section,
#weather-drama {
  background: url("../assets/bg/grainy-bright-bg.png");
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 30px;
}
.weather-section h1,
.weather-section h4,
#weather-drama h1,
#weather-drama h4 {
  text-align: center;
}
@media (min-width: 693px) {
  .weather-section,
  #weather-drama {
    flex-direction: row;
    justify-content: center;
    padding-top: unset;
  }
  .weather-section h1,
  .weather-section h4,
  #weather-drama h1,
  #weather-drama h4 {
    text-align: left;
  }
}

.weather-stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
@media (min-width: 693px) {
  .weather-stage {
    height: 100vh;
    margin-top: unset;
  }
}

.weather-stage img {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
@media (min-width: 693px) {
  .weather-stage img {
    left: 50%;
  }
}

img.weather-sun {
  width: 230px;
  top: 22%;
  z-index: 1;
}

img.weather-cloud {
  width: 300px;
  z-index: 3;
  opacity: 0;
  top: 22%;
}

img.cloud-m {
  width: 194px;
  left: 45%;
  z-index: 1;
}

img.cloud-s {
  width: 170px;
  width: 170px;
  left: 56%;
  top: 39%;
  z-index: 1;
}
@media (min-width: 693px) {
  img.cloud-s {
    left: 66%;
  }
}

img.weather-flash {
  top: 56%;
  left: 51%;
  width: 90px;
  z-index: 3;
  opacity: 0;
}
@media (min-width: 693px) {
  img.weather-flash {
    top: 50%;
    left: 55%;
    width: 100px;
  }
}

img.weather-rain {
  width: 169px;
  z-index: 2;
  opacity: 0;
}

img.raindrop {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 46px;
  opacity: 0;
  z-index: 2;
}
@media (min-width: 693px) {
  img.raindrop {
    left: 50%;
    width: 56px;
  }
}

@media (max-width: 819px) {
  .weather-stage {
    height: 75vh;
    margin-top: -30vh;
  }
  .weather-stage img.weather-flash {
    top: 82%;
  }
  .weather-stage img.raindrop {
    top: 52%;
  }
  .weather-stage img.weather-sun {
    width: 230px;
    top: 35%;
    z-index: 1;
  }
  .weather-stage img.weather-cloud {
    width: 300px;
    z-index: 3;
    opacity: 0;
    top: 35%;
  }
}
.weather-caption {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(20px, 3vw, 28px);
  text-align: center;
}

html,
body {
  margin: 0;
  font-family: "onesizefont", sans-serif;
  background-image: url("../assets/bg/grainy-bright-bg.jpg");
  background-size: auto;
  background-repeat: repeat;
  color: #f1f1f1;
  overflow-x: hidden;
}

.hero h1 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 3.2rem;
  z-index: 999;
  font-size: 5rem;
  line-height: 5.5rem;
}

@media (min-width: 693px) {
  .hero h1 {
    font-size: 8rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: normal;
  }
}
.hero {
  position: relative;
  height: 100vh;
  background-image: url("../assets/bg/grainy-bright-bg.png ");
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero .rainbow {
  position: absolute;
  top: -19%;
  width: 81%;
  z-index: auto;
  height: 101%;
  z-index: 1;
}
@media (max-width: 820px) {
  .hero .rainbow {
    width: 100%;
  }
}
.hero .forthexplorers {
  position: absolute;
  top: -19%;
  width: 782px;
  z-index: auto;
  height: 842px;
  z-index: 2;
}
.hero .offbridge-logo {
  position: absolute;
  top: 16.7%;
  width: 510px;
  z-index: 999;
  animation: floatpill 19s ease-in-out infinite;
  animation-delay: 0.0369s;
}
.hero .cutout {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  animation: float 4s ease-in-out infinite;
}
.hero .cutout {
  position: absolute;
  z-index: 99;
}
.hero .cutout-fullmoon {
  top: 10%;
  left: 5%;
  width: 10px;
}
.hero .cutout-sun {
  top: 10%;
  right: 5%;
  width: 10px;
}
.hero .cutout-leaves {
  top: 22%;
  right: 8%;
  width: 149px;
  z-index: 102;
}
.hero .cutout-polaroid-1 {
  top: 4%;
  right: 9%;
  width: 137px;
  transform: rotate(-8deg);
  z-index: 101;
}
.hero .cutout-compass {
  top: 80px;
  left: 12%;
  transform: rotate(-10deg);
  width: 142px;
}
.hero .cutout-hands {
  top: 43%;
  left: 4%;
  transform: rotate(-5deg);
  width: 276px;
}
.hero .cutout-boot {
  top: 23%;
  left: 5%;
  transform: rotate(-7deg);
  width: 242px;
}
.hero .cutout-polaroid {
  bottom: 10%;
  left: 5%;
}
.hero .cutout-book {
  top: 49%;
  right: 9%;
  width: 180px;
}
.hero .cutout-pilz {
  top: 46%;
  right: 4%;
  width: 87px;
  z-index: 98;
  transform: rotate(8deg);
}
.hero .cutout-pilz-1 {
  top: 46%;
  right: 7%;
  width: 87px;
  z-index: 98;
  transform: rotate(8deg);
}
.hero .cutout-pilz-2 {
  top: 45%;
  right: 8%;
  width: 87px;
  z-index: 97;
  transform: rotate(-12deg);
}
.hero .cutout {
  animation: float 4s ease-in-out infinite;
}
.hero .cutout-fullmoon {
  animation-delay: 0s;
}
.hero .cutout-sun {
  animation-delay: 1s;
}
.hero .cutout-leaves {
  animation-delay: 0.5s;
}
.hero .cutout-compass {
  animation-delay: 0.3s;
}
.hero .cutout-hands {
  animation-delay: 0.6s;
}
.hero .cutout-boot {
  animation-delay: 0.2s;
}
.hero .cutout-book {
  animation-delay: 0.4s;
}
.hero .cutout-pilz, .hero .cutout-pilz-1, .hero .cutout-pilz-2 {
  animation-delay: 0.1s;
}

.collage {
  position: relative;
  padding: 5rem 1rem;
  background: url("../sequence-bump/10.jpeg");
  background-size: auto;
  background-repeat: repeat;
}
.collage .collage-box {
  background: url("../sequence-bump/10.jpeg");
  background-size: auto;
  background-repeat: repeat;
  padding: 2rem;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  color: #111;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.collage .collage-box h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.collage .collage-box p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.eye-container {
  position: absolute;
  top: 0%;
  left: 5%;
  max-width: 100%;
  display: flex;
  transform: rotate(-4deg);
}
.eye-container .eye,
.eye-container .eye-1,
.eye-container .eye-2 {
  width: 600px;
  max-width: 100%;
}

.cutout-polaroid {
  bottom: 10%;
  left: 5%;
  width: 831px;
  max-width: 100%;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floatpill {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-3px) translateX(-2px);
  }
  40% {
    transform: translateY(4px) translateX(2px);
  }
  60% {
    transform: translateY(-2px) translateX(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.container {
  padding: 20px;
  width: 100%;
  max-width: 999px;
  box-sizing: border-box;
}

#for-the-moments,
#love-modern-tech {
  padding-top: 100px;
  background-image: url("../assets/bg/grainy-bright-bg.jpg");
  background-size: auto;
  background-repeat: repeat;
}
#for-the-moments img,
#love-modern-tech img {
  width: 260px;
  max-width: 100%;
}
@media (min-width: 820px) {
  #for-the-moments h1,
  #love-modern-tech h1 {
    font-size: 8rem;
    line-height: 7rem;
  }
}

#love-modern-tech h1,
#love-modern-tech h2 {
  opacity: 0;
  text-align: left;
}

#phones-kill-social {
  background-image: url("../assets/bg/grainy-bright-bg.jpg");
  background-size: auto;
  background-repeat: repeat;
}
#phones-kill-social .text {
  z-index: 99;
  position: absolute;
  left: 4%;
  top: -12%;
  top: 126px;
}
#phones-kill-social h1 {
  text-align: left;
  font-size: 8rem;
  line-height: 7rem;
}
#phones-kill-social h2 {
  margin: 0;
  text-align: justify;
}

img.screenthrone {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 697px;
  max-width: 100%;
  right: 0;
}

#canvas-container h2 {
  position: absolute;
  top: 10%;
  z-index: 999;
  font-size: 6rem;
  line-height: 5rem;
  right: -15%;
  opacity: 0;
}

.non-blink {
  animation: blinker 10s linear infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 820px) {
  img.cutout {
    scale: 0.6;
  }
  .hero .offbridge-logo {
    scale: 0.4;
    top: 0.7%;
  }
  .hero .cutout-boot {
    left: -15%;
    left: -20%;
    top: 25%;
    scale: 0.5;
  }
  .hero .cutout-compass {
    left: -8%;
    top: 2%;
  }
  .hero .cutout-hands {
    left: -24%;
    scale: 0.5;
    top: 36%;
  }
  .hero .cutout-polaroid-1 {
    top: 2%;
    right: -3%;
  }
  .hero .cutout-polaroid-1 {
    top: 2%;
    right: -3%;
  }
  .hero .cutout-leaves {
    top: 20%;
    right: -12%;
  }
  .hero .cutout-book {
    top: 43%;
    right: -12%;
  }
  .hero .text {
    z-index: 999;
  }
  .hero h1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3.5rem;
  }
  .eye-container {
    top: 15.25%;
    left: -16%;
    transform: rotate(-8deg);
  }
  .eye-container .eye-1 {
    width: 266px;
  }
  h2 {
    margin: 0;
  }
  .container {
    padding: 20px;
  }
  #canvas-container h2 {
    position: absolute;
    top: 8%;
    z-index: 999;
    font-size: 3.25rem;
    line-height: 2.5rem;
    left: 14px;
  }
  #phones-kill-social h1 {
    text-align: left;
    font-size: 2.8rem;
    line-height: 2.5rem;
  }
  #phones-kill-social h2 {
    font-size: 2rem;
    margin: 0;
    line-height: 1.75rem;
    text-align: left;
  }
  #phones-kill-social .text {
    left: 4%;
    top: 54px;
  }
}
.orbit-scene {
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  overflow: hidden;
}

.center-text {
  position: absolute;
  z-index: 3;
  text-align: center;
  color: white;
  pointer-events: none;
}

.orbit-container {
  position: absolute;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  animation: rotateOrbit 10s linear infinite;
  z-index: 2;
}

.orbit {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
}

.sun {
  transform: rotateY(0deg) translateZ(200px);
}

.moon {
  transform: rotateY(180deg) translateZ(200px);
}

@keyframes rotateOrbit {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
#get-directions .cutout {
  position: absolute;
  width: 250px;
  top: 5%;
}
#get-directions .cutout-directions-map {
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
  max-width: 90%;
  scale: 0.9;
  top: 5%;
}
@media (min-width: 693px) {
  #get-directions .cutout-directions-map {
    width: 270px;
    top: 0;
  }
}
@media (min-width: 1224px) {
  #get-directions .cutout-directions-map {
    width: 350px;
  }
}
#get-directions .cutout-sun {
  display: none;
  right: 15%;
  scale: 0;
}

#waiting {
  position: relative;
  height: 50vh;
  background: url("../assets/bg/grainy-bright-bg.png");
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#waiting .offbridge-logo {
  position: absolute;
  top: 23.7%;
  width: 277px;
  z-index: 999;
  animation: floatpill 19s ease-in-out infinite;
  animation-delay: 0.0369s;
}
#waiting .rainbow {
  position: absolute;
  top: -19%;
  width: 820px;
  z-index: auto;
  z-index: 1;
}
@media (max-width: 820px) {
  #waiting .rainbow {
    width: 100%;
  }
}
#waiting .cutout {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  animation: float 4s ease-in-out infinite;
}
#waiting .cutout {
  position: absolute;
  z-index: 99;
}
#waiting .cutout-fullmoon {
  top: 10%;
  left: 5%;
  width: 10px;
}
#waiting .cutout-sun {
  top: 10%;
  right: 5%;
  width: 10px;
}
#waiting .cutout-leaves {
  top: 22%;
  right: 8%;
  width: 149px;
  z-index: 102;
}
#waiting .cutout-polaroid-1 {
  top: 4%;
  right: 9%;
  width: 137px;
  transform: rotate(-8deg);
  z-index: 101;
}
#waiting .cutout-compass {
  top: 80px;
  left: 12%;
  transform: rotate(-10deg);
  width: 142px;
}
#waiting .cutout-hands {
  top: 43%;
  left: 4%;
  transform: rotate(-5deg);
  width: 276px;
}
#waiting .cutout-boot {
  top: 23%;
  left: 5%;
  transform: rotate(-7deg);
  width: 242px;
}
#waiting .cutout-polaroid {
  bottom: 10%;
  left: 5%;
}
#waiting .cutout-book {
  top: 49%;
  right: 9%;
  width: 180px;
}
#waiting .cutout-pilz {
  top: 46%;
  right: 4%;
  width: 87px;
  z-index: 98;
  transform: rotate(8deg);
}
#waiting .cutout-pilz-1 {
  top: 40%;
  right: 7%;
  width: 87px;
  z-index: 98;
  transform: rotate(8deg);
}
#waiting .cutout-pilz-2 {
  top: 39%;
  right: 8%;
  width: 87px;
  z-index: 97;
  transform: rotate(-12deg);
}
#waiting .cutout {
  animation: float 4s ease-in-out infinite;
}
#waiting .cutout-fullmoon {
  animation-delay: 0s;
}
#waiting .cutout-sun {
  animation-delay: 1s;
}
#waiting .cutout-leaves {
  animation-delay: 0.5s;
}
#waiting .cutout-compass {
  animation-delay: 0.3s;
}
#waiting .cutout-hands {
  animation-delay: 0.6s;
}
#waiting .cutout-boot {
  animation-delay: 0.2s;
}
#waiting .cutout-book {
  animation-delay: 0.4s;
}
#waiting .cutout-pilz, #waiting .cutout-pilz-1, #waiting .cutout-pilz-2 {
  animation-delay: 0.1s;
}

#waiting-3 {
  position: relative;
  height: 100vh;
  background: url("../assets/bg/grainy-bright-bg.png");
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#waiting-3 h1 {
  opacity: 0;
  transform: translateY(50px);
}
#waiting-3 .offbridge-logo {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 277px;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
}
@media (max-width: 820px) {
  #waiting-3 .offbridge-logo {
    width: 125px;
    top: 32%;
  }
  #waiting-3 h1.huge {
    font-size: 2.5rem;
    line-height: 2.25rem;
  }
}

#lets-change h1 {
  opacity: 0;
}

#for-the-moments,
#love-modern-tech {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820px) {
  #for-the-moments h1,
  #love-modern-tech h1 {
    font-size: 3.5rem;
  }
}
#for-the-moments .t-1,
#for-the-moments .t-2,
#love-modern-tech .t-1,
#love-modern-tech .t-2 {
  position: absolute;
  top: 20%;
  opacity: 0;
  width: 1000px;
  max-width: 100%;
}
@media (max-width: 820px) {
  #for-the-moments,
  #love-modern-tech {
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  #lets-change h1 {
    font-size: 2.8rem;
  }
}

.text-stage {
  position: relative;
  text-align: center;
  font-size: 2rem;
}

.line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(30px);
}

.timeline-track {
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
.timeline-track .moment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.timeline-track .moment-img {
  width: 60px;
  margin-right: 15px;
  display: inline-block;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@keyframes growSunflower {
  0% {
    background-position: 0 0;
  }
  12.5% {
    background-position: -100px 0;
  }
  25% {
    background-position: -200px 0;
  }
  37.5% {
    background-position: -300px 0;
  }
  50% {
    background-position: -400px 0;
  }
  62.5% {
    background-position: -500px 0;
  }
  75% {
    background-position: -600px 0;
  }
  87.5% {
    background-position: -700px 0;
  }
  100% {
    background-position: -700px 0;
  }
}
img#sunflowerAnim {
  width: 169px;
  margin: 50px auto;
  max-width: 100%;
}
@media (min-width: 820px) {
  img#sunflowerAnim {
    width: 253px;
  }
}

.polaroid-on-rainbow {
  width: 250px;
  max-width: 100%;
}

.pixel-button {
  display: inline-block;
  font-family: "onesizefont", sans-serif;
  font-size: 1.5rem;
  background-color: #fdd835;
  background-color: #eaff00;
  color: #000;
  text-decoration: none;
  padding: 12px 20px;
  border: 4px solid #000;
  box-shadow: 4px 4px 0 #000;
  transition: all 0.1s ease-in-out;
  margin: 10px auto 20px;
  left: 0;
  right: 0;
}
.pixel-button:hover {
  box-shadow: 2px 2px 0 #000;
  transform: translate(2px, 2px);
  background-color: #ffe066;
}
.pixel-button:active {
  box-shadow: none;
  transform: translate(4px, 4px);
}

h2.brand {
  font-size: 1.5rem;
  text-align: center;
}

.wundertuete {
  width: 200px;
  max-width: 100%;
}

.hero .wundertuete {
  position: absolute;
  top: 143px;
  left: 0px;
  right: 0;
  margin: auto;
  opacity: 0;
  animation: popIn 1s ease-out forwards;
  animation-delay: 0.3s;
}
@media (min-width: 820px) {
  .hero .wundertuete {
    width: 250px;
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
img.pixelmoji {
  display: inline-block;
  width: 25px;
}

.rainbow-button {
  display: inline-block;
  font-family: "onesizefont", sans-serif;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  padding: 12px 20px;
  border: 4px solid #000;
  box-shadow: 4px 4px 0 #000;
  transition: all 0.1s ease-in-out;
  margin: 20px auto;
  background-image: repeating-linear-gradient(90deg, red 0 20px, orange 20px 40px, yellow 40px 60px, green 60px 80px, blue 80px 100px, indigo 100px 120px, violet 120px 140px);
  background-size: 100% 100%;
  image-rendering: pixelated;
  background-size: cover;
  image-rendering: pixelated;
  text-shadow: 1px 1px #fff;
}
.rainbow-button:hover {
  box-shadow: 2px 2px 0 #000;
  transform: translate(2px, 2px);
  filter: brightness(1.2);
}
.rainbow-button:active {
  box-shadow: none;
  transform: translate(4px, 4px);
}

.cutout-1 {
  top: 10%;
  left: 5%;
  transform: rotate(-10deg);
}

.cutout-2 {
  bottom: 10%;
  right: 10%;
  transform: rotate(8deg);
  width: 169px;
  max-width: 100%;
}

.cutout-3 {
  top: 10%;
  right: 6%;
  transform: rotate(-5deg);
  width: 200px;
  max-width: 100%;
  z-index: 99;
}

.rainbow {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  max-width: 100%;
}

.logo {
  width: 150px;
  max-width: 100%;
}
.logo.xs {
  width: 90px;
  width: 123px;
  height: 62px;
  margin-bottom: -20px;
}

footer {
  text-align: center;
  padding: 20px 0;
  color: #000;
}
footer a {
  color: #333;
  margin: 0 5px;
}
footer .brand-block {
  margin-top: 60px;
  margin-bottom: 30px;
}
footer .brand-block .brand {
  margin: 0 auto 20px;
  line-height: 4.25rem;
  text-align: center;
}

.brand a,
a.brand {
  text-decoration: none;
  color: #000;
}

#topbar {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 15px;
}
#topbar a.pixel-button {
  margin: 0;
  font-size: 1rem;
  padding: 7px 10px;
  border: 3px solid #000;
  box-shadow: 3px 3px 0 #000;
}/*# sourceMappingURL=main.css.map */