.splash{
    background:#fff;
    text-align:center;
}
.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-section {
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/york.jpg);
    height: 478px;
    background-size: 300%;
    background-repeat-y: no-repeat;
    -webkit-animation: h_slide 24s ease-out infinite;
    -moz-animation: h_slide 24s ease-out infinite;
    animation: h_slide 24s ease-out infinite;
}

.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: 50px;
    color: #fff;
}
@keyframes h_slide {
  0% {
    background-position: 0% top; }
  20% {
    background-position: 0% top; }
  25% {
    background-position: 50% top; }
  45% {
    background-position: 50% top; }
  50% {
    background-position: 100% top; }
  95% {
    background-position: 100% top; }
  100% {
    background-position: 150% top; } }

.splash-text p {
    margin: 3px;
    padding: 5px;
    font-size: 2em;
    display: table;
    background-color: rgba(0,0,0,0.3);
}

.spl-btn {
    background-color: #333;
    padding: 20px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    transition: 0.5s;
    font-size: 1.5em;
    margin: 80px 20px 0;
    border: none;
    font-size: 15px;
    vertical-align: top;
}
.about-block .spl-btn{
    margin:20px;
    background-color: rgba(50,50,50,0.7);
}

.splash-button-wrapper {text-align: center;display: inline-block;}
.splash-button-wrapper a{text-decoration:none;}
.spl-btn:hover {
    background-color: #399143;
    border-color: #399143;
}
.btn-span{
    vertical-align:middle;
    display:inline-block;
    line-height: 1.6em;
    font-weight: 300;
}
.btn-span-login{
    font-size:1.5vw;
}
.splash-wedge {
    border-left: 100vw solid #fff;
    /* height: 1px; */
    border-top: 150px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 30px solid transparent;
    margin-top: -150px;
}
.threeCols-first .fa{
    font-size: 2em;
}
.splash-about{
    display:block;
    width:95%;
    margin-left:auto;
    margin-right:auto;
}
.about-col{
    width:calc(50% - 40px);
    display:inline-block;
    vertical-align:top;
    padding:10px;
}
.about-col p{
    margin:0;
}
.about-col-2 img{
    width:100%;
}
.about-col-1 h1{
    margin: 1.7vw 0;
    text-align:left;
    color: #399143;
    font-size: 1.9vw;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.7vw;
}
.about-col-1 h3{
    margin:1.5vw 0;
    font-size:1.5vw;
}
.about-col-1 p{
    font-size: 1.2vw;
}
.about-buttons{
    margin-top:2vw;
}
.splash-button{
    display:inline-block;
}
.splash-about .spl-btn{
    border:none;
    margin: 1vw;
}
.button1 .spl-btn{
    background-color: #399143;
}
.button1 .spl-btn:hover{
    background-color: #296830;
}
.button2 .spl-btn{
    background-color:#2b5798;
}
.button2 .spl-btn:hover{
    background-color:#19335a;
}
.button3 .spl-btn{
    background-color: #e37325;
}
.button3 .spl-btn:hover{
    background-color:#c65b10;
}
.bg-white{
    background:url(img/pattern-star-inverse.png), linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%)
}
.bg-white .col{
    display:inline-block;
    vertical-align:top;
    width:19%;
    text-align:left;
    font-size:115%;
    padding-top:35px;
    padding-bottom:35px;
}
.bg-white ul{
    list-style:none;
    text-align:left;
    margin:0;
}
.bg-white ul li{
    padding:2px 0;
}
.bg-white a{
    text-decoration:none;
    font-weight:300;
    color:#4582dd;
}
.bg-white a:hover{
    text-decoration:underline;
}
.bg-white a.title{
    color:#333;
    text-transform:uppercase;
    font-weight:bold;
    padding-bottom:10px;
    display:block;
    font-size:125%;
}
.regmessage {
    color: red;
}

