body {
  background-color: #F5F5F4;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  /* font-family:'Courier New', Courier, monospace; */
  /* font-weight: 600; */
}

h2.mainTitle {
  text-transform:uppercase;
  color: #e42127;
}
h4 {
  display: block;
}
h4 span {
  display: inline-block;
  background: #545454;
  color: #FFF;
  padding: 5px 12px;
  margin: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.8rem;
}
.top h1 {
  padding: 30px 0;
}

.top {
  padding: 20px;
}

.slots {
  padding-bottom: 15px;
}

.buy {
  padding: 15px 0;
}

.head-img {
  padding: 40px 0;
}
.nav-tabs li.active {
  font-weight: bold;
}
.nav-tabs li a {
  color: #e42127;
}

.bands h5 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-family: 'Inter', sans-serif;
  margin-top: 30px;
}
.bandName {
  margin:0;
  font-size: 14px;
  font-weight: 16px;
  margin-top: -14px;
  background: #e42127;
  color: #FFF;
  padding: 5px 10px;
  display: inline-block;
}
.bandTime {
  margin: 0;
  font-size: 14px;
}
#purchaseForm .btn {
  margin: 5px 8px;
  padding: 4px 8px;
  background-color: #af9495;
  border: none;
  color: white;
  border-radius: 0 !important;
}
#checkout {
  display: none;
  /* text-align: center; */
  bottom: 0;
  padding: 1rem;
  width: 100%;
  color: black;
  background-color: white;
  font-weight: 500;
  border-radius: 2px;
  border:1px solid #CCC;
  /* box-shadow: black 2px 2px 0px; */
}
.products .table td, .table th {
  border-top: none !important;
}
.products strong {
  text-align:center;
  display: block;
}
#grandTotal {
  text-align: center;
  display: block;
}

#thankYou {
  display: none;
}
.time-slots {
  flex-flow: row wrap;
}
#purchaseForm label.timeSlots {
  width: 40%;
  max-width: 40%;
  background-color: #af9495;
  border: none;
}
label.timeSlots.active {
  background-color: #e42127;
  border-color: #4a4a4a;
}
.foodCount {
  display: none;
}

label {
  font-weight: 600;
}

@media (min-width: 767px) {
  #checkout {
    display: none;
  }
  .bandName {
    font-size: 16px;
  }
}

.buy .savePurchase {
  font-family: 'chunkfiveroman';
  font-size: 30px;
  background-color: #e42127;
  padding: 15px;
  border: none;
}
.buy .savePurchase:active {
  background-color: #ad181d !important;
}

/* #purchaseForm .btn:focus{
  background-color: white;
  color: #e42127;
} */

/* .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%);
} */



#purchaseForm .btn.active {
  background-color: #e42127;
  color: #fff;
  box-shadow: none;
}

footer[role="main"] {
  position: relative;
  padding-bottom: 30px; }
  footer[role="main"] .brands {
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  footer[role="main"] .copy {
    padding: 25px 0;
    color: #afafaf;
    font-size: 14px;
  }

.copy {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
#purchaseForm .btn.saveAdminPurchase {
  background-color: #e42127;
}

.sponsorBox {
  
}

.logoSponsorCard {
  background-color: white;
  border-radius: 10px;
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.nameSponsorCard {
  background-color: white;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@media (max-width: 992px) {
  .nameSponsorCard {
    border-radius: 0px 0px 10px 10px;
    box-shadow: none;
  }
  .logoSponsorCard {
    box-shadow: none;
    border-radius: 10px 10px 0px 0px;
    margin: 0 auto;
  }
}
