.launchpad-content,
.launchpad-content p {
  font-size: 18px;
}

.launchpad-content button {
  display: block;
  margin: auto;
  padding: 16px 30px;
  background-color: #68335a;
  /* background-color: rgb(238, 118, 35); */
  border: solid #fff 2px;
  box-shadow: 2px 2px 10px #68335a;
  font-size: 1.3em;
  color: #fff;
}

.launchpad-content .section-header {
  margin-bottom: 20px;
}

.launchpad-content li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
}

.launchpad-content .hero {
  min-width: 70%;
  max-width: 675px;
  margin: 50px auto;
  position: relative;
}

.launchpad-content .hero img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.launchpad-content .hero button {
  position: absolute;
  top: 35%;
  left: 9%;
  padding: 1px 22px;
  font-size: 1.75em;
}

/* banner button needs to cover text in graphic (so lots of media queries! */

@media screen and (max-width: 1350px) {
  .launchpad-content .hero button {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 1000px) {
  .launchpad-content .hero button {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 678px) {
  .launchpad-content .hero button {
    font-size: 1em;
  }
}

@media screen and (max-width: 500px) {
  .launchpad-content .hero button {
    font-size: .7em;
  }
}

@media screen and (max-width: 425px) {
  .launchpad-content .hero button {
    font-size: .6em;
  }
}

.body-banner {
  max-width: 100%;
}

.body-banner img {
  max-width: 100%;
}

.body-content {
  padding: 40px;
}

.body-section {
  margin-top: 50px;
}

.padding-top {
  padding-top: 40px;
}

.padding-top-2 {
  padding-top: 80px;
}

.body-image-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}

.body-image {
  width: 92%;
}

.headline,
.sub-header {
  color: #68335a;
  text-align: center;
  margin: 0 0 50px 0;
}

.sub-header.left-headline {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 36px;
  text-align: left;
  font-size: 36px;
}

.sub-header.launch-note {
  color: rgb(228, 98, 98);
}

.sub-header.inline {
  max-width: fit-content;
  display: inline;
}

h2.sub-header.inline {
  font-size: 36px;
}

#launchpadSignUpModal .modal-content {
  border-top: 5px solid #ee7623;
  border-radius: 0;
}

#launchpadSignUpModal .modal-body > *{
  margin: 10px 0;
}

.c-l-vid {
  display: block;
  margin: auto;
}