.splash{
    text-align:center;
}
.splash-text h1 {
    margin: 3px;
    font-size: 4em;
    color: #fff;
    text-align: left;
    display: table;
    padding: 6px;
    background-color: rgba(75, 149, 75, 0.6);
}
#splash-boxes h2{
    font-size:4em;
    font-weight:200;
    margin-top: 4vh;
}
.splash-section {
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/indiana-2.jpg);
    min-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;
    background-repeat-y: no-repeat;
}

.splash-section {}
@keyframes h_slide {
  0% {
    background-position: 0% top; }
  30% {
    background-position: 0% top; }
  33% {
    background-position: 50% top; }
  63% {
    background-position: 50% top; }
  66% {
    background-position: 100% top; }
  97% {
    background-position: 100% top; }
  100% {
    background-position: 150% top; } }


.splash-text {
    width: 1025px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 183px;
    color: #fff;
}

.splash-text p {
    margin: 3px;
    padding: 5px;
    font-size: 2em;
    display: table;
    background-color: rgba(75, 149, 75, 0.6);
}

.spl-btn {
    background-color: rgba(0, 102, 178, 0.8);
    margin: 20px;
    width: 220px;
    display: inline-block;
    color: #fff;
    transition: 0.5s;
    font-size: 1.5em;
    line-height: 1em;
    padding: 20px;
}
.splash-section .spl-btn{
    width: auto;
}
.splash-button-wrapper {text-align: center;width: 1025px;}

.spl-btn:hover {
    background-color: #4B954B;
}
#splash-about {
    background-color: #fff;
    margin: 0;
    /* height: 300px; */
    padding: 30px;
}

#splash-about h2 {
    margin: 0;
}

.spl-about {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 1025px;
    text-align: center;
}

.about-block {
    width: 30%;
    display: inline-block;
    margin: 15px;
    text-align: center;
    vertical-align: top;
}


.about-block p {
    text-align: center;
    10: 9px
    font-size: 1;
    font-size: 12px;
}
.about-block h3{
    margin:3px;
    font-size:2em;
    text-align:center;
}

#Splash-Teacher {
    background-image: url(img/splash1.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
}

#Splash-Teacher h2 {
    color: #fff;
    padding: 30px;
    margin: 0;
    font-size: 2em;
    display: table;
    background-color: rgba(0,0,0,0.3);
    margin-left: 25px;
}

.spl-teach {
    min-width: 1025px;
    width: 80%;
    margin-right: auto;
    text-align: left;
    margin-left: 200px;
    padding-top: 30px;
}
.spl-teach .spl-btn{
    float:right;
    margin:15px;
    text-align:center;
}
.spl-teach ul{
    list-style-position:inside;
}
.spl-teach li {
    color: #fff;
    text-align:left;
    margin-right: auto;
    font-size:1.5em;
    background-color:rgba(0,0,0,0.3); 
}
.about-block img{
    max-height:150px;
}
#splash-boxes{width:100%;min-width:1025px;display: inline-block;background-color: #fff;font-family: roboto;}
.spl-box{width:250px;height: 500px;display: inherit;margin: 0px 20px;padding: 30px 0;vertical-align: top;}
.icon-wrapper{border-radius:100%;height:200px;width:200px;border: 10px solid lightgrey;overflow:hidden;margin-left: auto;margin-right: auto;box-sizing: border-box;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{width: 90%;vertical-align: middle;}
.spl-helper{
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.spl-box.box-1:hover .icon-wrapper{
    border:20px solid blue;
}
.spl-box.box-2:hover .icon-wrapper{
    border:20px solid orange;
}
.spl-box.box-3:hover .icon-wrapper{
    border:20px solid red;
}
.spl-box.box-4:hover .icon-wrapper{
    border:20px solid yellow;
}
.spl-box h3:after{
    content:"";
    height:2px;
    background-color:lightgrey;
    width:80%;
    display:inline-block;
}
.spl-box.box-1:hover h3:after{
    background-color:blue;
}
.spl-box.box-2:hover h3:after{
    background-color:orange
}
.spl-box.box-3:hover h3:after{
    background-color:red;
}
.spl-box.box-4:hover h3:after{
    background-color:yellow;
}
#donors{
    background-color: rgba(75, 149, 75, 1);
    display: none;
}
#donors h2{
    margin-top:0;
    padding:20px;
    text-align:left;
    color:#fff;
}
.donor-wrapper{
    width:80%;
    min-width:1025px;
    margin-left:auto;
    margin-right:auto;
}
.donor{
    display:inline-block;
    width:25%;
    padding:30px;
    vertical-align:middle;
}
.donor p{
    text-align:center;
    color:#fff;
}
.donor img{
    max-height:100px;
    max-width:100%;
    border-radius: 5px;
}
#splash-about {
    margin: 0;
    /* height: 300px; */
    padding: 5px;
    /* background-color: lightgrey; */
}

#splash-about h2 {
    margin: 0;
}

.spl-about {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 1025px;
    text-align: center;
    /* max-width: 1500px; */
}

.about-block {
    display: inline-block;
    margin: 5px;
    /* text-align: left; */
    height: 300px;
    background-size:cover;
    vertical-align:top;
}
.small-block .about-wrapper{
    background-color: rgba(50,50,50,0.7);
    margin: 80px 10px;
}
.small-block .about-wrapper p{
    text-align:left;
    font-size:130%;
    padding: 10px;
}
.big-block{
    width: 65%;
}
.small-block{
    width:32%;
    text-align: center;
}
.small-block p{vertical-align: middle;display: inline-block;margin: 0;font-size: 18px;width: 75%;text-align: center;}
.block1{background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/teachers-and-students-1.jpg);background-position-y: 60%;position: relative;}
.block2{background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/indianablue-1.jpg);}
.block3{background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/tealchart-1.jpg);background-position-y: 50%;}
.block4{
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/splash1-1.jpg);
    background-position-y: 30%;
    background-position-x: 90%;
}
.block1 .about-wrapper{
    background-color: rgba(36,36,36,0.8);
    padding: 10px;
    width: 60%;
    margin: 10px;
}
.block1 .about-wrapper p{font-size: 18px;}
.block4 .about-wrapper{
    background-color: rgba(36,36,36,0.8);
    vertical-align: bottom;
    width: 60%;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    margin-left: 35%;
}
.block4 .about-wrapper p{
    text-align: right;
    font-size: 18px;
}
.btn-span{
    vertical-align:middle;
    display:inline-block;
    line-height: 1.6em;
    font-weight: 300;
}
.block3{
    line-height:initial;
}

.spl-about .spl-btn{
    padding: 10px;
    margin: 5px;
    vertical-align:middle;
}
.about-wrapper h1, .about-wrapper p{
    color:#fff;
}

#splash-boxes .spl-btn{
    width:80%;
    margin:0;
}
#splash-boxes .box-2 .splash-button, #splash-boxes .box-3 .splash-button{
    width:100%;
    margin:0;
}
#splash-boxes .box-2 .spl-btn, #splash-boxes .box-3 .spl-btn{
    width:27%;
    margin:5px;
    display:inline-block;
}
.big-block .splash-button{
    display:inline-block;
    width:33%;
    margin:0;
}
.small-block p{
    vertical-align:top;
    display: inline-block;
}
.threeCols-first .fa{
    font-size:4em;
    padding:5px;
}
.block4 h2{
    padding: 10px;
    font-size: 2rem;
    text-align:left;
    color:#fff;
}
.block4 ul{
    color:#fff;
    text-align:left;
    font-size: 1.3rem;
    padding:5px;
    display:inline-block;
    width:60%;
}
.block4-wrapper{
    background-color:rgba(0,0,0,0.5);
    height: 280px;
    padding: 10px;
}
.block1 .spl-btn{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    vertical-align: bottom;
    height: 45px;
    padding-top: 10px;
    bottom: 0;
}
.block1 .spl-btn:after{
    display:block;
    content:"Click Here";
    color:transparent;
    font-size:0;
    transition:0.5s;
    border:none;
    width:0;
    width:50%;
    margin-left:auto;
    margin-right:auto;
}
.block1 .spl-btn:hover{
    height:85px;
}
.block1 .spl-btn:hover:after{
    font-size:100%;
    border-radius:5px;
}
.block3 .spl-btn{
    margin-top:70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*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;
    }
}

.buttonregisternewcontest
{
  display: inline-block; 
  padding: 10px 15px; 
  background: #e2e2e2; 
  border: 1px solid #CCC; 
  color: #4d4d4d;
  text-decoration: none; 
  margin: 20px 0; 
  font-size: 12px; 
  line-height: 16px; 
}

/*ipad splash*/
@media (max-width:800px){
    .splash-section{
        min-height: 0;
        height: 410px;
    }
}

.bot-wrapper .splash-button {
    background-color: rgba(0, 102, 178, 0.8);
    display: inline-block;
    line-height: 2rem;
    font-size: 2rem;
    width: 33%;
    margin-left: 5%;
    margin-right: 5%;
    color: #fff!important;
    padding: 1rem;
    transition:0.3s;
    vertical-align:bottom;
}

.bot-wrapper .splash-button:hover{
  padding:2rem;
  opacity:1;
}
.bot-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}