/* 
*   Site
*   Global styles applied to entire solution on top of mermaid
*/

#sign-up {
    position: relative;
}

.ssf {
    background-color: #009ee3;
    background-image: url('../images/bg_flowmoji_tile.png');
    background-size: 66vh;
    background-repeat: repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

.ssf .ssf-page-bot-cta {
    position: absolute;
    bottom: -6rem;
    right: 0;
    left: 0;
    padding-bottom: 3rem;
    text-align: center;
}

.ssf .ssf-page-bot-cta__link {
    color: #ffffff;
}

.logo {
    display: block;
    max-width: 10em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    padding: 1em;
    text-align: center;
    border-radius: 10em;
}

.logo:active,
.logo:focus,
.logo:hover {
    background: rgba(0,0,0,.05);
}

.logo svg {
    height: 1.25rem;
    fill: #009ee3;
}

/*
    media query
*/
@media (min-width: 768px) {
    .ssf .logo {
        max-width: 12.5em;
        padding: 1.25em;
    }

    .ssf .logo svg {
        height: 1.6rem;
    }
}