
.top-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../assets/images/baafest-banner.jpg");
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-slide {
    width: auto !important;
}

.separator-bg {
    background-color: #a9abac !important;
}


.events-bg {
    background-image: linear-gradient(91deg, white 7%, #ebcf39 100%, white 100%);
  }

.style1 {
  /* background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e6e7), to(#e6dd50)) */
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e6e7), to(#e6dd50));
  background-image: linear-gradient(0deg, #e5e6e7 0%, #e6dd50 100%);
  overflow: scroll !important; 
  padding-right: 0px !important;

}
body {
    padding-top: 60px;
    padding-bottom: 60px;
}
.banner-bg {
    background-color: #ffd207;
}
.isconfirmed {
    color: green !important;
}
 .body {
     overflow: scroll;
   }
 .container-background {
  background-color: #ffd207;
}
 .style2 {
  border: 5px solid #991a4d;
  background-image: url("../assets/images/baafest-sheep-head.png");
}
 .style3 {
  background-image: url("../assets/images/baafest-sheep-head.png");
}
 .style4 {
  background-image: url("../assets/images/baafest-banner.png");
}
 .style5 {
  background-color: rgba(13, 110, 253, 0.05);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(42%, black), to(white));
  background-image: linear-gradient(0deg, black 42%, white 100%);
}
.smalltandc {
    font-size: 60%;
}.smallticketinfo {
    font-size: 80%;
}