﻿/*
 * Added opacity:0 to splash-plate class to get rid of splash screen. Need to keep splash-overlay class or text will flash on the screen.
*/
.splash-overlay {
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
}

.splash-plate {
    max-width: 92%;
    padding: 2% 4%;
    text-align: center;
    box-shadow: 1px 2px 12px rgba(0,0,0, 0.2);
    border-radius: 6px;
    background: white;
	opacity:0;
}
