.codeField{
   width: 100%;
   margin:10px; 
}
.success {
  color: #fdfdfd;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  background: #095329;
}

.error {
  color: #fdfdfd;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  background: #db3f3f;
}

#headBanner {
background:#0b908f;
padding:40px;
color: #fff;
}

#headBanner .title h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px !important;
}

#headBanner h4{
  margin:.25em 0 0;
  font-size: 16px;
  font-weight: 400;
}

#myContent{
  margin: 60px 0px 60px 0px;
}
#myContent h2 {
  font-size: 1.4rem;
  margin-top: -65px;
  padding:10px;
  color: #fff;
  position:absolute;
  text-transform:uppercase;
}

.imgFull {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  pointer-events: none;
}

.igrid a {
  color: #fff;
}

.past{
  position: absolute;
  top: 10px;
  width: 120px;
  background:#fb384a;
  color: #fff;
  right:15px;
}

.upcoming {
  position: absolute;
  top: 10px;
  width: 120px;
  background:#370;
  color: #fff;
  right:15px;
}

.page-numbers {
  padding:10px;
  color: #444;
}

.page-numbers.current {
  font-weight: bold;
}

.eventSidebarPrice {
  background:#0b908f;
  margin-top: 20px;
  margin-bottom:10px;
  padding:10px;
  color: #fff;
}

.eventSidebarContact {
  background:#d39e3a;
  margin-top: 20px;
  padding:10px;
  color: #fff;
  text-align: center;
  margin-bottom:20px;
}

.eprice{
  font-size: 2.3rem;
  text-align: center;
  font-weight: bold;
}

#myContentS{
  margin: 60px 0px 60px 0px;
}

#myContentS h2 {
  text-transform: uppercase;
}
.eventContent{
  margin-top: 1.3em;
  padding:2em;
  background-color: #f0f0f0;
  margin-bottom: 1.3em;
}
.bgDefault{
  background:#0b908f !important;
  color:#fff !important;
}