.splash {
    height: 180px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

/* .splash-img {
    background-image: url('../images/splash-image.jfif');
    background-position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 96.5%;
    z-index: 0;
} */

.jumbotron{
    padding-bottom: 0pt;
    margin-top: 25px;
}

.splash-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 96.5%;
    opacity: 0.9;
    z-index: 1;
}

.splash-overlay-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    z-index: 2;
    text-align: center;
}

.gmt-8-time{
    padding-top: 10pt;
    padding-left: 90%;
    font-size: 15t;
    /* text-align: right; */
}

.splash-my-color {
    background-color: #0c444d;
}


