#loading-wrapper{position:fixed;width:100%;height:100%;left:0;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5);z-index:9999}#loading-text{color:#fff;font-family:PT Sans Narrow,sans-serif;font-size:24px;margin-bottom:20px}#progress-bar{width:80%;height:10px;background-color:#ddd;border-radius:5px;overflow:hidden;margin-top:20px}@media (min-width:768px){#progress-bar{width:35%}}#progress{height:100%;width:0;background-color:#d86c00}