.splash
{
    margin: 0 auto;
    width: 1025px;
    background-color: #f4f4f4;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background-position-x: -150px;
}
.splash-top{
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/TD.jpg);
    background-size: cover;
    position: relative;
    height: 600px;
    background-position: 50% 50%;
}
/* splash button */
.splashbutton {
    color: white;
    text-align: center;
    border: 2px solid white;
    width: 200px;
    font-size: 1.5em;
    display: inline-block;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 25px;
    background-color: #048403;
}
    .splashbutton:hover {
        color: white;
        background-color: #003f2d;
        text-decoration: none;
    }

    .splashbutton span
    {
        line-height: 40px; 
        vertical-align: middle;
        float:none;
    }
 .splash #pContainer
    {
        width: 235px;
        /* height: 522px; */
        float: right;
        background-color: rgba(30,30,30,0.8);
        padding: 10px;
    }

    .splash p
    {
        font-size: 1em;
        line-height: 1.4em;
        display: block;
        text-align: justify;
        color: white;
    }
.splash .col1, .splash .col2, .splash .col3 { width: 290px; float: left; margin: 150px 25px 0 0; text-align: left }
.splash strong { font-size: 22px; line-height: 24px; color: #5d9732 }
.splash ul { font-size: 17px }
.splash ul li {line-height: 20px;font-size: 12px;text-align: left;color: #333;}
.splash i { color: #a5cd3a; font-weight: bold; font-size: 22px; line-height: 24px }
.splash span { font-size: 14px; }
.splash .col2 { width: 370px; margin-top: 335px }
.splash .col2 .regTime { margin-top: 50px; text-align: center }
.splash .col2 .regTime img { margin: 6px 0 15px }
.splash .col2 .regTime h4 { font-size: 19px; line-height: 19px; margin: 4px 0 12px }
.splash .col3 { width: 295px; margin-right: 0 }
.splash .col3 a.noteLink,
.splash .col3 a.noteLink2 { display: block; width: 230px; height: 30px; margin: 70px 0 0 35px }
.splash .col3 a.noteLink2 { margin: 160px 0 0 35px; height: 40px }
.splash .col3 .profile { margin-top: 365px; width: 260px; float: right; text-align: center }

.homeabout
{
    padding-top: 10px;
    padding-left: 30px;
    color: #333!important;
}
.highlight { color: #035b89 }
.homeabout .col1, .homeabout .col2, .homeabout .col3 {width: 250px;text-align: left;height: 300px;font-size: 10px;}
.homeabout .col2 { width: 270px; margin: 0 15px; padding: 0 15px; border-right: 1px solid #565656; border-left: 1px solid #565656; }
.homeabout h3 { margin: 0 0 10px 0;font-size: 18px; color: #1A5336;}
.homeabout p
{
    font-size: 10px;
}

.pContainer {
    position: absolute;
    width: 242px;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 1rem;
}

.pContainer h3 {
    font-size: 1.5rem;
    color: #fff;
}

.button-wrapper {
    padding-top: 351px;
}

.homecol {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}