.navbar .navbar-brand img.logo {
  width: 200px;
}

.banner-bg {
  background-color: #061f62;
}

.banner {
  position: relative;
  background-image: url(../img/banner-2025.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-position: center;
}

.banner-highlightBlock {
  width: 100%;
  height: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  bottom: 0;
  background-color: rgba(107, 13, 136, 0.5);
}

.banner-highlights {
  margin: auto;
  display: flex;
}

.banner-highlights .highlight {
  width: 270px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 60px;
}

.banner-highlights .highlight.highlight-end {
  border-right: 0 solid rgba(255, 255, 255, 0.5) !important;
}

.banner-highlights .highlight .highlight-num {
  font-size: 30px !important;
  color: #fff !important;
  line-height: 30px !important;
}

.banner-highlights .highlight .highlight-content {
  font-size: 16px !important;
  opacity: 0.5;
  color: #fff !important;
}

.blockquote-footer.subtitle::before {
  content: none;
}

#conference-intro .text {
  font-size: 20px;
}

#conference-tracks {
  background-image: linear-gradient(134deg,
      #0732a7 0%,
      #6845a0 51%,
      #f1815f 100%);
  color: #fff;
}

#conference-production-committee .card-img-top {
  width: 80%;
  margin: 0 auto;
}

#conference-tracks .subtitle {
  color: #999;
}

#conference-tracks .card {
  border-color: rgba(81, 43, 212, 0.8);
}

#conference-tracks .card-text {
  text-align: left;
  min-height: 100px;
}

#conference-speakers {
  background-color: #eee;
}

#conference-speakers .card-text {
  text-align: left;
  height: 140px;
  overflow-y: auto;
}

#conference-application {
  background-color: #eee;
}

iframe.hdx-ticket {
  width: 100%;
  min-width: 420px;
  height: 660px;
  min-height: 660px;
  text-align: left;
}

footer {
  background-color: #512bd4;
  text-align: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
}

footer a,
footer a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .banner {
    background-size: auto 190px;
    height: 190px;
  }

  .banner-highlightBlock {
    bottom: -35px;
    /* background-color: rgba(188, 152, 5, 0.6); */
  }

  footer {
    height: 120px;
    line-height: 40px;
  }
}

@media (max-width: 1399px) {
  #conference-tracks .card-text {
    min-height: 150px;
  }
}