.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  height: 100vh;
}

.image {
  filter: drop-shadow(0 2px 10px #000c);
  padding-left: 20px;
  padding-right: 20px;
}

.div-block {
  margin-top: 140px;
  margin-bottom: 140px;
}

.section2 {
  text-align: center;
  background-color: #fff;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block {
  filter: drop-shadow(0 2px 6px #000000b3);
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Great Vibes, cursive;
  font-size: 50px;
}

.text-block2 {
  text-align: center;
  padding-bottom: 0;
  font-family: Carattere, sans-serif;
  font-size: 150px;
  line-height: 150px;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.container {
  background-color: #fff;
}

.container-fade {
  text-align: center;
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.container-copyright {
  text-align: center;
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.copyright-text {
  text-align: center;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.copyright {
  margin-top: 0;
}

.section3 {
  background-color: #fff;
  background-image: linear-gradient(#53a5ce, #fff);
  padding-top: 10px;
  padding-bottom: 10px;
}

.jesusbox {
  background-color: #fff;
  border-radius: 20px;
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 40px;
  box-shadow: 0 2px 9px 7px #0003;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.findme-text {
  text-align: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lora, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.text-block---prizes {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 150px;
  line-height: 75px;
}

.text-block---prizes2 {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 75px;
}

.text-block3 {
  text-align: center;
  padding-bottom: 0;
  font-family: Carattere, sans-serif;
  font-size: 150px;
  line-height: 150px;
}

.welcome-text {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.nav-link {
  color: #8b2982;
}

.nav-link-2, .nav-link-3 {
  color: #f78989;
}

.container-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.navbar-no-shadow {
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 5px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-4 {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #fff;
  background-color: #000;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.title {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.section {
  background-image: url('../images/The-People.jpg');
  background-position: 50%;
  background-size: cover;
}

.welcome-text-v2 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.white-logo {
  filter: drop-shadow(0 2px 5px #000000b3);
  max-width: 70%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.button {
  filter: drop-shadow(4px 5px 7px #0000004d);
  background-color: #408dbb;
  border-radius: 11px;
  width: 80%;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.button:hover {
  background-color: #375e76;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  min-width: 100px;
}

.question-text {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.question-text-v2 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.section-preview {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/sky.jpg');
  background-position: 0 0;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
  height: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-2 {
  text-align: center;
  background-image: url('../images/sky.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-4 {
  filter: drop-shadow(0 2px 5px #000000b3);
  max-width: 80%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.container-3, .need-your-help-container {
  flex: 0 auto;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
}

.need-your-help-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.option-1-index {
  text-align: center;
  background-image: url('../images/sky.jpg');
  background-position: 0 0;
  background-size: cover;
}

.white-logo-v2 {
  filter: drop-shadow(1px 2px 10px #00000080) drop-shadow(0 2px 5px #000000b3);
  max-width: 70%;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.code-embed {
  width: 100%;
  height: 800px;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Website-Bg.jpg'), linear-gradient(#002a4a, #002a4a);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.fj-logo {
  filter: drop-shadow(0 2px 5px #000000b3);
  text-align: center;
  width: 90%;
  margin-top: 40px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 220px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 40px;
}

.container-4 {
  text-align: center;
  height: 1200px;
}

.little-jesus {
  text-align: center;
  width: 650px;
  margin-top: 0;
  margin-bottom: 0;
}

.main-text-block {
  filter: drop-shadow(0 2px 9px #000c);
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lora, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.main-text-block-v2 {
  filter: drop-shadow(0 2px 9px #000c);
  color: #fff;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: none;
  mix-blend-mode: normal;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: PT Serif, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.title-container {
  text-align: center;
}

.section-4 {
  text-align: center;
  background-image: linear-gradient(#184f79, #002a4a 69%);
}

.reg-button {
  filter: drop-shadow(0 2px 10px #ffffffb3);
  outline-offset: 0px;
  letter-spacing: .25rem;
  background-image: linear-gradient(#134790, #006dbb);
  border-radius: 20px;
  outline: 3px solid #fff;
  padding: 30px 40px;
  font-family: Bitter, serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: underline;
}

.main-text-block-v3 {
  filter: drop-shadow(0 2px 9px #000c);
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.map-title-section {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/sky.jpg');
  background-position: 0 0;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
  height: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-text-block-v4 {
  filter: drop-shadow(0 2px 9px #000c);
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.image-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: block;
}

.main-text-block-v5 {
  filter: drop-shadow(0 2px 9px #000c);
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  padding: 40px 20px;
  font-family: Lora, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.main-text-block-v6 {
  filter: drop-shadow(0 2px 9px #000c);
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  mix-blend-mode: normal;
  padding: 40px 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.main-text-block-v4-copy {
  filter: drop-shadow(0 2px 9px #000c);
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.text-svg {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.link-block {
  width: 90%;
}

.text-svg-2 {
  width: 98%;
  margin-top: 0;
  margin-bottom: 0;
}

.cta-enter-code {
  width: 90%;
}

.links-text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-3 {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.dropdown-toggle {
  margin-top: 1px;
  padding: 0 5px;
}

.dropdown-list {
  background-color: #dfdfdf;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 10px;
}

.dropdown-link {
  border-bottom: 1px solid #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-link:hover {
  font-weight: 700;
  text-decoration: underline;
}

.dropdown-link-2 {
  border-bottom: 1px solid #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-link-2:hover {
  font-weight: 700;
  text-decoration: underline;
}

.icon, .icon-2 {
  margin-right: 0;
}

.enter-code-button {
  width: 80%;
}

.section-5 {
  background-image: linear-gradient(#15619b, #012f52);
}

.nav-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border: 1px #fff;
  border-radius: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-container {
  width: 100%;
  max-width: 100%;
}

.nav-text {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.nav-text-button {
  color: #000;
  cursor: pointer;
  background-color: #a4a4a4;
  background-image: linear-gradient(#fff, #a8a8a8);
  border: 1px solid #848484;
  border-radius: 6px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.nav-section {
  background-image: linear-gradient(#0f2435, #012f52);
  width: 100%;
  padding: 5px 8px;
}

.top-bar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-bar-text {
  color: #000;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: underline;
}

.nav-text-button-m {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  display: none;
}

.nav-text-button-dt {
  color: #000;
  cursor: pointer;
  background-image: linear-gradient(#fff, #a8a8a8);
  border: 1px solid #848484;
  border-radius: 6px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.image-6 {
  filter: drop-shadow(0 2px 5px #000000b3);
  width: 450px;
}

.page-text {
  filter: drop-shadow(0 2px 9px #000c);
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  mix-blend-mode: normal;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.page-title-text {
  filter: drop-shadow(0 2px 9px #000c);
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.button-2 {
  background-image: linear-gradient(#1375bf, #282478);
  border-radius: 20px;
  width: 80%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.page-button {
  background-image: linear-gradient(#1375bf, #282478);
  border-radius: 20px;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.page-text-small {
  filter: drop-shadow(0 2px 9px #000c);
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  mix-blend-mode: normal;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.iframe {
  width: 95%;
}

.iframe-section {
  text-align: center;
  background-color: #002a4a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.little-jesus-page {
  text-align: center;
  width: 650px;
  margin-top: 40px;
  margin-bottom: 0;
}

.section-6 {
  color: #000;
  background-image: linear-gradient(#102d44, #0c4570);
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block2 {
    font-size: 60px;
    line-height: 60px;
  }

  .paragraph {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-fade {
    max-width: 100%;
    min-height: auto;
  }

  .copyright-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .copyright {
    font-size: 10px;
  }

  .jesusbox {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
  }

  .findme-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block---prizes, .text-block---prizes2, .text-block3 {
    font-size: 60px;
    line-height: 60px;
  }

  .welcome-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .welcome-text-v2, .question-text, .question-text-v2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-preview {
    background-image: none;
  }

  .fj-logo {
    filter: drop-shadow(0 2px 5px #000000b3);
  }

  .little-jesus {
    width: 90%;
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-text-block {
    font-size: 48px;
    line-height: 48px;
  }

  .main-text-block-v2 {
    padding-bottom: 20px;
    font-size: 70px;
    line-height: 70px;
  }

  .reg-button {
    filter: drop-shadow(0 2px 10px #ffffffb3);
    outline-offset: 0px;
    outline: 3px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 140px;
    padding-right: 140px;
    font-size: 28px;
    line-height: 28px;
  }

  .main-text-block-v3 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 18px;
  }

  .map-title-section {
    background-image: none;
  }

  .main-text-block-v4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
  }

  .main-text-block-v5 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .main-text-block-v6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-text-block-v4-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
  }

  .page-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-title-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
  }

  .page-text-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .little-jesus-page {
    width: 90%;
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section2 {
    padding-top: 10px;
  }

  .text-block {
    padding-top: 20px;
    font-size: 35px;
    line-height: 30px;
  }

  .text-block2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 30px;
    line-height: 40px;
  }

  .container-fade {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-copyright {
    background-color: #c2c2c299;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .copyright-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    line-height: 15px;
  }

  .section3 {
    padding-top: 10px;
  }

  .jesusbox {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 60px;
  }

  .columns {
    flex-flow: column;
  }

  .findme-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block---prizes {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block---prizes2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block3 {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .welcome-text {
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 30px;
    line-height: 40px;
  }

  .image-2 {
    margin-bottom: 40px;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .welcome-text-v2 {
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px;
    line-height: 40px;
  }

  .question-text {
    padding-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 30px;
    line-height: 40px;
  }

  .question-text-v2 {
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-preview {
    height: auto;
    padding-top: 10px;
  }

  .little-jesus {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-text-block {
    font-size: 36px;
    line-height: 44px;
  }

  .main-text-block-v2 {
    font-size: 55px;
    line-height: 55px;
  }

  .reg-button {
    margin-left: 40px;
    margin-right: 40px;
  }

  .main-text-block-v3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .map-title-section {
    height: auto;
    padding-top: 10px;
  }

  .main-text-block-v4 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .main-text-block-v5 {
    font-size: 30px;
  }

  .main-text-block-v6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-text-block-v4-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .nav-grid {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-text-button {
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    flex-flow: wrap;
    place-content: space-around center;
    align-items: center;
    display: flex;
  }

  .nav-text-button-m {
    color: #000;
    text-align: center;
    background-image: linear-gradient(#fff, #a8a8a8);
    border: 1px solid #000;
    border-radius: 6px;
    flex-flow: wrap;
    place-content: space-around center;
    align-items: center;
    padding: 5px 10px;
    display: flex;
  }

  .nav-text-button-dt {
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    flex-flow: wrap;
    place-content: space-around center;
    align-items: center;
    display: none;
  }

  .page-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-title-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .page-text-small {
    padding-left: 40px;
    padding-right: 40px;
  }

  .little-jesus-page {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .copyright-text {
    font-size: 10px;
    line-height: 10px;
  }

  .jesusbox {
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .findme-text {
    font-size: 30px;
    line-height: 30px;
  }

  .welcome-text {
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .welcome-text-v2, .question-text, .question-text-v2 {
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .container-4 {
    height: 350px;
  }

  .little-jesus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-text-block {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .main-text-block-v2 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .reg-button {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .main-text-block-v3 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-text-block-v4 {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .main-text-block-v5 {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-text-block-v6 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-text-block-v4-copy {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .nav-text-button-m {
    text-decoration: underline;
  }

  .page-text {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-title-text {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .page-text-small {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .little-jesus-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}


