/*
* Custom Styles
*/



    .splash {
        background-color: rgba(0,0,0, 0.8);
        background-color: rgba(rgba(0, 0, 0, 0.8));
    }

        .splash-center {
            text-align: center;
            color:#FFF;
            max-width: 560px;
            padding: 20px;
/*            background: #fff; */
            margin: 10% auto 0;

            background-color: rgba(rgba(0, 0, 0, 0.8));
         
        }

            .splash-title {
                margin: 0 0 5px 0;
            }

            .input-text {
                width: 100%;
                margin-bottom: 5px;
                border: solid 1px #ccc;
                padding: 7px;
            }

            .submit-button {
                margin-bottom: 10px;
            }

            .close-splash {
                margin: 0;
                font-size: 12px;
            }

@media screen and (max-width: 420px) {
    .splash-center {
        margin: 0;
    }
}


