/*
* Custom Styles
*/

    .splash {
        background-color: rgb(255,255,255);
        background-color: rgba(255,255,255,1);
    }

        .splash-center {
            text-align: center;
            width: 900px;
            padding: 10px;
            background: #fff;
            margin: 5% auto 0;
        }

