.homepage-regional-events > .overlay{
    background-color: rgba(0, 0, 0, 0.42);
}

.card-deck > .mycard{
    background-color: #fff;
}

.register-section {
    background: url(../images/static/bg-normal.jpg) no-repeat center;
}

.entry-register {
    padding: 0px 0 24px;
    font-size: 3em;
    font-weight: bold;
    
    color: #232127;
    
    text-align: center;
}

.homepage-featured-events .event-content-wrap figure img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
  }
/* style="background-color: #eadfbce3;" */

.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}
@media screen and (max-height: 575px) {

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background-color: #f8f9fa;
  color: #fff;
  padding: 16px 21px;
  border: 2px solid #ffc107;
  z-index: 100;
}

a.back-to-top, a.back-to-top:visited{
  color: #dc3545;
}