.start-screen {
    background: #1d1d1e;
    /*    background:#fff;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 100vh;
    color: #fff;
    text-align: center;
    align-items: center;
}

.start-screen h4 {
    color: #fff;
    font-size: 1.2rem;
    font-family: 'OpenSans';
    font-weight: 400
}

.start-screen h3 a,
.start-screen h3 {
    color: #fff;
    font-size: 2.5rem;
    font-family: 'OpenSans';
    line-height: 50px;
    font-weight: 400;
    text-decoration: none
}

.start-screen h3 {
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
}

.start-screen h2 a {
    color: #fff;
    font-size: 2.5rem;
    font-family: 'OpenSans';
    line-height: 50px;
    font-weight: 400;
    text-decoration: none
}

.start-screen h3 a:hover,
.start-screen h3 a:active,
.start-screen h3 a.active-link,
h3.active-link {
    color: #ffffff;
    text-decoration: none
}

.start-screen h2 a:hover {
    color: #0095c4;
    font-size: 2.5rem;
}

.start-screen h5 {
    color: #fff;
}

.start-button {

    text-align: center;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.start-button a {
    width: 6rem;
    height: 6rem;
    background: #212121;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .4s;
    text-decoration: none;
    color: #ffffff;
    border: 5px solid #ffffff;
    /*    box-shadow: 0 0 30px #404040;*/
    box-shadow: -2px 12px 6px -2px #404040;
}

.start-button a i {
    font-size: 2rem;
}

.start-button a:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0p;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #07A7D8;
    transition: .4s;
    transform: scale(.98);
    z-index: -1;

}

.start-button a:hover:before,
.start-button a:active:before {
    transform: scale(.98);
    /*    box-shadow: 0 0 10px #000000;*/
    background-color: #07A7D8;

}

.start-button a:hover,
.start-button a:active {
    transform: scale(1.1);
    box-shadow: 0 0 10px #c5cdfc;

}

.splash {

    /* background-image: url(../images/screen.jpg); */
    background-image: linear-gradient(-0deg, rgba(67, 96, 13, 0.9) 0%, rgba(148, 233, 217, 0) 25%), url(../images/screen.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10.5rem;
}

.splash .epl-logo {
    width: 250px;
    margin: 0px auto
}

.splash .epl-logo img {
    max-width: 100%;
}

.splash.display-none {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    opacity: 0;
}

.splash h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0.6rem
}


.spalsh-relative {
    position: relative;
    width: 300px;
}

.splash-footer {
    margin-top: 0rem;
}

.splash-footer .logo {
    display: block;
    vertical-align: middle;
    position: absolute;
    bottom: 1rem;
    width: 100%;
}

.splash-footer .logo a {
    display: block;
    width: 190px;
    height: 82px;
    margin: 0px auto;
}

splash-footer .logo a img {
    vertical-align: middle;
    width: 100%;
}

@media only screen and (max-width:742px) {
    .score-detail {
        width: 80%;
    }

    .splash {
        background-image: url(../images/screen-res.jpg) !important;
    }
}