.splash{width: 1025px;height: 600px;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/finamex.jpg);margin-left: auto;margin-right: auto;}
.splash p{
 color:#fff; 
 text-indent:10px; 
 text-shadow:1px 1px #031851}
/* splash button */
.splashbutton
{
    color: #092d42;
    text-align: center;
    border-right: 1px solid #03283e;
    /* Height: 40px; */
    width: 25%;
    font-size: large;
    display: block;
    background-color: #b9b9b9;
    float: left;
    margin: 0;
}

    .splashbutton:hover
    {
        color: white;
        background-color: #312a31;
        text-decoration: none;
    }

    .splashbutton span
    {
        line-height: 40px;
    }


.main-wrapper {
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/bgtile.jpg);
}