@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&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&display=swap");
html {
  font-size: 14px !important;
}

.social-links li {
  margin: 0 5px;
}
.social-links li:first-child {
  color: #FFF;
  font-weight: 200;
}
.social-links li:not(:first-child) {
  background: #FFF;
  width: 23px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.social-links li:not(:first-child) a {
  color: #222324;
}
.social-links li:last-child {
  margin-right: 0;
}

.title-lg {
  color: #222324;
  font-family: "DM Serif Display";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.title-lg::after {
  content: "";
  display: block;
  height: 25px;
  margin: 0 auto;
  background-image: url("../images/title-decorator.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-13px);
}

.section-heading {
  color: #222324;
  font-family: "DM Serif Display";
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.update-card {
  text-align: justify;
  border: 0;
  padding: 0;
}
.update-card .card-header {
  background: transparent;
  border: 0;
  gap: 20px;
  padding: 0;
}
.update-card .card-header .date {
  flex: 0;
}
.update-card .card-header .date span {
  color: rgba(34, 35, 36, 0.8);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.update-card .card-header .date span span {
  color: rgba(34, 35, 36, 0.8);
  font-size: 1.3rem;
  font-weight: bold;
}
.update-card .card-header .img {
  flex: 2;
}
.update-card .card-header .img img {
  height: 210px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.update-card .card-header .intro {
  flex: 4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.update-card .card-header .intro h3 {
  color: #222324;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  font-size: 18px;
  margin: 0;
}
.update-card .card-header .intro .type {
  padding: 2px 8px;
  margin: 15px 0;
  color: #222324 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 0;
  background-color: #FFC200;
}
.update-card .card-header .intro .date {
  color: rgba(34, 35, 36, 0.6);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.update-card .card-body {
  padding: 10px 0 0 0;
}
.update-card .card-body .update-images {
  display: flex;
  flex-wrap: wrap;
}
.update-card p {
  color: #222324;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #011A42;
  background-image: url("../images/header-bg.svg");
  background-position: center;
  background-size: cover;
}
header .navbar {
  overflow: hidden;
}
header .navbar .navbar-brand img {
  width: 70%;
}
header .navbar .navbar-toggler {
  color: #FFF;
}
header .navbar .offcanvas {
  width: 80%;
  background-color: #011A42;
}
header .navbar .offcanvas .offcanvas-body p {
  color: white;
  font-weight: 600;
}
header .navbar .offcanvas .offcanvas-body span {
  color: white;
}
header .navbar .offcanvas .nav-item .nav-link {
  color: #FFF;
}
header .navbar .offcanvas .offcanvas-title img {
  width: 80%;
}
header .navbar .offcanvas .btn-close {
  background-color: white;
  width: 5%;
  border-radius: 13px;
  height: 9px;
}
header .navbar-details {
  background-color: #E2AA2E;
  padding: 4px 0;
}
header .navbar-details .navbar-brand img {
  width: 70%;
}
header .navbar-details .navbar-toggler {
  color: #222324;
}
header .navbar-details .offcanvas {
  width: 80%;
  background-color: #003566;
}
header .navbar-details .offcanvas .offcanvas-body p {
  color: rgb(0, 0, 0);
  font-weight: 600;
}
header .navbar-details .offcanvas .offcanvas-body span {
  color: rgb(0, 0, 0);
}
header .navbar-details .offcanvas .nav-item {
  font-size: 15px;
}
header .navbar-details .offcanvas .nav-item .nav-link {
  text-transform: uppercase;
  margin: 0 7px;
  color: #222324;
  font-weight: 600;
}
header .navbar-details .offcanvas .nav-item .nav-link::after {
  content: "";
  display: block;
  border-bottom: 2px solid transparent;
}
header .navbar-details .offcanvas .nav-item .nav-link:hover {
  color: black !important;
}
header .navbar-details .offcanvas .nav-item .nav-link:hover::after {
  border-bottom: 2px solid rgb(0, 0, 0) !important;
}
header .navbar-details .offcanvas .nav-item .nav-link.active {
  color: black !important;
}
header .navbar-details .offcanvas .nav-item .nav-link.active::after {
  border-bottom: 2px solid black !important;
}
header .navbar-details .offcanvas .nav-item .nav-link:last-child {
  padding-right: 0;
  margin-right: 0;
}

#homeHero {
  overflow: hidden;
}
#homeHero .carousel-indicators {
  bottom: -17px;
}
#homeHero .carousel-item {
  position: relative;
  top: 0;
  /* Add the overlay */
}
#homeHero .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
#homeHero .carousel-caption {
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  left: 0;
  padding: 1.25rem 1rem;
  color: #fff;
  text-align: center;
}
#homeHero .carousel-caption span {
  background: linear-gradient(90deg, #D1A733 8.74%, #F4EE62 56.67%, #D7AD38 99.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  font-size: 18px;
}
#homeHero .carousel-caption h1 {
  color: #FFF;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  text-transform: uppercase;
}
#homeHero .carousel-caption h1 span {
  background: linear-gradient(90deg, #DCB43B 43.91%, #FFEB6E 71.81%, #D3AA2B 99.7%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
}
#homeHero .carousel-caption p {
  color: #FFF;
  font-style: normal;
  font-weight: 200;
}
#homeHero .carousel-caption a {
  border-radius: 0.125rem;
  border: 2px solid #E4C046;
  background: #E4C046;
  display: inline-block;
  padding: 7px 7px;
  text-decoration: none;
  color: #222324;
  font-weight: 500;
  text-transform: uppercase;
}
#homeHero .carousel-caption a:hover {
  background: transparent;
  color: #FFC200;
}

#hero {
  overflow: hidden;
  text-align: left;
  padding: 30px 0;
  background: rgba(0, 53, 102, 0.1);
}
#hero h1 {
  color: #222324;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
#hero p {
  color: #222324;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

#newsBar {
  background: linear-gradient(90deg, #D09845 -0.25%, #F5D55C 59.68%, #A17132 104.34%);
  display: flex;
  z-index: 100;
}
#newsBar .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
#newsBar .marquee .marquee-content {
  display: inline-block;
  animation: marquee 100s linear infinite;
}
#newsBar .marquee .marquee-content span {
  display: inline-block;
  padding-right: 50px;
}
@keyframes marquee {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}

#welcome {
  overflow: hidden;
}
#welcome h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
#welcome .title-lg {
  margin-bottom: 13px;
  display: inline-block;
}
#welcome p {
  text-align: justify;
}

#vissionAndMission {
  background: rgba(1, 26, 66, 0.08);
  overflow: hidden;
}
#vissionAndMission .card {
  padding: 25px;
  text-align: justify;
  border: 0;
}
#vissionAndMission .card .card-header {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 31px;
}
#vissionAndMission .card .card-header div {
  position: relative;
}
#vissionAndMission .card .card-header div img {
  width: 30px;
}
#vissionAndMission .card .card-header div h2 {
  margin: 0 0 0 15px;
  font-family: "DM Serif Display";
}
#vissionAndMission .card .card-header div::after {
  content: "";
  display: block;
  width: 146px;
  height: 50px;
  background-image: url("../images/vission-mission-header-decorator.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -55px;
  left: 0;
  z-index: 1;
}
#vissionAndMission .card .card-body {
  padding: 0;
}
#vissionAndMission .card .card-body p {
  margin: 0;
  color: #222324;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#latestNews, #latestEvents {
  overflow: hidden;
  background: rgba(25, 106, 180, 0.05);
  position: relative;
}
#latestNews .news-event-card, #latestEvents .news-event-card {
  border: 0;
  background: transparent;
}
#latestNews .news-event-card .card-title, #latestEvents .news-event-card .card-title {
  color: #222324;
  font-style: normal;
  font-weight: 600;
}
#latestNews .news-event-card span, #latestEvents .news-event-card span {
  color: #646566;
  text-align: justify;
  font-style: normal;
  font-weight: 600;
}
#latestNews .news-event-card a, #latestEvents .news-event-card a {
  color: #1562A9;
  text-align: justify;
  font-style: normal;
  font-weight: 500;
}
#latestNews .swiper-latest-events, #latestNews .swiper-latest-news, #latestEvents .swiper-latest-events, #latestEvents .swiper-latest-news {
  overflow: hidden;
}
#latestNews .swiper-latest-events .swiper-button-prev, #latestNews .swiper-latest-events .swiper-button-next, #latestNews .swiper-latest-news .swiper-button-prev, #latestNews .swiper-latest-news .swiper-button-next, #latestEvents .swiper-latest-events .swiper-button-prev, #latestEvents .swiper-latest-events .swiper-button-next, #latestEvents .swiper-latest-news .swiper-button-prev, #latestEvents .swiper-latest-news .swiper-button-next {
  background-color: #FFF;
  color: #222324;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}
#latestNews .swiper-latest-events .swiper-button-prev::after, #latestNews .swiper-latest-events .swiper-button-next::after, #latestNews .swiper-latest-news .swiper-button-prev::after, #latestNews .swiper-latest-news .swiper-button-next::after, #latestEvents .swiper-latest-events .swiper-button-prev::after, #latestEvents .swiper-latest-events .swiper-button-next::after, #latestEvents .swiper-latest-news .swiper-button-prev::after, #latestEvents .swiper-latest-news .swiper-button-next::after {
  font-size: 10px;
  font-weight: bold;
}

#constitution {
  overflow: hidden;
  text-align: center;
}
#constitution a {
  border-radius: 2px;
  border: 2px solid #003566;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #003566;
  font-weight: 500;
}
#constitution a:hover {
  background-color: #003566;
  color: #FFF;
}

#becomeAMember {
  background-image: url("../images/members-group-photo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  color: #FFF;
  text-align: left;
}
#becomeAMember .becomeAMember-content {
  position: relative;
}
#becomeAMember .becomeAMember-content h2 {
  color: #FFF;
  margin-bottom: 15px;
}
#becomeAMember .becomeAMember-content p {
  font-weight: 300;
}
#becomeAMember .becomeAMember-content ul li {
  text-align: justify;
  font-weight: 200;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#becomeAMember .becomeAMember-content ul li img {
  height: 20px;
  margin-right: 4px;
}
#becomeAMember .becomeAMember-content a {
  border-radius: 0.125rem;
  border: 2px solid #E4C046;
  background: #E4C046;
  display: inline-block;
  padding: 7px 7px;
  text-decoration: none;
  color: #222324;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}
#becomeAMember .becomeAMember-content a:hover {
  background: transparent;
  color: #FFC200;
}
#becomeAMember::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#founder {
  background: rgba(29, 91, 150, 0.05);
  text-align: center;
  position: relative;
}
#founder::after {
  content: "";
  background-image: url("../images/ellipse-right-yellow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}
#founder img {
  width: 48%;
}
#founder p {
  color: #222324;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#founder a {
  color: #1562A9;
}

#motto {
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
  background-image: url("../images/home-hero.jpg");
  background-size: cover;
  color: #FFF;
  position: relative;
}
#motto .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
#motto .container {
  position: relative;
  z-index: 2;
}
#motto .container h2 {
  color: #FFF;
}
#motto .container p {
  font-weight: 300;
  padding-bottom: 0;
}
#motto .container p span {
  font-weight: 500;
}
#motto .container img {
  width: 50%;
}

#schoolLegacy p {
  color: #222324;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#schoolLegacy a {
  color: #1562A9;
}

#churchHistory p {
  color: #222324;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#churchHistory a {
  color: #1562A9;
}

#resources {
  background: #313131;
}
#resources .section-heading {
  color: #FFF;
}
#resources .resource-card {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
#resources .resource-card .card-body .card-title {
  color: #FFF;
  font-style: normal;
  font-weight: 600;
}
#resources .resource-card .card-body hr {
  color: #FFF;
}
#resources .resource-card .card-body p {
  color: #FFF;
  font-style: normal;
  line-height: normal;
  margin: 0;
  font-weight: 200;
}
#resources .resource-card .card-footer {
  border: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#resources .resource-card .card-footer a {
  text-decoration: none;
  color: #FFF;
}

/*
========================================================================
CONTACT PAGE STARTS
========================================================================
*/
#contactDetails {
  overflow: hidden;
}
#contactDetails .contact-details {
  padding: 0;
  list-style-type: none;
}
#contactDetails .contact-details li {
  display: flex;
  align-items: center;
}
#contactDetails .contact-details li div {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  margin-bottom: 10px;
}
#contactDetails .contact-details li div:first-child {
  border-radius: 50%;
  border: 1px solid black;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contactDetails .contact-details li div span {
  color: #333935;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#contactDetails .contact-details li div span:first-child {
  color: #333935;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

#membershipForm .font-weight-bold {
  font-weight: 500;
}
#membershipForm a {
  font-size: 15px;
}
#membershipForm .view-form {
  border-radius: 0.125rem;
  border: 2px solid #E4C046;
  background: #E4C046;
  display: inline-block;
  padding: 7px 7px;
  text-decoration: none;
  color: #222324;
  font-weight: 500;
  text-transform: uppercase;
}
#membershipForm label {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
#membershipForm .online-payment-details {
  font-weight: 500;
}

/*
========================================================================
CONTACT PAGE ENDS
========================================================================
*/
/*
========================================================================
HISTORY PAGE STARTS
========================================================================
*/
#history {
  overflow: hidden;
  text-align: justify;
}
#history ul li a {
  color: #646566 !important;
}
#history ul li a .active {
  color: #003566 !important;
}
#history #content-container {
  text-align: left;
  padding: 0 10px;
}
#history #content-container h2 {
  font-family: "DM Serif Display";
  padding: 10px 0;
}
#history #content-container p {
  text-align: justify;
}
#history #content-container p span {
  font-weight: 500;
}
#history #content-container h3 {
  font-weight: 600;
  padding: 15px 0;
}
#history #content-container .logo-images {
  padding: 25px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  justify-items: center;
}
#history #content-container .logo-images .logo-container {
  position: relative;
  text-align: center;
  padding: 15px 0;
}
#history #content-container .logo-images .logo-container .img-fluid {
  width: 70%;
  height: auto;
}
#history #content-container .school-img, #history #content-container .church-img, #history #content-container .alter-img, #history #content-container .statue-img {
  width: 100%;
  height: auto;
  padding: 0;
}

/*
========================================================================
HISTORY PAGE ENDS
========================================================================
*/
/*
========================================================================
COMMITTEE PAGE STARTS
========================================================================
*/
#committeeDetails {
  overflow: hidden;
}
#committeeDetails .accordion .accordion-header .accordion-button {
  background: transparent !important;
  color: #222324;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#committeeDetails .accordion .accordion-body .member-position-heading {
  color: #222324;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#committeeDetails .accordion .accordion-body .committee-member-card {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  padding: 10px;
  align-items: center;
}
#committeeDetails .accordion .accordion-body .committee-member-card .card-img {
  width: 33%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
#committeeDetails .accordion .accordion-body .committee-member-card .card-body {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#committeeDetails .accordion .accordion-body .committee-member-card .card-body h4 {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(34, 35, 36, 0.8);
  text-align: left;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#committeeDetails .accordion .accordion-body .committee-member-card .card-body span {
  color: rgba(34, 35, 36, 0.5);
  text-align: justify;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#committeeDetails .accordion .accordion-body .committee-member-card .card-body p {
  margin-bottom: 0;
  color: rgba(34, 35, 36, 0.8);
  text-align: justify;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*
========================================================================
COMMITTEE PAGE ENDS
========================================================================
*/
/*
========================================================================
COLLEGE PAGE STARTS
========================================================================
*/
#college {
  overflow: hidden;
  text-align: justify;
}

/*
========================================================================
COLLEGE PAGE ENDS
========================================================================
*/
/*
========================================================================
LEGACY PAGE STARTS
========================================================================
*/
#legacyContent {
  overflow: hidden;
}
#legacyContent .card {
  border: 0;
}
#legacyContent .card .card-header {
  background-color: none;
}
#legacyContent h3 {
  font-weight: 600;
}
#legacyContent #readMore {
  background: none;
  border: none;
  padding: 0;
  color: #1562A9;
}

/*
========================================================================
LEGACY PAGE ENDS
========================================================================
*/
/*
========================================================================
NEWS PAGE ENDS
========================================================================
*/
#pinnedUpdates {
  overflow: hidden;
}
#pinnedUpdates .image-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
#pinnedUpdates .image-grid .image-item {
  position: relative;
  overflow: hidden;
}
#pinnedUpdates .image-grid .image-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
}
#pinnedUpdates .image-grid .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pinnedUpdates .image-grid .image-item .overlay-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  color: #FFF;
  z-index: 10;
}
#pinnedUpdates .image-grid .image-item .overlay-text .badge {
  color: #222324;
  border-radius: 0;
}
#pinnedUpdates .image-grid .image-item .overlay-text .date {
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  margin-left: 8px;
}
#pinnedUpdates .image-grid .image-item .image1,
#pinnedUpdates .image-grid .image-item .image2,
#pinnedUpdates .image-grid .image-item .image3 {
  grid-column: auto;
  grid-row: auto;
}

#newsContent {
  overflow: hidden;
}
#newsContent .container .cards-wrapper {
  display: flex;
  flex-direction: column;
}
#newsContent .container .cards-wrapper .left-card {
  order: 1;
  height: 100%;
}
#newsContent .container .cards-wrapper .right-cards {
  display: flex;
  flex-direction: column;
  order: 2;
}

/*
========================================================================
NEWS PAGE ENDS
========================================================================
*/
footer {
  background-color: #003566;
  color: #FFF;
  text-align: justify;
  font-weight: 200;
}
footer p {
  text-transform: capitalize;
}
footer table tr td {
  vertical-align: top;
}
footer .social-links-footer {
  padding: 0;
}
footer .social-links-footer li {
  margin: 0 5px;
  background: #FFF;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
footer .social-links-footer li a {
  color: #222324;
}
footer .social-links-footer li:last-child {
  margin-right: 0;
}
footer #footer-contact-list li a {
  color: #E1E1E1;
  font-style: normal;
  line-height: 25px;
}
footer .row:last-child {
  text-transform: uppercase;
}
footer .row:last-child a {
  color: #222324;
}/*# sourceMappingURL=style.css.map */