@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");
@media (min-width: 768px) {
  .social-links li:not(:first-child) {
    width: 30px;
    height: 30px;
  }
  header .navbar .offcanvas .btn-close {
    width: 2%;
    height: 10px;
  }
  #homeHero {
    text-align: left;
  }
  #founder {
    text-align: justify;
  }
  #founder img {
    width: 100%;
  }
  #motto {
    text-align: justify;
  }
  #motto .container img {
    width: 100%;
  }
  #schoolLegacy,
  #churchHistory {
    text-align: justify;
  }
  #hero {
    text-align: left;
  }
  #history #content-container .logo-images .logo-container .img-fluid {
    width: 50%;
    height: auto;
  }
  #history #content-container .profile-img {
    height: 300px;
  }
  #history #contactDetails .contact-details li div {
    margin-bottom: 30px;
  }
  #pinnedUpdates .image-grid {
    grid-template-columns: 1fr 1fr;
  }
  #pinnedUpdates .image-grid .image1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  #pinnedUpdates .image-grid .image2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #pinnedUpdates .image-grid .image3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card .card-img {
    width: 25%;
    height: 93px;
  }
}
@media (min-width: 992px) {
  p,
  a {
    font-size: 16px;
  }
  .section-heading {
    font-size: 2.5rem;
    text-align: left;
  }
  header .navbar .offcanvas {
    width: 80%;
    background-color: #003566;
  }
  header .navbar .offcanvas .offcanvas-body .navbar-brand img {
    width: 90%;
  }
  header .navbar .offcanvas .offcanvas-body p {
    color: white;
    font-weight: 600;
  }
  header .navbar .offcanvas .offcanvas-body span {
    color: white;
  }
  #homeHero .carousel-caption {
    text-align: left;
    align-items: start;
  }
  #homeHero .carousel-caption span {
    font-size: 2rem;
  }
  #homeHero .carousel-caption p {
    font-size: 16px;
  }
  #homeHero .carousel-caption h1 {
    font-size: 3rem;
  }
  #homeHero .carousel-caption h1 span {
    font-size: 3rem;
  }
  #welcome h3 {
    font-size: 18px;
  }
  #welcome .title-lg {
    text-align: left;
  }
  #welcome p {
    font-size: 16px;
    margin-bottom: 17px;
  }
  #welcome .account-details li {
    font-size: 15px;
  }
  #founder img {
    width: 80%;
  }
  #founder p {
    font-size: 16px;
  }
  #motto .container img {
    width: 50%;
  }
  #motto .container p {
    font-size: 16px;
  }
  #constitution p {
    font-size: 16px;
  }
  #history #content-container p {
    font-size: 16px;
  }
  #schoolLegacy p,
  #churchHistory p {
    font-size: 16px;
  }
  #legacyContent h3 {
    font-size: 20px;
  }
  #legacyContent .oba-legacy .card-img {
    width: 35%;
  }
  #college p {
    font-size: 16px;
  }
  #legacyContent h3 {
    font-size: 20px;
  }
  #legacyContent .oba-legacy .card-img-top {
    width: 35%;
  }
  #legacyContent .oba-legacy .card-body .card-title {
    font-size: 29px;
    line-height: 38px;
  }
  #legacyContent .oba-legacy .card-body .card-text {
    text-align: justify;
  }
  #committeeDetails .accordion .accordion-header .accordion-button {
    background: transparent !important;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card {
    display: flex;
    flex-direction: row;
    padding: 10px;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card .card-img {
    width: 22%;
    height: 118px;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card .card-body {
    margin-left: 18px;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card .card-body h4 {
    font-size: 17px;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card .card-body span {
    font-size: 15px;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card .card-body p {
    font-size: 15px;
  }
  #pinnedUpdates .image-grid {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1200px) {
  header .navbar-details .offcanvas .nav-item {
    font-size: 17px;
  }
  #history #content-container .statue-img {
    height: 300px;
    padding: 0;
  }
  #history #content-container .church-img {
    height: 240px;
  }
  #committeeDetails .accordion .accordion-header .accordion-button {
    background: transparent !important;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card {
    display: flex;
    flex-direction: row;
    padding: 10px;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card .card-img {
    width: 17%;
    height: 120px;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card .card-body {
    margin-left: 20px;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card .card-body h4 {
    font-size: 18px;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card .card-body span {
    font-size: 15px;
  }
  #committeeDetails .accordion .accordion-body .committee-member-card .card-body p {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  #history #content-container .profile-img {
    height: 250px;
  }
  #college .row:first-child img {
    width: 75%;
  }
}/*# sourceMappingURL=responsive.css.map */