/* ========================================================================= */
/* --- SECTION ONE: HERO --- */
/* ========================================================================= */
.brand-name {
    width: 100vw;
    position: absolute;
    top: 0vh;
    z-index: 0;
    color: white;
    font-size: 20rem;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.split-columns {
    position: absolute;
    top: 70vh;
    left: 0;
    width: 100vw;
    height: 70vh;
    display: flex;
    justify-content: space-between;
    z-index: 70;
    font-family: 'Nohemi', sans-serif;
}

.pillar {
    width: 35vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 4vw;
    pointer-events: auto;
}

.left-pillar {
    text-align: left;
}

.right-pillar {
    text-align: right;
}

.pillar .top-row {
    margin-top: 5vh;
}

.pillar .dotted-divider {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
    margin: 4vh 0;
    width: 100%;
}

.pillar .bottom-row {
    margin-top: auto;
    padding-bottom: 8vh;
}

/* --- THE 8 WORD FORMATTING --- */
.pillar .top-row span,
.pillar .bottom-row span {
    font-size: 2.5rem;
    text-transform: lowercase;
    margin-right: 6px;
    letter-spacing: 1px;
    line-height: 1.1;
}

/* Randomized Weights */
.pillar .w1 {
    font-weight: 300;
}

.pillar .w2 {
    font-weight: 800;
    color: #d90429;
}

.pillar .w3 {
    font-weight: 100;
}

.pillar .w4 {
    font-weight: 600;
}

.pillar .w5 {
    font-weight: 900;
}

.pillar .w6 {
    font-weight: 200;
}

.pillar .w7 {
    font-weight: 700;
}

.pillar .w8 {
    font-weight: 400;
}

.pillar h3 {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pillar p {
    margin: 0;
    font-size: 1rem;
    opacity: 0.8;
    line-height: 1.5;
}

/* --- TEXT GIFS --- */
.text-gif {
    display: inline-block;
    width: 120px;
    height: 2.8rem;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    line-height: 0.5;
    margin: 0 7px;
}

.gif-1 {
    background-image: url('../Images/rocket-launch.gif');
    height: 4rem;
    vertical-align: baseline;
}

.gif-2 {
    background-image: url('../Images/nothing-nothing-phone.gif');
    height: 2.2rem;
    vertical-align: middle;
    transform: translateY(-0.5rem);
}
