@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap");
#loader {
  position: absolute;
  top: 50%;
  left: 40vw;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;400;700&display=swap");

* html,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto ", sans-serif;
}
.bg-color {
  background-color: purple !important;
}

/* ===========nav section====================== */

.navbar .nav-item .nav-link {
  font-size: 1rem;
  color: black !important;
  text-transform: uppercase;
  position: relative;
  padding: 10px;
}
.navbar .nav-item .nav-link:active {
  color: purple !important;
}
.navbar .nav-item .nav-link:hover {
  color: purple !important;
}

button.navbar-toggler {
  background-color: white !important;
  border-radius: 0% !important;
}

a.navbar-brand .fa {
  color: purple;
  font-size: 30px;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}

.bg-color a.navbar-brand .fa {
  color: white;
}
.bg-color a.navbar-brand .fa:hover {
  color: white;
}

nav .nav-item .nav-link.active {
  color: purple !important;
}

.bg-color .nav-item .nav-link.active {
  color: white !important;
}

nav .nav-item .nav-link.active::before {
  visibility: visible;
  transform: scaleX(1);
}

.bg-color .nav-item .nav-link {
  color: white !important;
}

.bg-color .nav-item .nav-link:hover {
  color: white !important;
}

nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: purple;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.bg-color .nav-item .nav-link::before {
  background-color: white;
}

nav .nav-item .nav-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

/* ===================end nav================ */

/* =======slider section=================== */
.welcome {
  background-image: url("../images/memorial-1.png");
  height: 70dvh;
  background-size: contain;
  background-attachment: fixed;
}
.welcome h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  font-weight: 600;
}

@media only screen and(min-width:992px) {
}
@media screen and(max-width:992px) {
}
.text-holder h2 {
  margin-top: -350px;
  z-index: 1;
  color: white;
  position: absolute;
}

/* =========end slider============= */
/* ======lifestory section============== */
.life-story {
  font-family: "Roboto", sans-serif;
}
.life-story h3:nth-child(1) {
  color: purple;
}
.life-story h3 {
  color: black;
}
.img-holder img {
  border-radius: 10px;
}
.img-holder h4 {
  font-style: italic;
  text-transform: lowercase;
  font-weight: 300;
}
.main-section p {
  text-align: justify;
}
.main-section img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: top;
}
.main-section h1 {
  color: purple;
}
.links-heading {
  color: black;
}
.btn-link {
  text-decoration: none !important;
  padding: 10px 5px 10px 5px;
  border: 1px solid black;
  background-color: purple;
  color: white !important;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}
.btn-info {
  border-radius: 0% !important;
}
.video-section {
  padding: 2px;
}
.footer {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: purple;
  margin-top: 20px;
  width: 100%;
  font-family: sans-serif;
}
.footer-nav a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  transition: all 0.4s ease-in-out;
}
.footer-nav a:hover {
  color: white;
  text-decoration: underline;
}
.copy-link {
  color: white;
  bottom: 0%;
  font-size: 1em;
}
.copy-link h2 {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
}
.copy-link h3 {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

/* ======end lifestory section=================== */

/* ===================================== */

/* end index page */
/* ============================================= */

/* ===================================== */

/* biography page */
/* ============================================= */

/* ===============biography -section============ */
.bg-body {
  background: url("..//images/bg-body.jpg");
}
.biography {
  background: url("..//images/memorial-1.png");
  height: 60vh;
  background-attachment: fixed;
  background-size: cover;
  object-fit: contain;
}
.biography h2 {
  font-family: "Poppins", sans-serif;
  padding: 200px 0 20px 0;
  color: white;
}

/* ===============end biography -section============ */

/* =============main -part======== */

.main-part .early-life h2 {
  color: purple;
  text-transform: uppercase;
}
.main-part p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify !important;
}
/* =============end main part========== */
/* =========education=================== */
.education {
  text-align: justify !important ;
}
.education h2 {
  color: purple;
  text-transform: uppercase;
  text-align: center;
}

/* =========end education=================== */

/* =========priesthood=================== */
.priesthood h2 {
  color: purple;
  text-transform: uppercase;
  text-align: center;
}

/* =========end priesthood=================== */
/* ========pastoral============= */

.pastoral h2 {
  text-transform: uppercase;
  color: purple;
  text-align: center;
}
.accordion .btn-link {
  background-color: purple;
}
.accordion .btn-link:hover {
  background-color: purple;
  outline-color: transparent;
}

/* =====end pastoral=================== */
/* =========retiremnt========= */
.retirement h2 {
  color: purple;
  text-transform: uppercase;
}
.retirement img {
  float: left;
  object-fit: contain;
}

/* =========end retirement=========== */
/* ===========================gallery page================================= */

/* {gallery page} */
/* ===========================gallery page================================= */

/* ==gallery========== */
.gallery > img {
  object-fit: contain;
}
.gallery h2 {
  color: purple;
  text-transform: uppercase;
}
.row.no-gutters [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.img-wrapper {
  overflow: hidden;
}
.img-wrapper img {
  width: 100%;
  transition: 0.4s ease;
  object-fit: cover;
  height: 300px;
}
.img-wrapper img:hover {
  transform: scale(1.5);
  cursor: zoom-in;
}

/* ============end gallery====================== */

/* ===========================eulogy page================================= */

/* {eulogy page} */
/* ===========================eulogypage================================= */
/* ===========eulogy  ===============*/

.eulogy {
  background: url("..//images/IMG-20201016-WA0025.jpg");
  background-attachment: fixed;
  -moz-background-size: cover;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 60dvh;
}

.eulogy h2 {
  color: white;
  padding-top: 100px;
}

/* ===========end============= */
/* ==========foundation paage======================== */

.slider img {
  width: 100vw;
  max-height: 80vh;
  object-fit: cover;
  background-position: center;
  background-size: contain;
  border-radius: 10px;
}

/* =======about-section======= */
/* =======officials  */

.officials {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  color: #000000 !important;
  max-height: fit-content;
  margin-top: 20px;
}

.officials h2 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: purple;
}

.officials .underline {
  background-color: purple;
}

.officials h3 {
  font-weight: 1em;
}

.officials .carousel-inner .carousel-item img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  padding: 5px;
  margin: auto;
  border: 2px solid purple;
}

/* indicators */
.officials .carousel-indicators {
  margin-top: 40px !important;
}
.officials .carousel-indicators li {
  background-color: purple;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  border: 1px solid purple;
}

.officials .carousel-control-prev,
.officials .carousel-control-next {
  background-color: purple;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 1px solid purple;
}

.underline {
  width: 300px;
  margin: auto;
  background-color: white;
  height: 2px;
}
.back-info {
  background-color: #f2f2f2f2;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
.back-info h2 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: purple;
}
.back-info p {
  line-height: 25.5px;
  font-size: 16px;
  text-align: justify !important;
  font-weight: 400;
}
.back-info .underline {
  width: 300px;
  margin: auto;
  background-color: purple;
  height: 1px;
}
