@media (min-width:1200px) {
    section {
        padding: 100px 0px;
    }
}


@media (min-width: 992px) {
    .hero-caption {
        bottom: 15%;
    }

    .hero-carousel .carousel-item {
        height: 100vh;
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media only screen and (max-width:1200px) {
    .diary {
        width: 1100px;
        height: auto;
        padding: 155px 56px;
        max-width: 100%;
        background-position: center;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-brand span {
        display: none;
    }

    #sidebarCollapse:not(.show) {
        min-width: 0px;
    }

    #sidebarCollapse {
        position: absolute;
        left: 0px;
        z-index: 1;
    }

    .navbar-nav .nav-item a {
        color: #ffffff;
        padding: 14px 20px !important;
        text-align: center;
    }

    .navbar-nav {
        text-align: center;
    }

    .pin-left {
        position: initial;
    }

    .church-bg {
        background-size: cover;
        padding: 50px 30px;
    }

    .hope-img {
        position: absolute;
        right: 0px;
        bottom: 50px;
    }

    .navbar-toggler {
        background-color: #ffffff;
    }

    .cta-strip h2 {
        font-size: 50px;
    }

    .video-section-content {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .pin-section {
        position: relative;
    }

    .pin-min-h {
        min-height: 100vh;
    }

    .pin-left {
        position: sticky;
        top: calc(var(--nav-h) + 16px);
        align-self: flex-start;
    }

    .pin-left>*:last-child {
        margin-bottom: 0;
    }

    .scroll-right>*+* {
        margin-top: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #hero {
        --bs-carousel-transition-duration: 0s;
    }
}

@media only screen and (max-width: 767px) {
    .pin-left {
        position: static;
        top: auto;
    }

    img {
        height: auto;
    }

    .breadcrumb {
        margin-top: 10px;
    }

    .hope-img {
        display: none;
    }

    .cta-strip h2 {
        font-size: 50px;
    }

    .feature-shape1 {
        display: none;
    }
}

@media only screen and (max-width:575px) {
    .dashboard-cards>div {
        margin-top: 8px;
    }

    .history-card div {
        flex-direction: column;
    }

    .history-card img {
        max-width: 100%;
    }

    .hero-carousel .carousel-item {
        min-height: 50vh;
        height: 50vh;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: auto;
    }

    .modal-fullscreen-sm-down {
        margin: auto;
    }

    .header-top {
        display: none;
    }

    .statue {
        margin: auto;
        text-align: center;
        display: inherit;
    }

    .feature-shape2 {
        display: none;
    }

    .gallery-popup .modal-dialog {
        width: min(100vw, calc(100vh * 16 / 9));
    }

    .gallery-popup .viewer {
        max-height: 100vh;
    }
	.block_timeline .timeline:before {
    left: 30px
  }
  .block_timeline .timeline-row {
    display: block;
    margin-bottom: 60px;
    padding-left: 50px
  }
  .block_timeline .timeline-row:before {
    left:18px
  }
  .block_timeline .image {
    margin-bottom: 35px
  }
  .miracle-title {
    display: block;
	}

	.miracle-title>span {
		display: block;
		margin-bottom: 20px;
	}
}
