.big-block h1 {
    margin: 3px;
    font-size: 3.5em;
    color: #fff;
    text-align: left;
    display: table;
    padding: 6px;
    line-height: 1em;
    width: 60%;
    background-color: rgba(36,36,36,0.8);
}

.splash-top {
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/waterloo.jpg);
    min-height: 600px;
    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;
    background-repeat-y: no-repeat;
    background-color: #000;
    height: 70vh;
    text-align: center;
}
@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;
    text-shadow: 0 0 10px #333;
}
.splash-text {
    width: 1025px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 96px;
    color: #fff;
}

.splash-text p {
    margin: 3px;
    padding: 5px;
    font-size: 2em;
    display: table;
    background-color: rgba(0,0,0,0.3);
}

.splash-button{
    display:inline-block;
}

.spl-btn {
    background-color: #d42293;
    padding: 20px 40px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    transition: 0.5s;
    font-size: 1.5em;
    margin: 80px 70px 0;
    /* height: 50px; */
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 15px;
    vertical-align: top;
}

.splash-button-wrapper {text-align: center;display: inline-block;vertical-align: top;position: relative;}
.splash-button-wrapper a{text-decoration:none;}
splash-button{vertical-align:top;display:inline-block;}
.spl-btn:hover {
    background-color: #262c3a;
    border-color: #262c3a;
}
.btn-span{
    vertical-align:middle;
    display:inline-block;
    line-height: 1.6em;
    font-weight: 300;
}
/*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;
    }
}
.assignments-section .assignment-details-bar{
    
background-image: linear-gradient(#d42293 50%, transparent 50%);
}
.splash-bottom{
    min-width:1025px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    background-color:#231f20;
    position:relative;
}
.spl-onethird{
    width:33%;
    box-sizing:border-box;
    display:inline-block;
    margin:1vh;
    position:relative;
}
.spl-twothird{
    box-sizing:border-box;
    width:64%;
    display:inline-block;
    vertical-align:top;
    position:relative;
}
.spl-twothird-inner{
    height:40vh;
    background-size:cover;
    background-position-y:30%;
    vertical-align: top;
    margin:1vh;
    position:relative;
    }
.spl-full{
    box-sizing:border-box;
    width:100%;
    margin:1vh;
    position:relative;
}
.spl-half{
    box-sizing:border-box;
    width:48%;
    display:inline-block;
    height:50vw;
    background-size:cover;
    margin:1vh;
    position:relative;
}
.splash-bottom p{
    position:absolute;
    bottom:0;
    background-color:rgba(0,0,0,0.8);
    padding:30px;
}


.splash h1, .splash h2 {
    color: #d42293;
    font-weight: bold;
    text-align: center;
    background: rgba(0,0,0,0.7);
    display: inline-block;
    padding: 1vh;
    text-transform: uppercase;
}

.splash h1 {
    margin-top: 100px;
}