<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MOBILE */
@media only screen and (max-width:767px) {
    .go2top i, .go2top i:focus {
        right: 20px;
        bottom: 32px;
    }

    .nav-item {
        line-height: 1;
        margin-left: 0;
        letter-spacing: 1px;
    }

        .nav-item span.caret {
            margin-right: 10px;
        }

    .logo-image {
        /*padding-top: 10px;*/
    }

    .coloured h1 {
        line-height: 1;
        font-size: 3em;
    }

    .coloured h3 {
        line-height: 1.2;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .bibleQuote p {
        padding-left: 5px;
    }

    .lg-sub-html h4 {
        font-size: 2em;
    }

    .lg-sub-html p {
        font-size: 1.2em;
    }

    #galleryhover {
        margin-left: -15px;
        margin-right: -15px;
    }

    .controls i {
        font-size: 2em;
    }

    .slider-container {
        padding: 0 1rem;
    }

    .tns-nav {
        padding-top: 20px;
    }

    .coloured {
        padding-bottom: 30px;
    }

    .home-wrapper {
        width: 100%;
        background-image: url(/media/tgenfzbi/home-bg-edited.png);
        min-height: 400px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 250%;
    }

    .homebuttons {
        margin-top: 150px;
    }

    a.otherresource p.othersub {
        line-height: 1.5;
    }

    .homebuttons {
         padding-bottom: 0; 
    }

    .moreresources {
        padding-bottom: 5px;
    }

    .numberedParagraph .numberedPennant p {
        padding-right: 18px;
    }
}

/* TABLET */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    
}

/* DESKTOP */
@media only screen and (min-width: 768px) {
    .navbar-nav {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1120px) {
    .bibleQuote {
        margin-bottom: 30px;
    }
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Small Devices, Tablets */
/*@media only screen and (max-width : 768px) {

}*/


</pre></body></html>