.hpheader {
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 812px) {
  .hpheader {
    background-attachment: fixed;
  }
}

.pagetitle {
  font-size: 30px;
  background-color: rgba(45,128,255,0.85);
  width: 75%;
  display: block;
  margin: 15px auto;
  color: white;
  border-radius: 50px;
}

.tp-style {
  background-color: rgba(49,55,58,0.85);
}

.hpsection {
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 812px) {
  .hpsection {
    background-attachment: fixed;
  }
}

.bg-mysite {
  background-color: #309c9f;
}

.ftspan {
  font-size: calc(24px + 1vw);
  color: rgb(255,255,255);
}

