@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.pdfPage .banner {
  position: relative;
  background-image: url("./assests/images/pdfBannerImg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdfPage .banner .banner-content {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdfPage .banner .banner-content > * {
  width: 50%;
}

.pdfPage .banner h3 {
  font-size: 64px;
  line-height: 75px;
  font-family: "Roboto Condensed", sans-serif;
  color: #0756a5;
  font-weight: 700;
}

.pdfPage .stepsContent {
  margin-top: 50px;
  margin-bottom: 60px;
}

.pdfPage .stepsContent img {
  width: 60%;
}

.pdfPage .stepsContent ul.startingSteps,
.pdfPage .stepsContent li.imgLI {
  list-style: none;
}

.pdfPage .stepsContent ol.bonusItemsSteps {
  list-style: auto;
}

.pdfPage .stepsContent ul li h5,
.pdfPage .stepsContent ol li,
.pdfPage .stepsContent ol li h5,
.pdfPage .stepsContent ul li {
  font-family: "Poppins", "sans-serif";
  font-size: 18px;
  line-height: 27px;
}

.pdfPage .stepsContent ol li {
  font-weight: 500;
}

.pdfPage .stepsContent ol li ul > li {
  font-weight: 400;
}

.pdfPage .stepsContent ul li h5,
.pdfPage .stepsContent ol li h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

.pdfPage .stepsContent ul li,
.pdfPage .stepsContent ol li {
  margin-bottom: 15px;
}

.pdfPage .stepsContent ul.startingSteps li h5 a {
  color: #0756a5;
  cursor: pointer;
  text-decoration-line: underline;
}

.pdfPage .stepsContent ol li a {
  text-decoration: underline;
  color: #0756a5;
}

a {
  color: #0756a5;
}

a:visited {
  color: #0756a5;
}

.pdfPage .stepsContent ul.engagementCardPresentationSteps li {
  color: #0756a5;
}

.pdfPage .stepsContent ul.GCHomeScreenSteps,
.pdfPage .stepsContent ul.customLinkSteps,
.pdfPage .stepsContent ul.sharingParishionersSteps {
  list-style: square;
}

.pdfPage .stepsContent ul.customLinkSteps li > a {
  overflow-wrap: break-word;
}

.bonusItemsHeading {
  background-color: #0756a5;
  color: #fff;
  padding: 10px 0;
  font-size: 32px;
  font-family: "Roboto Condensed", "sans-serif";
  text-align: center;
  margin-bottom: 30px;
}

.pdfPage .stepsContent .bonusItems ol.bonusItemsSteps li ul {
  padding-left: 20px;
}

@media (max-width: 576px) {
  .pdfPage .stepsContent ol.startingSteps {
    padding-left: 15px;
  }

  .pdfPage .banner .banner-content > h3 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 768px) {
  .pdfPage .banner .banner-content {
    flex-direction: column;
  }

  .pdfPage .banner .banner-content > * {
    width: 100%;
  }

  .pdfPage .banner .banner-content > h3 {
    text-align: center;
  }

  .pdfPage .stepsContent img {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
