/*-----------------------------------------------------------------------------------*/
/* Import Top.
/*-----------------------------------------------------------------------------------*/

    /* Fonts */
    @import "//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,600,700";

    
/*-----------------------------------------------------------------------------------*/
/* Utilities
/*-----------------------------------------------------------------------------------*/

    ::selection      { background: #222; color: #eee; }
    ::-moz-selection { background: #222; color: #eee; }
    .selection       { background: #222; color: #eee; padding: 0 2px; }


/*-----------------------------------------------------------------------------------*/
/* Body
/*-----------------------------------------------------------------------------------*/

    html, body, .container-table {
        background-image: url(../img/bg.png);
        color: #eee;
        height: 100%;
    }
    .container-table {
        display: table;
    }
    .vertical-center-row {
        display: table-cell;
        vertical-align: middle;
    }


/*-----------------------------------------------------------------------------------*/
/* Layout
/*-----------------------------------------------------------------------------------*/

    .logo {
        display: block;
        position: relative;
    }
    .soon {
        color: #e1e1e1;
        font-family: "Open Sans" sans-serif;
        font-size: 34px;
        font-weight: 300;
        margin-top: 50px;
        text-transform: uppercase;
    }

