.img-responsive{max-width: 100%}

@font-face {
  font-family: 'Great Vibes';
  src: url('GreatVibes-Regular.woff2') format('woff2'),
      url('GreatVibes-Regular.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
    font-family: 'century';
    overflow-x: hidden;
}
.bumpersection,.QRsection{border-bottom:1px dashed #000; padding-bottom:20px;     margin-bottom: 20px;}
.bumperoffer{background:#fbb415;}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
 .card{background-color: #ffffff00 !important; border: 1px solid rgb(255 255 255 / 77%)!important;}
 .card-header{background-color:transparent !important; border-bottom: 1px solid rgb(255 255 255 / 77%)!important;}
 .card-body{border-bottom: 1px solid rgb(255 255 255 / 77%)!important;}
 .card-title{font-weight:600;}
.festheading{color: #FF0000;
    font-family: "Great Vibes", Sans-serif;
    font-size: 3.5em;
    font-weight: 600;
    letter-spacing: 1.5px;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:underline;
}
.festsubhead{ padding-top:10px; font-size: 1.4em !important;
    font-weight: 600; }
	.bumpersection,.QRsection p{ font-size: 1em;
  }