/*
* Custom Styles
*/

    .splash {
	background-color: rgb(47,99,135);
	background-color: rgba(29,29,29,0.78);
    }

        .splash-center {
	text-align: center;
	width: auto;
	margin-top: 0%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 50px;
        }

