section.splash {
    background-color: white;
}

.splash-top {
    background-image: url("https://learn.stocktrak.com/wp-content/uploads/2018/10/ohio-splash.jpg");
    width: 1025px;
    margin-left: auto;
    margin-right: auto;
    height: 650px;
    min-height: 600px;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    position: relative;
}

.button-wrapper {
    padding-top: 300px;
    text-align: center;
}

.splash-main {
    width: 822px;
    display: inline-block;
    vertical-align: top;
}

.splash-dates {
    position: absolute;
    color: red;
    font-size: 2.5rem;
    /* left: 50%; */
    top: 400px;
    width: 100%;
    text-align: center;
}

.splash-sidebar {
    width: 200px;
    display: inline-block;
    background-color: rgba(0,0,0,0.5);
    padding: 1%;
    box-sizing: border-box;
    position: relative;
    height: 650px;
}

.splash-sidebar h3 {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}

a.splash-button {
    background-color: #e8123c;
    color: #fff!important;
    padding: 1rem;
    font-size: 1.5rem;
    margin: 3rem;
    border: 1px solid white;
}

.splash-sidebar .splash-button {
    margin: 0;
}

.splash-dates p {
    background: #fff;
    display: inline-block;
    padding: 1rem;
}

.splash-bottom {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}