body {
    color:aliceblue;
    text-align: center;
    align-items: center;
}

.bg1 {
    background-image: url(endless-constellation.svg);
}

.bg2 {
    background-image: url(endless-constellation-p2.svg);
}

.bg3 {
    background-image: url(rainbow-vortex.svg);
}

.tile-hex {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg4 {
    background-image: url(endless-constellation-p5.svg);
}

.wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
}

.stack-1, .stack-2, .stack-content {
    grid-column: 1;
    grid-row: 1;
}

.stack-1, .stack-2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.stack-1 {
    z-index: 1;
    background-size: cover;
}

.stack-2 {
    z-index: 2;
}

.stack-content {
    z-index: 1000;
}

#titleContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tl-state {
    display: none;
}

.tl-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
}

.tl-state:checked ~ .tl-wrap .tl-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.tl-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    border: 1px solid;
    line-height: 2;
}

.bottom-nav{
    font-size: 2em;
    font-weight: bold;
}

.bottom-nav span + span{
    margin-left: 15em;
}

#story{
    max-width: 66%;
    margin: auto;
}

.gb-spacing{
    font-size: 5px;
}

.gb-spacing span + span{
    margin-left: 15em;