/* ///////////////////////////////// */
/*              Landing              */
/* ///////////////////////////////// */


@media only screen and (min-width: 768px) {
    .mobile-only-break {
        display: none;
    }

    .sermon-container {
        height: 45vh;
    }

    .sermon-links-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .sermon-link {
        margin-right: .5rem;
    }

    h1 {
        font-size: 2rem;
        margin: .75rem 0rem .75rem 0rem;
    }

    .welcome-message {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .welcome-message p {
        font-size: 2rem;
    }

}

@media only screen and (min-width: 1024px) {
    .main {
        margin-top: .5rem;
    }

    .sermon-container {
        height: 36rem;
        width: 98%;
        max-width: 67.5rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 1rem 1.5rem;
        color: white;
        -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    }
}

/* ///////////////////////////////// */
/*             New Here?             */
/* ///////////////////////////////// */

@media only screen and (min-width: 0px) {
    .section-one {
        padding: .5rem 1rem .75rem 1rem;
        width: 100%;
    }

    .section-two {
        padding: .25rem 1rem 1rem 1rem;
        width: 100%;
    }
    .disaster-relief {
        width: 100%;
        height: auto;
        margin-top: 1rem;
        border-radius: 1rem;
    }
}

@media only screen and (min-width: 768px) {
    .quick-links p {
        width: 8rem;
    }

    .section-one {
        width: 60%;
        max-width: 582px;
        display: inline-flex;
        flex-direction: column;
        margin: 0rem;
        padding-right: .5rem;
        padding-top: .25rem;
    }

    .section-two {
        width: 40%;
        max-width: 530px;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0rem;
        padding-left: .5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .section-one {
        padding-top: .5rem;
    }
    .section-two {
        padding: .5rem 1rem 1rem 1rem;
    }
}

@media only screen and (min-width: 1180px) {
    .section-two {
        width: 100%;
    }
}

/* ///////////////////////////////// */
/*               Groups              */
/* ///////////////////////////////// */

@media only screen and (min-width: 0px) {
    .groups {
        width: 100%;
        margin: 1rem 0rem 1rem 0rem;
        padding: .75rem 0rem 0rem 0rem;
        background-color: #5a5a5a;
        background-color: white;
        height: 18rem;
        /* background: rgb(89,6,18);
        background: -moz-linear-gradient(180deg, rgba(89,6,18,1) 0%, rgba(147,8,28,1) 50%, rgba(89,6,18,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(89,6,18,1) 0%, rgba(147,8,28,1) 50%, rgba(89,6,18,1) 100%);
        background: linear-gradient(180deg, rgba(89,6,18,1) 0%, rgba(147,8,28,1) 50%, rgba(89,6,18,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#590612",endColorstr="#590612",GradientType=1);
        color: white; */
    }

    .groups .container {
        margin: .5rem 0rem 0rem 0rem;
        padding: 0rem;
    }

    .groups > .group-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 80rem;
        padding: 0rem 1rem;
        margin-top: .75rem;
    }

    .groups h2 {
        font-size: 1.25rem;
    }

    .happening-now {
        font-size: 1rem;
        margin-top: .15rem;
    }

    .group-list {
        margin: auto auto 1.8rem auto;
        display: flex;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        overflow: auto;
        white-space: nowrap;
        height: 13rem;
        max-width: 1200px;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        overflow-y: hidden;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .group-list::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .group-list {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .group-item {
        margin-right: 1.8rem;
        position: relative;
    }

    .group-list .group-item .foregroundImg {
        cursor: pointer;
        position: relative;
        z-index: 4;
        pointer-events: none;
    }

    .group-list .group-item .backgroundImg {
        position: absolute;
        left: 0;
        transition: all 0.4s ease;
        opacity: 0;
        z-index: 0;
        pointer-events: none;
    }

    .group-img {
        background: rgb(213, 213, 213);
        background: -moz-linear-gradient(49deg, rgba(213, 213, 213, 1) 50%, rgba(121, 121, 121, 1) 100%);
        background: -webkit-linear-gradient(49deg, rgba(213, 213, 213, 1) 50%, rgba(121, 121, 121, 1) 100%);
        background: linear-gradient(49deg, rgba(213, 213, 213, 1) 50%, rgba(121, 121, 121, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d5d5", endColorstr="#797979", GradientType=1);
        border-radius: .5rem;
        width: 14rem;
        object-fit: cover;
        object-position: center center;
        height: calc(9 / 16 * 14rem);
        z-index: 1;
        position: relative;
    }

    .group-title {
        font-size: 1rem;
        margin: .75rem 0rem .33rem 0rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 224px;
    }

    .group-date {
        font-size: .75rem;
        width: 224px;
    }

    .groups .see-all {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 1rem;
        margin: 1.5rem 0rem .5rem 0rem;
    }

    .groups .see-all a {
        margin-left: -.5rem;
    }

    .groups .see-all svg {
        transform: translateX(.75rem) translateY(.1rem);
    }
}

@media only screen and (min-width: 768px) {
    .groups .container>.group-header {
        padding: 0rem 1.2rem;
        max-width: 1080px;
    }
}

@media only screen and (min-width: 1024px) {
    .groups > .group-header {
        width: 96%;
        max-width: 1080px;
        padding: 0.5rem 1rem;
    }
    .group-list .group-item .backgroundImg {
        position: absolute;
        top: 50%;
        left: 49%;
        transform: scale(.975) translate(-50%, -70%);
        transition: all 0.4s ease;
        opacity: 0;
        z-index: 0;
        pointer-events: none;
    }
    .group-list .group-item:hover .backgroundImg {
        opacity: .7;
        filter: blur(15px);
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
    }
    .group-item {
        display: flex;
        flex-direction: column;
        margin: 0rem;
        overflow: visible;
        width: 17.75rem;
        align-items: center;
        justify-content: center;
        height: 15rem;
        overflow: visible;
    }
    .group-list {
        display: flex;
        justify-content: center;
        overflow: hidden;
        margin-bottom: 0rem;
        max-width: 1200px;
        height: 100%;
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .group-list .group-item:hover .backgroundImg {
        opacity: .7;
        filter: blur(15px);
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        transform: scale(.98) translate(-50%, -95%);
        z-index: -1;
        overflow: visible;
        margin-top: 2rem;
    }

    .groups {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 18rem;
        padding: .75rem 0rem .2rem 0rem;
    }

    .groups .container {
        width: 100%;
        max-width: 1080px;
        padding: 0rem;
        height: auto;
    }
    .group-header {
        padding: 0rem 0rem !important;
        width: 100%;
        max-width: 1080px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

/* ///////////////////////////////// */
/*            Get Engaged            */
/* ///////////////////////////////// */

@media only screen and (min-width: 0px) {
    .get-engaged {
        background-color: #efefef;
    }

    .about-us {
        margin-bottom: 1rem;
    }

    .get-engaged .container {
        background: white;
        padding: 1rem 1rem 1.5rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: .5rem;
        width: 100%;
        -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    }

    .get-engaged .container>h2 {
        margin-bottom: .75rem;
    }

    .get-engaged .container>p {
        font-size: 1rem;
        font-weight: 600;
        color: #5a5a5a;
        padding-bottom: 1rem;
        border-bottom: 1px solid hsla(0, 0%, 9%, .15);
        width: 100%;
    }

    .get-engaged .container>a {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 1rem 0rem 1rem 1rem;
        font-weight: 700;
        font-size: 1rem;
        width: 100%;
        border-bottom: 1px solid hsla(0, 0%, 9%, .15);
    }

    .get-engaged .container>a img {
        margin-right: .75rem;
    }

    .section-merch {
        background: #c0392b;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #8a226a, #e80050 );  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #8a226a, #e80050 ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        color: white;
        margin-top: 1rem;
        border-radius: .5rem;
        padding: 1.5rem 1rem 1.5rem 2.25rem;
        transition: .5s all;
    }
    .section-merch:hover {
-webkit-box-shadow: 0px 1px 56px -16px rgba(230,23,23,0.99);
-moz-box-shadow: 0px 1px 56px -16px rgba(230,23,23,0.99);
box-shadow: 0px 1px 56px -16px rgba(230,23,23,0.99);

    }
}

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 1300px) {
    #welcome {
        padding: 0.5rem 0rem 0.5rem 0rem;
    }
}


/* ///////////////////////////////// */
/*        Acts Church Online         */
/* ///////////////////////////////// */

@media only screen and (min-width: 0px) {
    .acts-social {
        background-color: #efefef;
        margin-bottom: 1rem;
    }

    .acts-social .container {
        background: white;
        padding: 1rem 1rem 1.5rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: .5rem;
        width: 100%;
        -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    }

    .acts-social .container>h2 {
        width: 100%;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid hsla(0, 0%, 9%, .15);
    }

    .acts-social .container>p {
        font-size: 1rem;
        font-weight: 600;
        color: #5a5a5a;
        padding-bottom: 1rem;
        border-bottom: 1px solid hsla(0, 0%, 9%, .15);
        width: 100%;
    }

    .acts-social .container>a {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 1rem 1rem 1rem 1rem;
        font-weight: 700;
        font-size: 1rem;
        width: 100%;
        border-bottom: 1px solid hsla(0, 0%, 9%, .15);
    }

    .acts-social .container>a img {
        margin-right: .75rem;
        width: 2rem;
        height: auto;
    }

    .acts-social svg {
        margin-left: auto;
    }
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 1300px) {}

/* ///////////////////////////////// */
/*              Linktree             */
/* ///////////////////////////////// */

.lt-main {
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem .2rem 1rem;
    min-height: 70vh;
}

.lt-container {
    width: 100%;
    max-width: 1000px;
}

.lt-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lt-nav img {
    padding: .75rem 0rem .5rem 0rem;
}

.new-here-container {
    width: 100%;
    margin: 0rem 0rem 1rem 0rem;
    padding: 1rem;
}

.new-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lt-main .about-us .container {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.lt-main #acts-social .giving-link {
    border-bottom: none;
}

.header {
    font-weight: bold;
}

.new-desc {
    font-size: .7rem;
}


.lt-footer {
    height: 100%;
}

.lt-footer .footer-title-section {
    margin-bottom: 1.5rem;
}

@media only screen and (min-height: 845px) {
    .lt-footer {
        min-height: 30vh;
    }
}
