#splash {
	margin-top: 0;
	padding-top: 60px;
    text-align: center;
    height: 820px;
    background-size: cover;
}
#splash #title {
    padding-top: 30%;
}
.splash2 #title{
	color: #fff;
}
#splash #title .splash-logo {
    width: 13rem;
}

#splash #title h5 {
    font-size: 0.75rem;
    margin: 15px 0;
    font-weight: 400;
}
#splash #loading-bar .splash-loading {
    width: 3.3rem;
}

#loading-bar {
	position: absolute;
	transform: translate(-50%, -50%);
}

#copyright {
    position: absolute;
    width: 100%;
    font-weight: 300;
    color: #333;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
}
#copyright h6 {
    font-weight: 600;
    font-size: 0.8rem;
}
#copyright p {
    margin-top: 2px;
    text-transform: uppercase;
}
.splash2 #copyright h6,
.splash2 #copyright p{
	color: #fff;
}
