html,
body {
    background-color: #f0f0f0;
}

.hideMe{
    display:none;
}
.hiddenText{
 color:#f5f5f5;
 font-size:12px;
}

.center{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-placer-dt{
    top:36%;
    display:none;
}

.logo-placer-mb{
    top:36%;
    display:none;
}
.logo-holder{
    position: relative;
    top:0px;
    animation: moveup 1.0s;
    animation-timing-function: ease;
}

.logo-image{
  border-radius: 10%;
}

@keyframes moveup {
      0%    { top:50px;}
      100%  { top:0px; }
}

.pwa-placer{
    top:32%;
    display:none;
}
.pwa-holder{
    color:#003893;
    font-weight: 500;
    font-size: 22px;
    position: relative;
    top:0px;
    text-align:center;
    line-height: 175%;
    animation: moveup 1.0s;
    animation-timing-function: ease;
    font-family: Arial, sans-serif;
}

.progress-placer{
    position:absolute;
    top:47%;
    display: none;
    left:50%;
    transform: translate(-50%, -0%);
    width: 50%;
}

.progressHeader{
    margin: 0;
    position:relative;
    top: 0px;
    color:rgba(0,0,0,0.75);// #003893;
    font-family: Arial, sans-serif;
    font-size:14px;
    text-align: center;
}

.progressBarHolder{
    background-color:#ffffff;
    border-radius:2px;
    text-align:left;
    position: relative;
    top:8px;
  }

.progressBar{
    height:5px;
    width:0;
    background-color: rgba(0, 56, 147, 0.85); //#003893; //#ffac4a;
    border-radius:2px;
}

.progressText{
    margin: 0;
    color:rgba(0,0,0,0.75);// #000000;
    font-family: Arial, sans-serif;
    display:none;
    text-align: center;
}

.small1{
    position:relative;
    top:90px;
    font-size:12px;
     color:#dc143c;
}
.small2{
    position:relative;
    top:90px;
    font-size:12px;
}

.circ-prog-container{
  height:150px;
  width:150px;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  display:none;
  //display:grid;
  place-items: center;
  background-color:#ffffff;
  border-radius:8px;
  box-shadow: 20px 20px 40px rgba(60,60, 150, 0.25);
}

@keyframes moveupSlogan {
      0%     { top:140px; }
      100%   { top:90px;}
}




