body {
  margin: 0;
  padding: 0 1em;
  font-family: 'helvetica';
  font-size: 40px;
}

h1 {
  font-size: 0.8em;
  font-weight: normal;
}
p {
  font-size: 0.4em;
  width: 100%;
}

a {
  text-decoration: none;
  color: black;
  padding: 10em 0;
  font-size: 0.4em;
  text-align: center;
  display: block;
}

.spacer {
  display: flex;
  height: 30vh;
  align-items: center;
  justify-content: flex-end;
}

#container {
  position: relative;
  transition: 1.5s opacity;
  padding-bottom: 200vh;
  opacity: 1;
  max-width: 10em;
  margin: 0 auto;
}
img {
  opacity: 0;
  transition: 3s opacity;
}
.glyph-group.visible img {
  opacity: 1
}
.glyph-group {
  position: relative;
  width: 75%;
  margin-bottom: 80vh;
  height: 30vh;
}
.glyph-group svg {
  position: absolute;
  z-index: 1;
  top: 0;
  pointer-events: none;
}
.glyph-group img {
  position: absolute;
  width: 100%;
}
.glyph-group p {
  position: absolute;
  bottom: -3em;
}


#svg__colton006 {
  width: 110%;
  left: -9%;
  top: 0%;
}

#svg__colton035 {
  top: -16.4%;
  left: -4%;
}

#svg__IMG_7995 {
  width: 132%;
  top: -1%;
}
#svg__DJI_0255 {
  width: 140%;
}

#group__IMG_7995 p {
  bottom: -5em;
}

#group__colton006 p {
  bottom: -16em;
}

#group__colton029 p {
  bottom: -14em;
}
#group__colton009 p {
  color: white;
}

#group__colton035 {
  width: 100%;
}
