header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25)),
    url(https://assets-cdn.carwars.com/websites/landing-pages/Powersports+Business+Webinar_header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  background-attachment: scroll;
  padding-top: 12rem !important;
  padding-bottom: 3rem !important;
}

header .textwrapper {
  margin-bottom: 4rem;
}

header .textwrapper .title {
  font-family: var(--mlight);
  font-size: 2.5rem;
  margin: 1.5rem auto;
  margin-top: 0;
}

.title.sub {
  font-size: 1.75rem;
  margin: 1rem auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 500px !important;
}

#series {
  color: var(--blue3);
}

.card {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 2rem !important;
  height: fit-content;
  overflow: hidden;
}

.card .thumbnail img {
  width: 25%;
  transition: var(--ease);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
}

.card .details {
  text-align: center;
  margin-top: 1rem;
}

.card .zmdi {
  margin-right: 0.5rem;
}

.card .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  width: auto;
  margin-top: 1rem;
}

.card .date p {
  margin: auto;
}

.card a {
  width: 100%;
}

.card button {
  box-shadow: none !important;
  margin-top: 1rem;
}

.card.upcoming {
  opacity: 60%;
}

.card.aired .thumbnail img:hover {
  opacity: 0.8;
}

.card.aired .zmdi {
  color: var(--green2);
}

.card.aired .date {
  color: var(--d-gray);
}

section.first {
  display: flex;
  flex-direction: column;
}

section.first .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min-content;
  text-align: center;
}

section.first article {
  box-shadow: var(--shadow-hover);
  border: none;
  margin: 0;
  margin-left: 5rem;
}

section.first article .textwrapper .content {
  padding-bottom: 0;
}

section.first article label {
  margin-bottom: 2rem;
}

#eventButton {
  margin-top: 2rem;
}

#eventButton a {
  z-index: 15 !important;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
  section.first.lander .container {
    flex-direction: column;
  }
  section.feature .wrapper {
    margin-top: 2.5rem;
  }

  section.feature article {
    margin-left: auto;
  }
  section.first article label {
    margin-bottom: 1rem;
  }

  .card {
    flex-direction: column;
    width: 80%;
  }

  .card .details {
    text-align: center;
    margin-left: 0;
    margin-top: 1rem;
  }

  .card .details p {
    margin: auto;
  }
}
