.splash{margin:-15px;width:1050px;height:600px;margin-left: auto;background-color:rgba(255,255,255,0.0);padding:0;background-repeat:no-repeat;background-size:cover;overflow:hidden;background-image:url(https://learn.stocktrak.com/wp-content/uploads/2018/10/hood.jpg);margin-right: auto;}
.splash p{
 color:#fff; 
 text-indent:10px; 
 text-shadow:1px 1px #1F456A}
/* splash button */
.splashbutton
{
    color: white;
    text-align: center;
    border: 2px solid white;
    font-size: large;
    display: block;
    margin: 20px;
    background-color: #244675;
    padding: 5px 20px;
}

    .splashbutton:hover
    {
        color: white;
        background-color: #312a31;
        text-decoration: none;
    }

    .splashbutton span
    {
        line-height: 40px;
    }
