body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Waston, sans-serif;
  font-size: 300px;
  line-height: 44px;
  font-weight: 700;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.loader {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c1c1c;
}


.image {
  max-width: 200px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  mix-blend-mode: exclusion;
}

.nav-link:hover {
  font-style: italic;
}

.nav-link-2 {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  mix-blend-mode: exclusion;
}

.nav-link-2:hover {
  font-style: italic;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  display: block;
  background-color: transparent;
  mix-blend-mode: exclusion;
}

.link-block {
  display: inline-block;
  width: 200px;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  mix-blend-mode: difference;
}

.image-3 {
  width: 250px;
  mix-blend-mode: exclusion;
}

.nav-menu {
  margin-right: 0px;
  margin-left: auto;
}

.body {
  background-color: #fff;
}

.herotext {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  padding-left: 80px;
  mix-blend-mode: exclusion;
}

.xxlheading {
  display: block;
  max-width: 100%;
  margin-bottom: 50px;
  color: #fff;
  font-size: 380px;
  line-height: 200px;
  font-weight: 400;
  mix-blend-mode: normal;
}

.xxlheading.everywed {
  color: #fff;
  line-height: 220px;
  text-align: center;
  mix-blend-mode: normal;
}

.xxlcont {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1920px;
}

.fsvideo {
  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.player {
  position: relative;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 900px;
  max-height: 60vh;
  max-width: 35vw;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #414141;
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(-6deg) rotateZ(0deg);
  transform: perspective(500px) rotateX(0deg) rotateY(-6deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-4 {
  max-width: 25px;
  margin-bottom: 21px;
}

.text-block {
  color: #000;
  font-weight: 700;
}

.playerset {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.fsvid.wed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1c1c1c;
}

.wednesdays {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.link {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.video {
  position: static;
  z-index: 5;
  display: block;
  width: 100vw;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-5 {
  display: block;
  mix-blend-mode: exclusion;
}

.skiptocontent {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-6 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  mix-blend-mode: exclusion;
}

.contentbtn {
  position: relative;
  z-index: 2;
  padding: 15px;
  background-color: #fff;
}

.recent {
  background-color: transparent;
}

.fsvidcont {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont {
  max-width: 1000px;
}

.xlcont {
  max-width: 1500px;
}

.recentmsgblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 40px;
  border: 4px solid #000;
  border-radius: 45px;
}

.thumbnail {
  width: 100%;
  max-width: 1000px;
  border-radius: 20px;
}

.recentactions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.watchlatest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #000;
  border-radius: 40px;
  -webkit-transform: perspective(1000px) rotateX(0deg) rotateY(-9deg) rotateZ(0deg);
  transform: perspective(1000px) rotateX(0deg) rotateY(-9deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.watchmore {
  width: 100%;
  border-radius: 40px;
}

.image-7 {
  border-radius: 40px;
}

.button {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
  background-color: #1c1c1c;
  text-align: center;
}

.button.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 40px;
  background-color: #f2f2f2;
  color: #000;
  cursor: pointer;
}

.button.new:hover {
  background-color: #e6e6e6;
}

.button.new.give {
  border: 3px solid #000;
  background-color: transparent;
}

.button.new.give:hover {
  background-color: #f2f2f2;
}

.button.giveonline {
  width: 49%;
  border: 4px solid #000;
  border-radius: 40px;
  background-color: transparent;
  color: #000;
}

.newgive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
}

.text-block-3 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
}

.image-8 {
  position: relative;
  left: 100px;
  max-width: 42px;
}

.body-2 {
  background-color: #ead6be;
  
}

.container {
  max-width: 1000px;
  margin-top: 0px;
}

.heading {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 150px;
  line-height: 200px;
  text-transform: uppercase;
}

.js-clock {
  margin-top: 15px;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 3px solid #000;
}

.clock-label {
  display: inline-block;
  height: 100%;
  padding-left: 15px;
  font-family: sofia-pro, sans-serif;
  color: #000;
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
}

.clock-time {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: sofia-pro, sans-serif;
  color: #000;
  font-size: 200px;
  line-height: 150px;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px black;
}


.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 350px;
}

.rekindleh1 {
  margin-top: 0px;
  font-family: sofia-pro, sans-serif;
  color: #000;
  font-size: 150px;
  line-height: 150px;
  font-weight: 900;
}

.rekindledh2 {
  font-family: sofia-pro, sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
}

.heading-2 {
  color: #000;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
  font-family: sofia-pro, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 20px;
  font-weight: 600;
}

.heading-3.noul {
  border: 1px none #000;
}

.sched-box {
  padding-top: 25px;
}

.schedule-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sched-text {
  display: inline-block;
  font-family: sofia-pro, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 600;
}

.div-block-2 {
  height: 500px;
}

.column {
  padding-right: 25px;
}

.column-2 {
  padding-left: 25px;
}

.rekindlebttn {
  padding: 20px 30px;
  border: 4px solid #000;
  background-color: transparent;
  font-family: sofia-pro, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 600;
}

.rekindlebttn:hover {
  background-color: rgba(0, 0, 0, 0.16);
}

.rekindlebttn.formbtn {
  margin-top: 20px;
}

.smsreminder-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  display: inline-block;
}

.paragraph {
  margin-bottom: 35px;
  padding-top: 8px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  text-align: left;
}

.vision {
  margin-top: 30px;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.text-span {
  font-weight: 900;
}

.text-span-2 {
  font-weight: 900;
}

.invite {
  margin-top: 55px;
  padding-bottom: 45px;
}

.invite-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.image-10 {
  max-width: 300px;
  margin-right: 25px;
}

.list-item {
  font-weight: 400;
}

.list {
  font-family: sofia-pro, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
}

.link-2 {
  color: #301f1f;
}

.link-2.w--current {
  color: #000;
}

.media-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.volunteer {
  margin-top: 55px;
}

.text-field {
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 3px solid #000;
  background-color: #eee4d9;
}

.success-message {
  border-style: solid;
  border-width: 4px;
  border-color: #a5f383;
  background-color: transparent;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  text-align: left;
}

.text-block-5 {
  display: inline-block;
}

.footer {
  margin-top: 55px;
  background-color: #1c1c1c;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-11 {
  width: 150px;
}

.image-12 {
  width: 200px;
}

.text-block-6 {
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  color: #fff;
  line-height: 23px;
  text-align: center;
}

@media screen and (max-width: 479px) {
    .clock-time{
        -webkit-text-fill-color: black;
        -webkit-background-clip: text;
        -webkit-text-stroke: 0px black;
    }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }

  .clock-label {
    font-size: 50px;
    line-height: 50px;
  }

  .clock-time {
    font-size: 150px;
    line-height: 130px;
  }

  .image-9 {
    width: 175px;
  }

  .rekindleh1 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .rekindledh2 {
    font-size: 40px;
    line-height: 40px;
  }

  .schedule-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sched-text {
    overflow: visible;
    padding-bottom: 10px;
  }

  .sched-text.mhide {
    display: none;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rekindlebttn.vert {
    margin-bottom: 20px;
  }

  .smsreminder-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .invite-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .list {
    padding-left: 20px;
  }

  .media-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-11 {
    width: 100px;
  }

  .image-12 {
    width: 150px;
  }
}

@font-face {
  font-family: 'Waston';
  src: url('../fonts/WASTON.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}