#logo_text h5 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

#header_column {
  position: relative;
  padding-left: 2px;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

#header_title {
  font-size: 88px;
  line-height: 114px;
  font-weight: 100;
  font-family: "Permanent Marker";
  text-transform: none;
}

#header_subtext {
  text-transform: none;
  font-family: "Lato";
  font-weight: 400;
  line-height: 1.6rem;
  margin-top: -8px;
  font-size: 1.2rem;
  margin: 0;
}

#mainNav {
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
  .not-home > #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(0, 0, 0, 1);
  }
}

.header_button_link {
  width: 50%;
}

.header_button {
  border-width: 2px;
  border-color: var(--bs-primary);
  border-style: solid;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  padding: 0.5rem;
  font-family: "Lato";
}

#header_button_2 {
  background: var(--bs-primary);
}

#header_button_div {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  /*margin-top: 1rem;*/
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: var(--bs-link-hover-color) !important;
  border-color: var(--bs-link-hover-color) !important;
  outline-color: var(--bs-link-hover-color);
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: none !important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: var(--bs-primary);
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: var(--bs-primary) !important;
}

html {
  overflow-x: hidden;
}

#community-title {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 56px;
  line-height: 54px;
  /*text-transform: uppercase;*/
}

#community {
  background-color: #f2f2f2;
  padding: 8rem 0;
}

#community-span {
  display: block;
  background: linear-gradient(75deg, var(--bs-primary), var(--bs-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 5px;
}

#bible-gif {
  height: 89px;
  width: 97px;
}

#peter-verse {
  font-family: "Lato";
  font-weight: 700;
  font-size: x-large;
  text-transform: uppercase;
  height: fit-content;
  align-self: center;
  padding: 0;
}

#peter-verse p {
  margin-bottom: 0px;
  line-height: 30px;
}

#bible-verse-row {
  justify-items: center;
  align-content: center;
  height: max-content;
  margin-top: -15px;
}

#bible-div {
  width: fit-content;
  padding-right: 0;
}

#peter-verse-paragraph {
  font-family: "Lato";
  font-weight: 600;
  font-size: 1.2rem;
  padding-right: 30%;
  line-height: 1.8rem;
}

#footer-logo div {
  font-weight: 700;
  font-family: "Open Sans";
  line-height: 22px;
  margin: 0;
  align-self: center;
  font-size: larger;
}

#second-row {
  align-items: center;
  padding-right: 50px;
  padding-left: 10px;
}

#here-section {
  font-family: "Heebo";
  font-weight: 600;
  color: var(--bs-primary);
}

#here-section span {
  color: black;
}

#here-paragraph {
  font-weight: 600;
  font-family: "Lato";
  text-align: justify;
  line-height: 1.8rem;
  font-size: 1.2rem;
  margin-bottom: 0px;
}

#location-gif {
  position: relative;
  top: -74%;
  left: -42%;
}

#father-gif {
  position: relative;
  top: -22%;
  left: 44%;
}

#here-row {
  margin-bottom: -45px;
}

#partner-section {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: white;
}

.fit-cover.here-icons {
  width: auto;
  height: 76px;
}

.here-grid-title {
  font-family: "Permanent Marker";
  font-size: 28px;
  margin: 4px 0;
}

.here-grid-pararaph {
  font-family: "Heebo";
  font-weight: 600;
  font-size: large;
}

.here-div {
  height: max-content;
  margin: auto 16px;
  gap: 15px;
}

.here-container {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.25);
}

.here-image.fit-cover {
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/471263573_554798544217171_5183662966986775175_n.webp");
  /*border-radius: 5% !important;*/
}

.row-cols-xl-4 > * {
  padding: 0;
}

.row-cols-xl-4 > * {
  width: 23%;
}

#here-image-3 {
  background-image: url("../../assets/img/470209392_544067338623625_2446733485509186968_n.jpg");
  background-size: cover;
  width: 24%;
  height: auto;
}

#footer-logo {
  display: flex;
  align-content: center;
  justify-items: center;
  vertical-align: middle;
  height: fit-content;
}

#footer-logo img {
  width: 60px;
  height: auto;
}

#footer-logo div p {
  margin: 0;
  font-weight: bold;
}

#footer-icons img {
  width: 25px;
  margin-right: 10px;
  margin-top: 5px;
}

#footer-container {
  padding-top: 28px;
  padding-bottom: 24px;
}

#footer-hr {
  height: 2px;
  background-color: #d4dae8;
  margin-top: 8px;
  margin-bottom: 9px;
}

#footer-copyright {
  display: flex;
  vertical-align: middle;
  align-items: center;
  height: fit-content;
}

#footer-copyright img {
  height: 18px;
  align-self: center;
  place-self: center;
  margin-right: 2px;
}

#footer-copyright p {
  font-family: "Lato";
  line-height: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

#footer-paragraph p {
  font-family: "Heebo";
  font-size: 16px;
  line-height: 10px;
  font-weight: 600;
  color: black;
  text-decoration: none;
}

.here-container a, .here-container a:focus, .here-container a:hover, .here-div p:focus, .here-div p:hover, .here-divp:focus, .here-div p:hover, .here-grid-title:hover, .here-grid-title:focus, .here-grid-title:hover, here-container, here-container:hover {
  text-decoration: none;
  color: black;
}

#hr > div:first-of-type {
  background-image: linear-gradient( to right, var(--bs-primary) 10%, var(--bs-secondary) 70% );
  height: 3px;
}

#header_button_1 {
  background-color: var(--bs-border-color-translucent);
}

#logo_text .other {
  color: black;
}

#mainNav.navbar-shrink, .not-home > #mainNav.navbar-shrink, #mainNav:not(:has(.collapsed)), .not-home > #mainNav:not(:has(.collapsed)) {
  background-color: white;
}

a {
  color: black;
  text-decoration: none;
}

.small-shadow:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}

#flex-img {
  width: 100%;
  display: flex;
  height: 500px;
  justify-content: space-between;
  flex-direction: row;
}

#flex-img > div {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
}

.images-group {
  width: 100%;
  background-position: center;
  background-size: cover;
  border-width: 3px;
  border-style: solid;
}

#first-group {
  background-image: url("../../assets/img/community1.webp");
  height: 46%;
  border-color: #c2694c;
}

#second-group {
  height: 52%;
  display: flex;
  border-color: #1e839b;
  background-color: #1e839b;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 28% 100%, 0% 75%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 28% 100%, 0% 75%);
}

#third-group {
  height: 65%;
  background-position: right;
  display: flex;
  border-color: #c46bad;
  clip-path: polygon(0% 0%, 72% 0%, 100% 20%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 72% 0%, 100% 20%, 100% 100%, 0% 100%);
  background-color: var(--bs-primary);
}

#fourth-group {
  background-image: url("../../assets/img/community4.webp");
  height: 35%;
  border-color: #eada91;
}

#second-group-img {
  background-image: url("../../assets/img/community3.webp");
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 28% 100%, 0% 75%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 28% 100%, 0% 75%);
}

#third-group-img {
  background-image: url("../../assets/img/community2.webp");
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 72% 0%, 100% 20%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 72% 0%, 100% 20%, 100% 100%, 0% 100%);
  background-position: inherit;
}

.navbar-icons {
  display: none;
}

#header_title > span {
  display: block;
}

#header_title > span:nth-child(3) {
  color: var(--bs-primary);
  margin-bottom: -14px;
  text-transform: uppercase;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .here-grid-pararaph {
    line-height: 2rem;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  p {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink, .not-home > #mainNav.navbar-shrink, #mainNav:not(:has(.collapsed)), .not-home > #mainNav:not(:has(.collapsed)) {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

#mainNav #home-page.navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  div#header_container {
    padding: 0;
  }
}

@media (max-width: 991px) {
  #header-title-div {
    width: 65%;
  }
}

@media (max-width: 991px) {
  #header-p-button-div {
    padding-bottom: 0;
    width: 48%;
    gap: 0.3rem !important;
    position: relative;
    top: 5rem;
  }
}

@media (max-width: 991px) {
  #header-dots-div img {
    width: 12px;
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  #header-dots-div {
    margin-bottom: 0rem;
  }
}

@media (max-width: 991px) {
  #header-dots-div h6 {
    font-size: 0.85rem;
    line-height: 0.5rem;
  }
}

@media (max-width: 991px) {
  #header_subtext {
    line-height: 1.4rem;
  }
}

@media (max-width: 991px) {
  #header_button_div {
    gap: 0.5rem;
  }
}

@media (max-width: 991px) {
  .here-grid-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .here-grid-pararaph {
    font-size: 15px;
    line-height: 20px;
    margin: auto;
  }
}

@media (max-width: 991px) {
  #footer-logo {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #footer-logo img {
    width: 52px;
  }
}

@media (max-width: 991px) {
  #footer-logo div {
    line-height: 18px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  #footer-icons img {
    width: 20px;
    margin-right: 6px;
  }
}

@media (max-width: 991px) {
  #footer-hr {
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}

@media (max-width: 991px) {
  #footer-copyright img {
    height: 14px;
  }
}

@media (max-width: 991px) {
  #footer-copyright p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #footer-paragraph p {
    font-size: 14px;
    line-height: 6px;
  }
}

@media (max-width: 991px) {
  #footer-logo img {
    width: 46px;
  }
}

@media (max-width: 991px) {
  .navbar-toggler:focus .navbar-dots, .navbar-toggler:hover .navbar-dots, .navbar-toggler:active .navbar-dots, .navbar-toggler:hover .navbar-dots, .navbar-toggler:active .navbar-dots {
    fill: var(--bs-primary);
  }
}

@media (max-width: 991px) {
  .navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:active {
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  .not-home #mainNav .navbar-dots, #mainNav.navbar-shrink .navbar-dots, #mainNav:not(:has(.collapsed)) .navbar-dots {
    fill: black;
  }
}

@media (max-width: 991px) {
  #mainNav .navbar-dots {
    fill: rgba(255, 255, 255, 0.9);
  }
}

@media (max-width: 991px) {
  #ankara {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  #mainNav:not(:has(.collapsed)) {
    background-color: white;
    color: black;
  }
}

@media (max-width: 991px) {
  #mainNav:not(:has(.collapsed)) #logo_text h5, #mainNav:not(:has(.collapsed)) .nav-item, #mainNav:not(:has(.collapsed)) #home-page.navbar-nav > li.nav-item > a.nav-link {
    background-color: transparent;
    color: black;
  }
}

@media (max-width: 991px) {
  .nav-item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .nav-link {
    width: 94%;
    display: inline;
  }
}

@media (max-width: 991px) {
  .navbar-icons {
    width: 3%;
    height: 20px;
    margin: auto;
    width: auto;
    display: inline;
  }
}

@media (max-width: 991px) {
  .navbar-icons-fill-color {
    fill: black;
  }
}

@media (max-width: 991px) {
  .navbar-icons-stroke-color {
    stroke: black;
  }
}

@media (max-width: 991px) {
  .active .navbar-icons-stroke-color, .nav-item:hover .navbar-icons-stroke-color {
    stroke: var(--bs-primary);
  }
}

@media (max-width: 991px) {
  .active .navbar-icons-fill-color, .nav-item:hover .navbar-icons-fill-color {
    fill: var(--bs-primary);
  }
}

@media (max-width: 991px) {
  header.masthead {
    background-size: cover;
    height: 100vh;
  }
}

@media (max-width: 991px) {
  #header_column {
    top: calc(100vh - 420px);
    width: 100%;
  }
}

@media (max-width: 991px) {
  #header_title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

@media (max-width: 991px) {
  #header_subtext, #header_subtext_2 {
    font-size: 0.85rem;
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .header_button {
    border-radius: 5px;
    padding: 3px;
    font-size: 12px;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.7);
  }
}

@media (max-width: 991px) {
  #header_button_2 {
    padding: 3px;
  }
}

@media (max-width: 991px) {
  #community-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media (max-width: 991px) {
  #bible-gif {
    height: auto;
    width: 72px;
  }
}

@media (max-width: 991px) {
  #peter-verse {
    font-size: 19px;
    font-weight: 600;
  }
}

@media (max-width: 991px) {
  #peter-verse p {
    line-height: 21px;
  }
}

@media (max-width: 991px) {
  #peter-verse-paragraph {
    font-size: 16px;
    padding-right: 8%;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  #community-image-div {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 991px) {
  #second-row {
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  #flex-img {
    height: 360px;
  }
}

@media (max-width: 991px) {
  #community {
    padding: 6rem 0;
  }
}

@media (max-width: 991px) {
  #here-section {
    font-size: calc(0.9rem + 0.9vw);
    margin-bottom: 7px;
  }
}

@media (max-width: 991px) {
  #location-gif {
    top: -78%;
    left: -40%;
    width: 60px;
    height: auto;
  }
}

@media (max-width: 991px) {
  #father-gif {
    width: auto;
    height: 72px;
  }
}

@media (max-width: 991px) {
  .fit-cover.here-icons {
    height: 42px;
  }
}

@media (max-width: 991px) {
  .here-div {
    margin: auto 10px;
  }
}

@media (max-width: 991px) {
  .here-grid-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  .here-grid-pararaph {
    line-height: 1.3rem;
    font-size: 0.9rem;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    justify-content: space-between;
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #logo_text h5 {
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #logo {
    height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #peter-verse-paragraph {
    padding-right: 18%;
    line-height: 32px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #peter-verse {
    font-weight: 600;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #header-p-button-div {
    width: 36%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #header-dots-div > div {
    gap: 0.4rem;
    gap: 0.25rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #header-dots-div img {
    width: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #header-dots-div h6 {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #header_title {
    font-size: 4.7rem;
    line-height: 6rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #header_subtext {
    line-height: 1.3rem;
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header_button {
    border-radius: 6px;
    padding: 0.3rem;
    font-size: 0.85rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #second-row {
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #second-row > .col-md-6:first-child {
    width: 42%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #here-paragraph {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #father-gif {
    top: -26%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #here-row {
    margin-bottom: -72px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .fit-cover.here-icons {
    height: 56px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .here-grid-pararaph {
    font-size: 15px;
    line-height: 1.45rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  footer p {
    line-height: 1.4rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #footer-logo img {
    width: 48px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #footer-logo div p {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #footer-icons img {
    width: 20px;
    margin-right: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #footer-copyright img {
    height: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #footer-copyright p {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #footer-paragraph p {
    font-size: 0.9rem;
    line-height: 0.6rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .here-grid-title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  #second-group-img {
    border: none;
  }
}

@media (max-width: 991px) {
  #here-paragraph {
    line-height: 1.3rem;
    font-size: 0.9rem;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .here-grid-pararaph {
    font-size: 0.75rem;
    margin: 0;
    font-family: "Lato";
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  #community-title {
    font-size: 50px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  #verse-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0;
  }
}

@media (max-width: 767px) {
  #bible-verse-row {
    margin-left: 0;
    width: 20%;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  #peter-verse-paragraph {
    padding-right: 0;
    width: 78%;
  }
}

@media (max-width: 767px) {
  #bible-div {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #bible-gif {
    width: 85px;
  }
}

@media (max-width: 767px) {
  #peter-verse {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #peter-verse > p {
    line-height: 27px;
  }
}

@media (max-width: 767px) {
  #community-span {
    display: inline;
    font-family: "Permanent Marker";
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  #peter-verse-paragraph {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  #community-title {
    font-size: 52px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  #peter-verse {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #peter-verse > p {
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  #second-row > div {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #flex-img {
    height: 520px;
  }
}

@media (max-width: 767px) {
  #father-gif {
    top: -22%;
  }
}

@media (max-width: 767px) {
  #here-section {
    font-size: calc(1.15rem + 0.9vw);
  }
}

@media (max-width: 767px) {
  #here-paragraph {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #location-gif {
    left: -38%;
    width: 54px;
  }
}

@media (max-width: 767px) {
  #father-gif {
    height: 70px;
  }
}

@media (max-width: 767px) {
  #here-cols-row > div {
    width: 32%;
    height: 175px;
  }
}

@media (max-width: 767px) {
  #here-cols-row {
    gap: 2%;
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  .here-div {
    margin: auto 15px;
  }
}

@media (max-width: 767px) {
  footer p {
    line-height: 1rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  #header-dots-div > div {
    gap: 0.3rem;
  }
}

@media (max-width: 767px) {
  #header_column {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  #footer-icons img {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  #header_title > span {
    display: inline;
  }
}

@media (max-width: 767px) {
  #header_title > span:first-child {
    display: block;
  }
}

@media (max-width: 767px) {
  #header-title-div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #header-p-button-div {
    width: 100%;
    top: 0;
  }
}

@media (max-width: 767px) {
  #header-dots-div {
    width: 55%;
    display: none;
  }
}

@media (max-width: 767px) {
  #header-dots-div h6 {
    font-size: 0.8rem;
    line-height: 0.1rem;
  }
}

@media (max-width: 767px) {
  #header_subtext {
    line-height: 1.1rem;
  }
}

@media (max-width: 767px) {
  #footer-icons img {
    width: 16px;
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  #footer-copyright img {
    height: 11px;
  }
}

@media (max-width: 767px) {
  #footer-copyright p {
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  #footer-paragraph p {
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #footer-logo img {
    width: 30px;
  }
}

@media (max-width: 767px) {
  #header_title {
    font-size: 3.9rem;
    line-height: 4.3rem;
  }
}

@media (max-width: 767px) {
  #header_subtext, #header_subtext_2 {
    font-size: 0.85rem;
  }
}

@media (max-width: 767px) {
  #peter-verse-paragraph {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  #peter-verse > p {
    line-height: 1.1rem;
    font-size: 0.9rem;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  #here-paragraph {
    font-size: 0.85rem;
  }
}

@media (max-width: 767px) {
  #footer-paragraph {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  #header-dots-div {
    display: none !important;
  }
}

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 575px) {
  .navbar, .container {
    padding: 0 7%;
  }
}

@media (max-width: 575px) {
  #header_title {
    font-size: calc(1.2rem + 2vw);
  }
}

@media (max-width: 575px) {
  #header_subtext, #header_subtext_2 {
    font-size: calc(0.2rem + 2vw);
    line-height: initial;
  }
}

@media (max-width: 575px) {
  #header_column {
    top: calc(100vh - 370px);
    width: 350px;
  }
}

@media (max-width: 575px) {
  #header_subtext, #header_subtext_2 {
    margin-bottom: 2px;
  }
}

@media (max-width: 575px) {
  .header_button {
    margin-top: 1px;
  }
}

@media (max-width: 575px) {
  #header_title {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  #header_subtext, #header_subtext_2 {
    font-size: calc(0.2rem + 2vw);
    font-size: calc(0.3rem + 2vw);
  }
}

@media (max-width: 575px) {
  #community-title {
    font-size: 41px;
    line-height: 46px;
  }
}

@media (max-width: 575px) {
  #verse-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 7px 0;
  }
}

@media (max-width: 575px) {
  #bible-verse-row {
    margin-left: 0;
    margin-top: 0;
    width: 20%;
    padding-left: 0px;
  }
}

@media (max-width: 575px) {
  #peter-verse-paragraph {
    line-height: 20px;
    padding-right: 0;
    width: 78%;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  #bible-div {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  #bible-gif {
    width: 70px;
  }
}

@media (max-width: 575px) {
  #peter-verse {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  #community-span {
    display: inline;
    font-family: "Permanent Marker";
    font-weight: 500;
  }
}

@media (max-width: 575px) {
  #peter-verse > p {
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  #second-row > div {
    padding: 0;
  }
}

@media (max-width: 575px) {
  #flex-img {
    height: 390px;
  }
}

@media (max-width: 575px) {
  #father-gif {
    left: 41%;
    top: -22%;
    height: 64px;
  }
}

@media (max-width: 575px) {
  #here-section {
    font-size: calc(1.15rem + 0.9vw);
  }
}

@media (max-width: 575px) {
  #here-paragraph {
    line-height: 18px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  #location-gif {
    top: -77%;
    left: -38%;
    width: 40px;
  }
}

@media (max-width: 575px) {
  #father-gif {
    height: 70px;
  }
}

@media (max-width: 575px) {
  #here-cols-row > div {
    width: 49%;
    height: 135px;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  #here-cols-row {
    gap: 2%;
    justify-content: flex-start !important;
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .fit-cover.here-icons {
    height: 36px;
  }
}

@media (max-width: 575px) {
  .here-grid-title {
    font-size: 16px;
    margin: 1px 0;
  }
}

@media (max-width: 575px) {
  .here-div {
    margin: auto 12px;
  }
}

@media (max-width: 575px) {
  #header_column {
    top: calc(100vh - 390px);
  }
}

@media (max-width: 575px) {
  #header_subtext, #header_subtext_2 {
    font-size: calc(0.35rem + 2vw);
  }
}

@media (max-width: 575px) {
  #partner-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  #community {
    padding: 5rem 0;
  }
}

@media (max-width: 575px) {
  .nav-link {
    width: 89%;
  }
}

@media (max-width: 575px) {
  div#header_container {
    padding: 0 7%;
  }
}

@media (max-width: 575px) {
  #header-p-button-div {
    gap: 0.4rem !important;
  }
}

@media (max-width: 575px) {
  .header_button {
    font-size: calc(0.3rem + 1.5vw);
  }
}

@media (max-width: 575px) {
  #header_title {
    font-size: calc(2.5rem + 2vw);
    line-height: 3.8rem;
  }
}

@media (max-width: 575px) {
  #header_column {
    width: 100%;
  }
}

@media (max-width: 575px) {
  #header_subtext, #header_subtext_2 {
    font-size: calc(0.35rem + 1.5vw);
  }
}

@media (max-width: 575px) {
  .here-grid-pararaph {
    line-height: 1.1rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 575px) {
  #flex-img {
    height: 440px;
  }
}

@media (max-width: 575px) {
  .here-grid-title {
    margin: 4px 0;
  }
}

@media (max-width: 500px) {
  #peter-verse-paragraph {
    text-align: justify;
  }
}

@media (max-width: 500px) {
  #here-cols-row > div {
    height: 145px;
  }
}

@media (max-width: 500px) {
  .header_button {
    font-size: calc(0.5rem + 1.5vw);
  }
}

@media (max-width: 500px) {
  #header_subtext, #header_subtext_2 {
    font-size: calc(0.5rem + 1.5vw);
  }
}

@media (max-width: 500px) {
  .here-grid-pararaph {
    font-size: 0.8rem;
  }
}

@media (max-width: 460px) {
  #header_title {
    font-size: calc(2rem + 2.8vw);
    line-height: 3.5rem;
  }
}

@media (max-width: 460px) {
  .subtext-p {
    margin-top: 0;
  }
}

@media (max-width: 460px) {
  #community-title {
    font-size: calc(1.5rem + 3.2vw);
  }
}

@media (max-width: 460px) {
  #father-gif {
    top: -13%;
  }
}

@media (max-width: 460px) {
  #location-gif {
    top: -94%;
  }
}

@media (max-width: 460px) {
  .header_button {
    font-size: calc(0.5rem + 1vw);
  }
}

@media (max-width: 460px) {
  #header_subtext, #header_subtext_2 {
    font-size: calc(0.5rem + 1vw);
  }
}

@media (max-width: 460px) {
  .here-grid-pararaph {
    font-size: 0.75rem;
  }
}

@media (max-width: 460px) {
  #header_title {
    font-size: calc(2rem + 2vw);
    line-height: 3rem;
  }
}

@media (max-width: 460px) {
  .here-grid-title {
    margin: 4px 0 0;
  }
}

@media (max-width: 430px) {
  #peter-verse-paragraph {
    line-height: 18px;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  #bible-gif {
    width: 60px;
    margin-top: -10px;
  }
}

@media (max-width: 430px) {
  #location-gif {
    left: -37%;
    width: 30px;
  }
}

@media (max-width: 430px) {
  #father-gif {
    height: 60px;
  }
}

@media (max-width: 400px) {
  .header_button {
    border-radius: 5px;
    padding: 0;
  }
}

@media (max-width: 400px) {
  #header_button_2 {
    padding: 3px;
    border: 2px solid var(--bs-primary);
  }
}

@media (max-width: 400px) {
  #header_title {
    font-size: 6.5vw;
  }
}

@media (max-width: 400px) {
  #header_column {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .header_button {
    margin-top: 3px;
  }
}

@media (max-width: 400px) {
  #header_subtext, #header_subtext_2 {
    font-size: 3.6vw;
  }
}

@media (max-width: 400px) {
  #bible-verse-row {
    vertical-align: middle;
  }
}

@media (max-width: 400px) {
  #community-title {
    font-size: 9.8vw;
  }
}

@media (max-width: 400px) {
  #bible-verse-row {
    width: 24%;
  }
}

@media (max-width: 400px) {
  #peter-verse-paragraph {
    line-height: inherit;
    width: 75%;
    font-size: calc(0.3rem + 2.7vw);
  }
}

@media (max-width: 400px) {
  #peter-verse {
    font-size: calc(0.2rem + 3.5vw);
  }
}

@media (max-width: 400px) {
  #peter-verse > p {
    line-height: 22px;
  }
}

@media (max-width: 400px) {
  #flex-img {
    height: 360px;
  }
}

@media (max-width: 400px) {
  #here-section {
    font-weight: 700;
  }
}

@media (max-width: 400px) {
  #footer-copyright p {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  #footer-icons img {
    margin-top: 2px;
    width: 18px;
    margin-right: 4px;
  }
}

@media (max-width: 400px) {
  #footer-copyright img {
    height: 11px;
  }
}

@media (max-width: 400px) {
  #footer-paragraph p {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  #footer-logo img {
    width: 30px;
  }
}

@media (max-width: 400px) {
  #footer-copyright p {
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  #father-gif {
    top: -74%;
  }
}

@media (max-width: 400px) {
  #here-section {
    font-size: calc(1.1rem + 1.6vw);
  }
}

@media (max-width: 400px) {
  #here-paragraph {
    line-height: 17px;
    font-size: calc(0.2rem + 2.5vw);
    font-style: normal;
    font-weight: 700;
  }
}

@media (max-width: 400px) {
  #location-gif {
    top: -71%;
    left: -34%;
  }
}

@media (max-width: 400px) {
  #father-gif {
    height: 63px;
  }
}

@media (max-width: 400px) {
  #community {
    padding: 4.5rem 0 5rem;
  }
}

