.splash
{
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    z-index:1;
    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/kean.jpg);
    height: 550px;
    background-size: 200%;
    -webkit-animation: h_slide 20s ease-out infinite;
    -moz-animation: h_slide 20s ease-out infinite;
    animation: h_slide 20s ease-out infinite;
    position: relative;
    background-repeat-y:no-repeat;
    background-color:#fff;
}
@keyframes h_slide {
  0% {
    background-position: 0% 0%; }
  25%{
      background-position:0% 100%;
  }

  50%{
      background-position:100% 100%;
  }
  85%{
      background-position:100% 0%;
  }
  100%{
      background-position:0% 0%;
  }
     
     }

.splash-text h1 {
    margin: 3px;
    font-size: 3em;
    color: #fff;
    text-align: left;
    display: table;
    padding: 6px;
    line-height: 1.1em;
}
.splash-text {
    width: 1025px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 350px;
    color: #fff;
}
.spl-txt{
  background-color:rgba(0,48,86,0.8);
  max-width:50%;
}
.splash-text p {
    margin: 3px;
    padding: 5px;
    font-size: 1.5em;
    display: table;
}

.spl-btn {
    background-color: #77bc1f;
    padding: 15px 20px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    transition: 0.5s;
    font-size: 1.5em;
    margin: 20px 20px 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.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: #00539b;
    border-color:#00539b;
}
.btn-span{
    vertical-align:middle;
    display:inline-block;
    line-height: 1.6em;
    font-weight: 300;
}
.btn-span-login{
    font-size:1.5vw;
}
.top-left-text {
    max-width: 48%;
    background-color: rgba(57,57,56,0.8);
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.titleTop{
    padding-top:5px;
}
.kean-footer{
    background-color:#0F3056;
    margin-bottom:-2px;
    padding:5px;
    height: 51px;
}
.kean-footer ul{
    margin-left: auto;
    width: 450px;
    list-style: none;
    clear: both;
}
.kean-footer ul:after{
  content:'';
  clear:both;
}
.kean-footer ul li{
    float:left;
    height: 30px;
    padding: 5px;
}
.kean-footer img{
    height:30px;
    padding:5px;
}
/*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;
    }
}
