h1 {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400 !important;
}

@media (min-width: 300px) {
  h1 {
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400 !important;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 96px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400 !important;
  }
}

h3 {
  font-size: 24px;
  line-height: normal;
  font-weight: 400 !important;
}

.container-padding-top {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .container-padding-top {
    padding-top: 120px;
  }
}

.second-row-padding {
  padding-top: 24px;
}

@media (min-width: 768px) {
  .second-row-padding {
    padding-top: 48px;
  }
}

.shows-div {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*height: 60%;*/
}

.shows-img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 2/1;
  /*height: 40%;*/
}

.shows-a {
  color: #000 !important;
  text-decoration: none;
}

#shows h6 {
  font-size: 14px;
  font-weight: 200;
  line-height: normal;
}

#shows h5 {
  font-size: 16px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 50px;
}

#shows h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

#news p {
  max-width: 500px;
  padding-top: 24px;
  padding-bottom: 23px;
  font-weight: 100;
  margin: 0;
}

#home-banner .btn {
  color: #ffffff;
  text-decoration: none;
  padding: 14px 24px;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  border: none;
  border-radius: 0;
  margin-top: 8px;
}

#home-banner p {
  font-size: 20px;
  font-weight: 200;
  line-height: normal;
}

.link {
  border-bottom: 1px #000 solid;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  padding-bottom: 24px;
  padding-top: 16px;
  font-size: 32px;
  font-weight: 100;
  line-height: normal;
  color: inherit;
  text-decoration: none;
  align-items: center;
}

#footer h5 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

#footer a {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: normal;
  text-decoration: inherit;
  margin-top: 12px;
}

#footer a:hover {
  text-decoration: underline;
}

#footer {
  margin-top: 120px;
}

.gutter-30 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.contact-a {
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-decoration: none;
  margin-top: 12px;
  color: #000;
}

@media (min-width: 576px) {
  .contact-a {
    font-size: 32px;
    margin-top: 24px;
  }
}

.tickets-icon {
  margin-bottom: 3px;
  margin-right: 10px;
}

