.nav-link {
    font-size:20px;
  }

  h1 {
      font-family: "Euphoria Script", cursive;
      font-weight: 800;
      font-style: normal;
    }

  h4 {
    font-family: "Euphoria Script", cursive;
    font-weight: 600;
  }
  
  .scripture > p {
    padding-left: 15%;
    padding-right: 15%;
    font-family: "Dancing Script", serif;
    font-size: 2rem;
    font-weight: 900;
    font-style: normal;
  }

  .statement > p {
    font-family: "Times New Roman", serif;
    font-size: 1.25rem;
    font-weight: 300;
    font-style: normal;
  }

  #carouselContainer {
    height:450px;
    width: 400px;
    margin-left:auto;
    margin-right:auto;
  }
  
  .carousel-inner > .carousel-item > img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
  }

  .titles {
    padding: 20px;
  }

  .col .card img:hover {
    transform: scale(1.05);
  }

  .popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
  }

  .popup-image span {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 60px;
    font-weight: bolder;
    color: white;
    cursor: pointer;
    z-index: 100;
  }

  .popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid white;
    border-radius: 5px;
    width: 750px;
    object-fit: cover;
  }

  @media (max-width:768px) {
    .popup-image img {
      width: 95%;
    }
  }