.splash
{
    text-align:center;
}
.big-block h1 {
    margin: 3px;
    font-size: 4em;
    color: #fff;
    text-align: left;
    display: table;
    padding: 6px;
    line-height: 1em;
}

.splash-section {
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/splash-1.jpg);
    height: 500px;
    background-size: 300%;
    -webkit-animation: h_slide 24s ease-out infinite;
    -moz-animation: h_slide 24s ease-out infinite;
    animation: h_slide 24s ease-out infinite;
}
@keyframes h_slide {
  0% {
    background-position: 0% center; }
  20% {
    background-position: 0% center; }
  25% {
    background-position: 50% center; }
  45% {
    background-position: 50% center; }
  50% {
    background-position: 100% center; }
  95% {
    background-position: 100% center; }
  100% {
    background-position: 150% center; } }

.splash-text h1 {
    margin: 3px;
    font-size: 3em;
    color: #fff;
    text-align: left;
    display: table;
    padding: 6px;
    background-color: rgba(0,0,0,0.3);
}
.splash-text {
    width: 1025px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    color: #fff;
}

.splash-text p {
    margin: 3px;
    padding: 5px;
    font-size: 2em;
    display: table;
    background-color: rgba(0,0,0,0.3);
}

.spl-btn {
    background-color: #e8c90c;
    padding: 20px;
    /* line-height: 25px; */
    width: 170px;
    display: inline-block;
    color: #53565b;
    transition: 0.5s;
    font-size: 1.5em;
    /* margin: 80px 20px 0; */
    /* height: 50px; */
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 15px;
}
.about-block .spl-btn{
    margin:20px;
    background-color: rgba(100,100,100,0.7);
}

.splash-button-wrapper {text-align: center;display: inline-block;}
.splash-button-wrapper a{text-decoration:none;}
.spl-btn:hover {
    background-color: #f8f8f8;
    border-color: #e8c90c;
}
.top-left-text {
    max-width: 48%;
    background-color: rgba(57,57,56,0.8);
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
#splash-boxes{width:100%;min-width:1025px;display: inline-block;background-color: #fff;height: 600px;}
.spl-box{width:250px;height:400px;display: inherit;margin: 0px 20px;padding: 30px 0;vertical-align: top;}
.icon-wrapper{height:200px;width:200px;border: 10px solid lightgrey;margin-left: auto;margin-right: auto;transition: 0.2s;}
.spl-box p{text-align:center;color: #555;text-shadow: none;}
.spl-box h3{text-align:center;margin: 0;padding: 15px;font-size: 1.7em;}
.icon-wrapper img{
    height: 100%;
    transition:0.8s
}
.spl-box:hover img{
    opacity:0;
}
.spl-box.box-1 .icon-wrapper{
    background-image:url(https://learn.stocktrak.com/wp-content/uploads/2018/10/admitStudents.jpg);
    background-size:cover;
    background-position:50%;
}
.spl-box.box-2 .icon-wrapper{
    background-image:url(https://learn.stocktrak.com/wp-content/uploads/2018/10/register.jpg);
    background-size: cover;
    background-position: 25%;
}
.spl-box.box-3 .icon-wrapper{
    background-image:url(https://learn.stocktrak.com/wp-content/uploads/2018/10/login.jpg);
    
}
.spl-box.box-1:hover .icon-wrapper{
    border:10px solid #e8c90c;
}
.spl-box.box-2:hover .icon-wrapper{
    border:10px solid #e8c90c;
}
.spl-box.box-3:hover .icon-wrapper{
    border:10px solid #e8c90c;
}

.spl-box h3:after{
    content:"";
    height:2px;
    background-color:lightgrey;
    width:80%;
    display:inline-block;
}
.spl-box.box-1:hover h3:after{
    background-color:#e8c90c;
}
.spl-box.box-2:hover h3:after{
    background-color:#e8c90c
}
.spl-box.box-3:hover h3:after{
    background-color:#e8c90c;
}
table.evar-footer{
background-color:#e0e0e0;
width:1025px;
}
.evar-footer p{
    color:#333;
    text-shadow:none;
}
.splash .fa{
    font-size:4em!important;
}
.assignment-details-bar{
    background-image:linear-gradient(#f0c808 0%,#f0c808 50%, lightgrey 50%, lightgrey 100% )!important;
}
#div-findcontest-container table{
    background-color:#fff;
    color:#333
}

/*ipad hack*/
@media screen and (max-width:1025px){
    body{
        min-width:1025px;
    }
    .splash{
        width:1025px;
        left:0;
    }
    .spl-box{
        margin:0;
    }
    .spl-btn{
       width:200px;
    }
}

.evar-footer{
  background-color:#e0e0e0;
}
.evar-footer tbody, .evar-footer tr {
    background-color: #e0e0e0;
}