html{height:100%}body{padding:0;margin:0;background-color:#e8e8e8;height:100%}.splash-screen{background-color:#e8e8e8;height:100%;display:flex;align-items:center;justify-content:center}.splash-screen .splash-container{width:250px;margin-bottom:10em;text-align:center}.splash-screen .logo{width:150px;height:150px;background:url(//res.cloudinary.com/our-sunday-visitor/image/upload/w_150/v1559669926/shared/2019_brand/osv_logo.svg) top left no-repeat;background-size:150px 150px;margin:auto}.splash-screen .load-bar{position:relative;margin-top:20px;width:100%;height:6px;background-color:#fff}.splash-screen .bar{content:"";display:inline;position:absolute;width:0;height:100%;left:50%;text-align:center}.splash-screen .bar:nth-child(1){background-color:#88c26a;animation:loading 3s linear infinite}.splash-screen .bar:nth-child(2){background-color:#e98055;animation:loading 3s linear 1s infinite}.splash-screen .bar:nth-child(3){background-color:#5dbacf;animation:loading 3s linear 2s infinite}@keyframes loading{0%{left:50%;width:0;z-index:100}33.3333%{left:0;width:100%;z-index:10}to{left:0;width:100%}}
