
/* CSS Document */

.splashContainer{
    z-index: 100000;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background: #000;
        display: block;
    position: absolute;
	text-align: center;
    
    
}
.serviceBarInner {
    position: absolute;
    width: 50%;
    background: rgb(58, 245, 177);
    height: 100%;
}
.banInnerScrub {
    position: relative;
    height: 100%;
    background: 009fdf;
    width: 50%;
    text-align: left;
}
.spLogo {
    position: absolute;
    /*background: url(splashLogo.png) center center no-repeat;
    background-size: contain;*/
    width: 39vw;
    height: 10vw;
    left: 50%;
    top: calc(50% - 3vw);
    transform: translate(-50%, -50%);
    z-index: 1;}
.spText {
    position: absolute;
    width: 39vw;
    height: 10vw;
    left: 50%;
    bottom: -5vw;
    transform: translate(-50%, 50%);
    z-index: 1;
    font-family: _medium;
    font-size: 1.8vw;
    color: #daf7f5;
    text-align: center;
}