@import url("https://fonts.googleapis.com/css2?family=Comforter+Brush&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter+Brush&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap");
.nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 35px;
    text-transform: uppercase;
    text-wrap: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .nav {
    font-size: 14px;
    margin-top: 67px;
  }
}
.nav__side {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .nav__side {
    width: calc((90vw - 164px) / 2);
    max-width: 500px;
  }
}
@media only screen and (min-width: 1280px) {
  .nav__side {
    width: calc((90vw - 234px) / 2);
    max-width: 500px;
  }
}
.nav__line {
  border-bottom: 1px solid #AD8330;
  margin-top: 20px;
}

.nav-box {
  display: flex;
  flex-direction: row;
  gap: 80px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .nav-box {
    gap: 10px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .nav-box {
    gap: 80px;
    margin-top: 20px;
  }
}
.nav-box__link {
  transition-duration: 0.5s;
}
.nav-box__link:hover {
  color: #AD8330;
}
.nav-box--left {
  margin-right: 20px;
}
.nav-box--right {
  margin-left: 20px;
}

.logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo__img {
  height: 168px;
  margin-top: 15px;
  width: 199px;
}
@media only screen and (min-width: 768px) {
  .logo__img {
    margin-top: -95px;
  }
}
@media only screen and (min-width: 1280px) {
  .logo__img {
    height: 185px;
    margin-top: -108px;
    width: 219px;
  }
}

.menu-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}
.menu-button__burger {
  background-color: rgba(173, 131, 48, 0.1);
  border-radius: 5px;
  height: 28px;
  margin-top: 10px;
  stroke: #011C50;
  width: 28px;
  transition-duration: 0.5s;
}
.menu-button__burger:hover {
  stroke: #AD8330;
}

.announcements {
  background-image: linear-gradient(to top, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../../images/churches/jaworow.jpg");
  background-color: #E8E2D4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
  box-shadow: 0px 0px 50px 1px rgba(47, 48, 58, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding-top: 29vh;
  padding-bottom: 29vh;
}
@media only screen and (min-width: 768px) {
  .announcements {
    margin-top: 23px;
    padding-top: 33vh;
    padding-bottom: 33vh;
  }
}
.announcements__button {
  background-color: rgba(250, 250, 250, 0.7);
  border: 1px solid #011C50;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 1px rgba(1, 28, 80, 0.9);
  color: #011C50;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 20px 20px;
  text-transform: uppercase;
  transition-duration: 0.5s;
}
.announcements__button:hover {
  background-color: #011C50;
  color: #FAFAFA;
}
@media only screen and (min-width: 768px) {
  .announcements__button {
    font-size: 18px;
    padding: 20px 40px;
  }
}

.news {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
}
@media only screen and (min-width: 768px) {
  .news {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.news__header {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .news__header {
    font-size: 22px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.news__date {
  color: #AD8330;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .news__date {
    font-size: 12px;
  }
}
.news__text {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .news__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.news__link {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .news__link {
    margin-top: 15px;
  }
}
.news__separator {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 7px;
  width: 200px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .news__separator {
    margin-top: 20px;
    margin-bottom: 15px;
    width: 300px;
    height: 30px;
  }
}
.news__photo {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 7px;
  width: 70%;
  height: 70%;
}
@media only screen and (min-width: 768px) {
  .news__photo {
    margin-top: 20px;
    margin-bottom: 15px;
    width: 80%;
    height: 80%;
  }
}

.news-link {
  border: 1px solid #011C50;
  border-radius: 25px;
  box-shadow: 0px 0px 4px 1px rgba(1, 28, 80, 0.4);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 0.5s;
}
.news-link:hover {
  color: #AD8330;
  color: #FAFAFA;
  background-color: #011C50;
}
@media only screen and (min-width: 768px) {
  .news-link {
    font-size: 12px;
    padding: 10px 20px;
  }
}

.masses {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .masses {
    padding: 25px;
  }
}
.masses__header {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .masses__header {
    font-size: 22px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

.masses-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .masses-container {
    flex-direction: row;
    gap: 100px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1280px) {
  .masses-container {
    flex-direction: row;
    gap: 150px;
    justify-content: center;
  }
}

.masses-subheader {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .masses-subheader {
    font-size: 18px;
  }
}
.masses-subheader--left {
  text-align: center;
}

.masses-hours {
  display: flex;
  font-size: 14px;
  gap: 15px;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .masses-hours {
    font-size: 18px;
    gap: 25px;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }
}
.masses-hours__item {
  margin-bottom: 10px;
}
.masses-hours__item--highlight {
  color: #AD8330;
  font-weight: 200;
  letter-spacing: 2px;
}

.masses-position {
  text-align: left;
}

.masses-txt {
  font-size: 10px;
  font-style: italic;
  letter-spacing: 1.1px;
  margin-top: 15px;
  text-align: center;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .masses-txt {
    font-size: 14px;
  }
}

.backdrop {
  background-color: rgba(47, 48, 58, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal {
  box-shadow: 0px -10px 22px -15px rgb(232, 226, 212);
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 450px;
  height: 85vh;
  border-radius: 4px;
  background-color: #FAFAFA;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .modal {
    font-size: 16px;
    width: calc(100% - 150px);
    max-width: 800px;
    height: 85vh;
  }
}
.modal__exit {
  background-color: inherit;
  border: none;
  position: absolute;
  top: 3px;
  right: 3px;
  stroke: #011C50;
  transition-duration: 0.5s;
}
.modal__exit:hover {
  cursor: pointer;
  stroke: #AD8330;
}
@media only screen and (min-width: 768px) {
  .modal__exit {
    top: 10px;
    right: 10px;
  }
}
.modal__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 40px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .modal__info {
    width: calc(100% - 150px);
    max-width: 800px;
    height: 85vh;
    line-height: 1.8;
    padding: 45px 60px;
  }
}
.modal__info--header {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal__info--header {
    font-size: 22px;
  }
}
.modal__info--date {
  letter-spacing: 2px;
  margin-top: 5px;
}
.modal__info--text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
  margin-top: 25px;
  list-style-type: disc;
}
.modal__info--masses {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.modal__info--blessing {
  font-style: italic;
  letter-spacing: 2px;
  margin-top: 30px;
  font-family: "Yeseva One", serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal__info--blessing {
    padding-bottom: 40px;
    margin-top: 40px;
  }
}

.info-header {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .info-header {
    font-size: 18px;
  }
}
.info-header--sunday {
  margin-bottom: 3px;
}

.info-subheader {
  border-bottom: 1px solid #AD8330;
  color: #AD8330;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .info-subheader {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 7px;
  }
}
.info-subheader--patron {
  color: rgba(173, 131, 48, 0.8);
  font-size: 10px;
  font-style: italic;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .info-subheader--patron {
    font-size: 12px;
  }
}

.info-day {
  font-size: 14px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .info-day {
    font-size: 16px;
  }
}
.info-day__place {
  width: 95px;
}
@media only screen and (min-width: 768px) {
  .info-day__place {
    width: 130px;
  }
}
.info-day__hour {
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .info-day__hour {
    width: 60px;
  }
}
.info-day__intention {
  font-weight: 500;
  width: 40vw;
  max-width: 245px;
}
@media only screen and (min-width: 768px) {
  .info-day__intention {
    width: 45vw;
    max-width: 460px;
  }
}
.info-day--sunday {
  margin-bottom: 15px;
}

.sunday-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 25px;
}

.info-header-add {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .info-header-add {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.bold-data {
  font-weight: 550;
}
.bold-data--contrast {
  font-style: italic;
}

.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

footer {
  background-color: #E8E2D4;
  box-shadow: 0px -10px 22px -15px rgb(232, 226, 212);
  padding-bottom: 25px;
  padding-top: 25px;
}

.footer {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer {
    font-size: 14px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__element {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: auto;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .footer__element {
    align-items: flex-start;
    margin: 0;
    gap: 15px;
  }
}
.footer__element--header {
  font-weight: 600;
}
.footer__element--right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer__element--right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 28px;
  }
}
.footer__element--mobile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
  margin-top: 30px;
  transition-duration: 0.5s;
}
@media only screen and (min-width: 768px) {
  .footer__element--mobile {
    display: none;
  }
}
.footer__graphics--icon {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer__graphics--icon {
    display: flex;
    margin: auto;
    margin-top: -145px;
  }
}
.footer__info {
  color: #AD8330;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  font-size: 10px;
  margin-top: 30px;
  letter-spacing: 1.5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__info {
    font-size: 12px;
  }
}
.footer__info--author {
  letter-spacing: 1.2px;
  font-size: 8px;
}
@media only screen and (min-width: 768px) {
  .footer__info--author {
    font-size: 10px;
  }
}

.footer-contact {
  fill: #011C50;
  transition-duration: 0.5s;
}
.footer-contact:hover {
  color: #AD8330;
  fill: #AD8330;
}
@media only screen and (min-width: 768px) {
  .footer-contact {
    font-size: 14px;
  }
}
.footer-contact__icon {
  height: 24px;
  width: 24px;
}
@media only screen and (min-width: 768px) {
  .footer-contact__icon {
    margin-left: 15px;
    margin-bottom: -4px;
    height: 20px;
    width: 20px;
  }
}

.menu-mobile {
  background-color: #E8E2D4;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  transform: translateY(-100%);
  transition: transform 500ms ease-in-out;
}
.menu-mobile__exit {
  align-self: flex-end;
  background-color: inherit;
  border: none;
  margin-right: 22px;
  margin-top: 22px;
  stroke: #011C50;
  transition-duration: 0.5s;
}
.menu-mobile__exit:hover {
  cursor: pointer;
  stroke: #AD8330;
}
.menu-mobile__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  height: 90vh;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.menu-mobile__item {
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-mobile__link {
  text-decoration: none;
  color: #011C50;
  transition-duration: 0.5s;
}
.menu-mobile__link:hover {
  color: #AD8330;
}
.menu-mobile__parish {
  color: #AD8330;
  font-size: 10px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 1.5px;
  text-transform: none;
  text-align: center;
}

.menu-mobile.is-open {
  transform: translateY(0);
}

.contact {
  border-radius: 25px;
  box-shadow: 0px 0px 33px 4px rgb(232, 226, 212);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  margin: 35px auto 45px auto;
  text-align: center;
  width: 75vw;
}

.contact iframe {
  width: 100%!important;
}

@media only screen and (min-width: 768px) {
  .contact {
    box-shadow: 0px 0px 33px 9px rgb(232, 226, 212);
    width: 50vw;
    max-width: 750px;
  }
}
.contact__header {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .contact__header {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.contact__subheader {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .contact__subheader {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}
.contact__address {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .contact__address {
    font-size: 16px;
  }
}
.contact__address--name {
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .contact__address--name {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}
.contact__address--info {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .contact__address--info {
    font-size: 16px;
  }
}
.contact__bank-acc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-transform: uppercase;
}

.bank-box {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .bank-box {
    font-size: 16px;
  }
}
.bank-box__name {
  color: #AD8330;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .bank-box__name {
    font-size: 12px;
  }
}

.prayers__header {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .prayers__header {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.prayers__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .prayers__nav {
    flex-wrap: nowrap;
    gap: 50px;
  }
}
.prayers__nav--item {
  align-items: center;
  border: 1px solid #011C50;
  border-radius: 25px;
  box-shadow: 0px 0px 4px 1px rgba(1, 28, 80, 0.4);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 0.5s;
}
.prayers__nav--item:hover {
  color: #AD8330;
  color: #FAFAFA;
  background-color: #011C50;
}
@media only screen and (min-width: 768px) {
  .prayers__nav--item {
    font-size: 12px;
    padding: 10px 20px;
  }
}
.prayers__graphics {
  margin: auto;
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .prayers__graphics {
    width: 150px;
    height: 150px;
  }
}
.prayers__separator {
  margin: auto;
  width: 200px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .prayers__separator {
    width: 300px;
    height: 30px;
  }
}
.prayers__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.prayers__box--name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .prayers__box--name {
    font-size: 18px;
  }
}
.prayers__box--place {
  color: #AD8330;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .prayers__box--place {
    font-size: 12px;
  }
}
.prayers__box--text {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .prayers__box--text {
    font-size: 18px;
  }
}

.first-prayer {
  margin-top: 0px;
}

.michael {
  background: url(../../images/michael_image.png);
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .michael {
    background-position: 50% 20%;
    inline-size: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 400px;
    width: 90vw;
    max-width: 1280px;
  }
}

.about__header {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .about__header {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.about__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .about__nav {
    flex-wrap: nowrap;
    gap: 50px;
  }
}
.about__nav--item {
  align-items: center;
  border: 1px solid #011C50;
  border-radius: 25px;
  box-shadow: 0px 0px 4px 1px rgba(1, 28, 80, 0.4);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 0.5s;
  width: 150px;
}
.about__nav--item:hover {
  color: #AD8330;
  color: #FAFAFA;
  background-color: #011C50;
}
@media only screen and (min-width: 768px) {
  .about__nav--item {
    font-size: 12px;
    padding: 10px 20px;
    width: 200px;
  }
}
.about__graphics {
  margin: auto;
  margin-top: 30px;
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .about__graphics {
    width: 130px;
    height: 130px;
  }
}
.about__separator {
  margin: auto;
  width: 200px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .about__separator {
    width: 300px;
    height: 30px;
  }
}
.about__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about__box--name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 25px;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .about__box--name {
    font-size: 18px;
  }
}

.priest-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .priest-box {
    margin-left: 85px;
  }
}

.priest {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .priest {
    font-size: 16px;
    gap: 15px;
  }
}
.priest__year {
  color: #AD8330;
  flex-wrap: nowrap;
  letter-spacing: 2px;
  width: 40vw;
  max-width: 150px;
}
@media only screen and (min-width: 768px) {
  .priest__year {
    width: 25vw;
  }
}
.priest__item {
  text-align: left;
  width: 45vw;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .priest__item {
    width: 50vw;
    max-width: 250px;
  }
}

.churches {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .churches {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .churches {
    gap: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .church {
    flex-basis: calc((100% - 25px) / 2);
  }
}
@media only screen and (min-width: 1280px) {
  .church {
    flex-basis: calc((100% - 60px) / 4);
  }
}
.church__img {
  margin: auto;
  margin-top: 30px;
  width: 136px;
  height: 180px;
  border-radius: 10%;
  box-shadow: 0px 0px 33px 9px rgb(232, 226, 212);
}
@media only screen and (min-width: 768px) {
  .church__img {
    width: 273px;
    height: 365px;
  }
}
.church__overlay {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .church__overlay {
    font-size: 16px;
    padding-top: 15px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .church__overlay {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.church--last {
  margin-bottom: 30px;
}

.build {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 25vh;
  text-align: center;
}
.build__graphics {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .build__graphics {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }
}
.build__dots {
  font-size: 36px;
  letter-spacing: 25px;
}
.build__txt {
  font-size: 26px;
  letter-spacing: 7px;
}
@media only screen and (min-width: 768px) {
  .build__txt {
    font-size: 32px;
  }
}
.build__back {
  font-size: 12px;
  letter-spacing: 4px;
  margin-top: 5vh;
  text-decoration: underline;
  transition-duration: 0.5s;
}
.build__back:hover {
  color: #AD8330;
}
@media only screen and (min-width: 768px) {
  .build__back {
    font-size: 18px;
  }
}

.build__loader {
  font-size: 13px;
  transform: translateZ(0);
}

.build__loader:before,
.build__loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.build__loader:before,
.build__loader:after,
.build__loader {
  border-radius: 50%;
  width: 0.7em;
  height: 0.7em;
  animation: animation 1.8s infinite ease-in-out;
}

.build__loader {
  animation-delay: -0.16s;
}

.build__loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.build__loader:after {
  left: 3.5em;
}

@keyframes animation {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em #011C50;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #011C50;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #FAFAFA;
  color: #011C50;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  letter-spacing: 0.1px;
  line-height: 1.15;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a,
a:visited {
  color: currentColor;
  text-decoration: none;
}

figcaption {
  margin: 0;
  padding: 0;
}

.list {
  list-style: none;
}

.link {
  text-decoration: none;
}

img {
  display: block;
}

.container {
  inline-size: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  width: 80vw;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90vw;
    max-width: 1280px;
  }
}/*# sourceMappingURL=main.css.map */