body, html {
    height: 100%;
    margin: 0;
}


.splash {
    /* The image used */
    background-image: url("splash.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    position: relative;
}

/* styles found in the loading-indicator css file can be overridden here if required. */

/* example

.sk-circle {
    // use the !important keyword to override an existing value
    bottom: 15vh !important;
}
*/