html {
    font-family: "Raleway", sans-serif;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
}
html section {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html section.col-2 {
    right: 0;
    background: #000015;
}
html section.col-2 article {
    color: #fff;
    text-align: center;
}
html section.col-2 article > * {
    position: absolute;
    width: 100%;
}
html section.col-2 article h1 {
    bottom: 125px;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.6rem;
    text-indent: 0.6rem;
}
html section.col-2 article h2 {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
    text-transform: uppercase;
}
html section.col-2 article h2.top {
    top: 100px;
}
html section.col-2 article h2.bottom {
    bottom: 100px;
}
html section.col-2 article p {
    top: 50%;
    margin: -1em 0 0;
    font-size: 3.5rem;
    font-weight: 800;
}

html section.col-2 article button {
    margin: 50px auto 0;
    font-size: 1.3rem;
    font-weight: 400;
    width: 160px;
    height: 40px;
    left: 0;
    right: 0;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .8);

    color: #fff;
    display: block;
    transition: all 0.4s ease-out;
}
html section.col-2 article button:hover {
    margin-top: 48px;
}