.blockquote-footer {
  background-color: transparent;
}

/*this is for the prayer page */
/* Google Forms */
.google-form-responsive {
  width: 640px;
}

@media (max-width: 767px) {
  .google-form-responsive {
    width: auto;
  }
}
.google-form {
  top: 90px;
  position: relative;
  min-height: 760px;
}

/* How this HR element works

The first part of it, is the lines:   
@include short-diamond-hr;
  &.hr--center-diamond--dkpink {
    background: clr(gl-pink, dark);

    The second part is the diamond:

    &:before {
      @include short-line-diamond-hr(clr(gl-pink, dark));
    }

To use it, use the following class:
hr--short-fast
Modify this class to a new name reflecting the color needed (Variable isn't being passed in.)
hr--center-diamond--<whatever color using>

 Copy the code. For the first part, change the background color. For the second part, the backgrond color is changed by passing in a variable. Note: I can't get the variable to pass in the first part with the &:before, which can be fixed later. U hr--center-diamond--colorpurple
*/
hr.hr--short {
  border: 0;
  height: 1px;
  width: 25%;
  position: relative;
  margin: 30px auto;
}
hr.hr--short.hr--center-diamond--color {
  background: #62304c;
}
hr.hr--short.hr--center-diamond--color:before {
  background: #62304c;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 50%;
  margin: 0 0 0 -3px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Opera, Chrome, and Safari */
}

.body--padding-top {
  padding-top: 100px;
}

@media (min-width: 1200px) {
  #know-pfa {
    padding-right: 5rem;
  }
}
.know_hero {
  background: url(../img/home-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  max-height: 900px;
}

.pray_hero {
  background: url(../img/praying-g8d75a6285_1920.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  max-height: 550px;
}

.fast_hero {
  background: url(../img/keith-hardy-PP8Escz15d8-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  max-height: 550px;
}

.FAQ_hero {
  background: url(../img/cross.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  max-height: 550px;
}

#prayer-form-hero {
  background: url(../img/aaron-burden-lPCu8HnGU2E-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  min-height: 900px;
}

#fast-form-hero {
  background: url(../img/juli-kosolapova-Us_dv71f1bc-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  min-height: 1800px;
}

.fast_hero_image_text {
  position: relative;
  margin-top: 200px;
  width: 100%;
  height: 1000px;
  text-align: center;
  font-size: 18px;
}

.alms_hero {
  background: url(../img/africa-g0fba11ffa_1920.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  background-position: 25% 15%;
}

.alms_blockquote {
  color: #95af5c;
}

.alms_crs_donate {
  background-color: #764e80;
}

.alms_crs_list {
  border: 2px solid #95af5c;
}

.list--color {
  list-style: none;
}
.list--color:nth-child(even) {
  list-style: none;
  background-color: #d8e1c3;
}

footer {
  background-color: #95af5c;
}
footer a {
  color: white;
}

.prayers {
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.participant_prayer_1 {
  grid-row: 1;
  height: 100%;
  border-color: #764e80;
  border-width: 20px;
  border-style: solid;
}

@media (min-width: 600px) {
  .prayers {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.prayer_journey {
  width: 340px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.prayer_image_ashes {
  width: 380px;
}

@media (min-width: 600px) {
  .prayer_journey {
    width: 100px;
  }
  .prayer_image_ashes {
    width: 100px;
  }
}
@media (min-width: 900px) {
  .prayers {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1800px) {
  .prayers {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.dark-pink-background {
  background-color: #62304c;
}

.dark-pink-text {
  color: #62304c;
}

.participant_prayer {
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  display: grid;
}
.participant_prayer:nth-child(n) {
  background-color: #62304c;
}
.participant_prayer:nth-child(5n-4) {
  background-color: #442950;
}
.participant_prayer:nth-child(5n-3) {
  background-color: #b1608e;
}
.participant_prayer:nth-child(5n-2) {
  background-color: #764e80;
}
.participant_prayer:nth-child(5n-1) {
  background-color: #442950;
}

.border-design {
  border-left: 5px solid;
  border-left-width: thick;
  border-left-color: #95af5c;
}

.responsive-iframe {
  margin-top: 7rem;
}

.container--purple {
  background-color: #764e80;
}

* {
  font-family: "Raleway", sans-serif;
}

body {
  background: white;
}

.navbar {
  border-bottom: #95af5c 3px solid;
  opacity: 0.85;
  background: white;
}

#call2 {
  background: url(../img/cross.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 700px;
}

.know-lead {
  position: relative;
}

#know-lead-1 {
  padding: 10px;
}

#know-lead-1::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #764e80;
  display: inline-block;
  position: absolute;
  top: 22%;
  left: -55px;
}

#know-lead-2 {
  padding: 10px;
}

#know-lead-2::after {
  content: "";
  width: 75px;
  height: 3px;
  background: #764e80;
  display: inline-block;
  position: absolute;
  bottom: 22%;
  left: 150 px;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 7777, "wght" 400, "GRAD" 0, "opsz" 48;
}

@media only screen and (min-width: 1200px) {
  .know-pfa {
    padding-right: 5rem;
  }
}
#google_translate_element {
  margin-top: 8rem;
}

#join-us {
  margin-top: 10rem;
}

.extra-margin {
  margin-top: 7rem !important;
}

.flyer-image {
  width: 45%;
  height: auto;
}

.message_hero {
  font-size: x-large;
  font-weight: 625;
  line-height: 1.4;
  color: white;
  background-color: rgba(149, 175, 92, 0.8);
  padding: 3rem;
  border-radius: 25px;
  margin-top: 10rem;
  text-align: center;
}

.font-3 {
  font-size: x-large;
  font-weight: 625;
  line-height: 1.4;
  color: hsl(120deg, 8%, 31%);
}

.font-4 {
  font-size: x-large;
  font-weight: 625;
  line-height: 1.4;
  color: rgba(118, 78, 128, 0.8);
}

.font-5 {
  font-size: 1.25rem;
  color: rgba(118, 78, 128, 0.8);
}

.join-us-now {
  background-color: rgba(118, 78, 128, 0.8);
  border: solid 10px;
  border-color: hsl(288deg, 20%, 71%);
  color: white;
}

.background-green {
  background-color: #95af5c;
}

.background-lt-green {
  background-color: rgba(149, 175, 92, 0.5);
}

.purple {
  color: #764e80;
}

.green {
  color: #95af5c;
}

.background-purple {
  background-color: #764e80;
}

.background-pink {
  background-color: #b1608e;
}

.background-lt-purple {
  background-color: hsl(288deg, 20%, 71%);
}

#sign-up {
  background-color: #764e80;
}

#learn {
  padding-top: 5rem;
}

#hands {
  height: 200px;
  width: 100%;
}

#fast-level-intro-button {
  font-size: 1.75rem;
}

/*
.fast-image-text {
  position: relative;
  margin-top: 200px;
  width: 100%;
  height: 1000px;
  text-align: center;
  font-size: 18px;

*/
.display-custom {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-custom2 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2;
}

.lt-green-block {
  background-color: rgba(149, 175, 92, 0.2);
  height: 360px;
}

.lt-green {
  background-color: rgba(149, 175, 92, 0.2);
}

#cow {
  border-right: 60px solid rgb(34, 32, 32);
}

.space {
  margin-top: 200px;
}

.pointer {
  cursor: pointer;
}

#aboutpic {
  margin-top: -75px;
}

.profile-pic {
  width: 150px;
  height: 150px;
}

/* signup buttons */
.btn-signup-cta {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

.offset1 {
  left: 150px;
  position: relative;
  top: -30px;
}

.offset2 {
  right: 1px;
  position: relative;
  top: 620px;
}

#hiddenCost {
  overflow: auto;
}

@media only screen and (min-width: 375px) and (max-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .lt-green-block {
    height: 380px;
  }
}
@media (max-width: 767px) {
  /* add spacing between level cards, but not the first */
  .card-level:not(:first-child) {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .weeks-cards {
    margin-top: 1rem;
  }
}
/* reponsive iframe. The aspect ratio is height of 693 divided by the width of 1232, or 56.25%. */
.iframe-container {
  overflow: hidden; /* the overflow property specifies whether to clip content aor add scrollbars when an element's content is too big to fit in the area.*/
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-img-top-AllSaints {
  width: 100%;
  object-fit: cover;
}

/* participate page*/
.quote_Spacing {
  margin-bottom: 4px;
  padding-right: 12px;
  padding-left: 12px;
}

.movedown {
  position: relative;
  top: 70px;
}

.scroll_up {
  position: relative;
  top: 16px;
  text-align: center;
}

.learn_beef {
  display: flex;
  justify-content: center;
}

.blockquote-footer-learn {
  display: block;
  font-size: 80%;
  color: white;
}

.cafo-img {
  height: 315px;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .cafo-img {
    max-width: 100%;
    height: auto;
  }
}
.learn-poor {
  display: flex;
  align-items: center;
  color: white;
}

/* signup form */
#signup-form-section {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#signup-form-section iframe {
  border: none;
  flex-grow: 1;
}

.table {
  display: table; /* Allow the centering to work */
  margin: 0 auto;
}

/*parish resources page*/
.parent {
  display: flex;
}

.overlay-container:hover .overlay {
  opacity: 1;
  position: relative;
}

.item {
  flex-grow: 45%;
}

.item2 {
  width: 55%;
}

.flyer-image2 {
  width: 100%;
  height: auto;
}

.flyer-image3 {
  width: 45%;
  height: auto;
}

.flyer-image4 {
  width: 90%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: #9b9ea2;
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0%;
  color: white;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

.zoom {
  padding: 3px;
  background-color: #95af5c;
  opacity: 90%;
  transition: transform 0.2s;
  width: 70vw;
  height: auto;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.3);
  z-index: 10;
}

#last {
  width: 90%;
}

@media only screen and (min-width: 1024px) {
  .QR-code {
    margin-top: 1rem;
    padding-left: 60px;
  }
}
/* Should implement this on hover. Perhaps can use a SASS function. 
@media only screen and (max-width: 1024px) {
  .move {
    display: none;

  }
}
*/
.square-bullet {
  list-style-type: square;
}

/*# sourceMappingURL=style.css.map */
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 3fr;
  background-color: aqua;
  gap: 1rem;
  height: 100vh;
}

/*stacked bar chart*/
#chart {
  max-width: 650px;
  margin: 35px auto;
}

/*HR Elements*/
hr.hr--short-fast {
  border: 0;
  height: 1px;
  width: 25%;
  position: relative;
  margin: 30px auto;
}
hr.hr--short-fast.hr--center-diamond--colorpurple {
  background: #764e80;
}
hr.hr--short-fast.hr--center-diamond--colorpurple:before {
  background: #764e80;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 50%;
  margin: 0 0 0 -3px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Opera, Chrome, and Safari */
}

/* No borders list group items for menus*/
.list-group-item--no-lines {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #fff;
}

.container--rounded-purple {
  background-color: #764e80;
  border-radius: 25%;
  padding: 100px;
}
.container--rounded-purple.card {
  border-radius: 30%;
}

/*above complete guess to round cards. Work on it to get it right.*/
.carousel-indicators li {
  background-color: #442950;
  height: 10px;
}

/*# sourceMappingURL=style.css.map */
