/**************************/
body {
    background-color: #75bad0;
    /*background-color: #02c4e0;*/
    background: rgb(82,156,196);
background: linear-gradient(0deg, rgba(82,156,196,1) 0%, rgba(236,249,255,1) 30%, rgba(255,255,255,1) 55%);
    }
    
    #sp-footer, #sp-bottom {
    background: transparent;
    }

    #sp-bottom {
      background-image: url(/images/bottom.webp);
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      background-position: bottom;
      padding-top: 250px;
  }

  #sp-header {
   background: #0d51a0;
}

.vapsergroup, .vapempblock, .vapsummarycont {
    background: transparent !important;
}

.vapsername {
    font-size: 21px;
    margin: 0 !important;
    background-color: #173394;
    padding: 10px 0;
    text-align: center;
}
.vapsername a {
    color: white;
}

.sp-page-title {
    padding: 2vh 0 !important;
}