<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************/
/* *********CSS for Body******** */
/*********************************/

/*.container {
    width: 100%;
    padding: 0;
}*/


.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*********************************/
/* *********CSS for NAV********* */
/*********************************/


myNav {
    background-color: #060C26;
    color: #5D5D5D;
}

.navbar-brand img {
    width: 75%;
}

.navLogoType {
    /*    width: 250px;*/
    font-size: 1.5rem;
    padding: 16px 21px;
    margin-bottom: 0px;
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: rgb(80, 80, 80);
    border: 1.0px rgb(205, 205, 205);
    border-style: solid none;
}

.myItalic {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: 100;
}


#navbarNav {
    margin-left: 2rem;
}


.navSocial i {
    font-size: 1.5rem;
    padding: 8px;
    color: rgba(75, 75, 75, 1.0);
}

    .navSocial i:hover {
        color: rgba(155, 155, 155, 1.0);
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }

.navJoinUs {
    background-color: #FF0921;
    border: none;
    color: white;
    padding: 10px 76px;
    margin-right: 48px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    border-radius: 30px;
}

/************************************/
/* ********CSS for Home Page******* */
/************************************/


/* *************Hero*************** */

.carousel, .slide {
    margin: auto;
    height: 500px;
}

.carousel-inner {
    height: 500px;
}

.carousel-item {
    position: absolute;
    height: 500px;
}

/*I think we may have fixed our issue in regards to img adjusting too small.
  changed it through the 'img' height size and set it to cover to allow it
  to 
*/
.carousel-item img {
    height: 500px;
    object-fit: cover;
    object-position: center left;
}

/*Used this change to reposition slide 1 differently from slide 2-3*/
img.slide-1 {
    object-position: bottom left;
}

.carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 10px;
    height: 10px;
}


.carousel-control-next, .carousel-control-prev {
    opacity: 0.0;
    transition: opacity .5s ease;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    background-color: none;
    opacity:0.25;
}

.carousel-caption {
    position: absolute;
    padding-bottom: 60px;
    bottom: 150px;
/*    left: 100px;*/
}

.carousel-caption h5 {
    font-size: 3.0rem;
}


.heroBkgdBlock {
    background-color: rgba(255,9,33,.75);
    height: 7.0rem;
    width: auto;
}

.hero-title-top {
    font-size: 3.5rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.hero-title-bottom {
    font-size: 1.65rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 0.15rem;
}

.hero-italic {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: 300;
}




.FAPAHero {
    /*    background-color: red;*/
    color: white;
    padding: 2.5rem;
}

.FAPATitle {
    color: white;
}

.FAPAHero h2 {
    color: red;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3.0rem;
}


/* **********Body Subsections************ */

/*Our Vision*/

.ourvision {
/*    position: relative;*/
    text-align: left;
    padding-top: 4.0rem;
    padding-bottom: 4.0rem;
}

/*.ourvision img {
    height: 800px;
    object-fit: contain;
}
*/

.ourvision h1 {
    color: #FF0921;
}
.ourvision h4 {
    /*    position: absolute;*/
    font-size: 3.5rem;
    color: #FF0921;
    font-weight: 700;
    font-family: 'Pacifico', cursive;
}

.ourvision p {
/*    position: absolute;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    font-size: 1.4rem;
    font-weight: 300;
    
}




.lead {
    text-align: left;
}

.btn-primary {
    background-color: #FFFFFF;
    border: solid 1px;
    border-color: #FF0921;
    color: #FF0921;
    font-size: 18px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 500;
    border-radius: 30px;
}



/************/

/* Container holding the image and the text */
.container-test {
    position: relative;
    text-align: center;
    color: black;
}

.test-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-test h4 {
    /*    position: absolute;*/
    font-size: 3.0rem;
    color: #FF0921;
    font-weight: 700;

}

.container-test p {
    /*    position: absolute;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    font-size: 1.5rem;
    font-weight: 300;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/************/
.homehead {
    color: #eeeeee;
    text-transform: uppercase;
    padding: 8px 13px;
    border-radius: 5px;
}

.homeblog {
    text-transform: uppercase;
    padding: 8px 13px;
    border-radius: 5px;
}

.homehead h3 {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .1rem;
}

#homeblog div.homehead {
    background-color: #FDE53B;
    color: black;
}

div.homebody {
    padding: 10px;
}


#homeevents div.homehead {
    background-color: #FF0921;
}

#homenews div.homehead {
    background-color: #173351;
}

#homesocial div.homehead {
    background-color: #e97215;
}

#homesocial div.homebody {
    text-align: center;
}

#homejoinus div.homehead {
    background-color: #499B0B;
    margin-top: 15px;
}



/* *********Blog Section*********** */

.blog {
    display: flex;
}

.blogPreview {
    padding: 1.0rem;
    text-align: left;
    line-height: 1.5rem;
}

    .blogPreview a {
        font-size: large;
    }

.blogTitle {
    margin-bottom: 1.0rem;
}

.blogLink {
    text-align: center;
    margin: 1.0rem;
}

    .blogLink a {
        color: #0366d6;
    }



/*********************************/
/* ******CSS for Background***** */
/*********************************/

body {
/*    background-color: #060C26;*/
}



/*********************************/
/* ********CSS for Footer******* */
/*********************************/

footer {
    padding: 24px 0;
    /*    background-color: #DCDCDC;*/
    /* min-height: 250px; */
    color: #5D5D5D;
    text-align: center;
}

    footer p {
        color: #acacac;
        font-size: .8rem;
        /*    font-weight: 500;*/
        padding: 1em;
    }

    footer h3 {
        font-size: 2rem;
        font-weight: 600;
        padding-top: 24px;
    }

    footer ul {
        color: #5D5D5D;
        display: inline-block;
        text-align: left;
        font-size: 1.0rem;
        /*    font-weight: 500;*/
        list-style-type: none;
    }

    footer a {
        color: #5D5D5D;
        text-decoration: none;
    }

    footer ul {
        padding-inline-start: 20px;
    }

        footer ul li {
            line-height: 1.25rem;
        }

            footer ul li:hover {
                color: black;
                transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
            }

    footer i {
        color: #5D5D5D;
        font-size: 3rem;
        padding: .5rem .5rem;
    }

        footer i:hover {
            color: black;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        }

/*********************************/
/* *******CSS for ABOUT US****** */
/*********************************/

.aboutus {
    /*    color: red;*/
}

.aboutus h1 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: red;
    font-weight: 800;
    font-size: 2.6rem;
    margin-bottom: 3.0rem;
}

    .aboutus p {
        color: #505050;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 2.0rem;
    }

.disclosure {
    color: gray;
    font-size: 0.75rem !important;
    line-height: 1.0rem !important;
}

/* ********************* */
/* *** Media Queries *** */
/* ********************* */
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
    .homesubsections {
        padding-left: 14rem;
        padding-right: 14rem;
    }
}

@media (max-width: 992px) {
    /*HERO*/
    .hero-title-top {
        font-size: 2.55rem;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .hero-title-bottom {
        font-size: 1.20rem;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 500;
        line-height: 1.2rem;
    }

}

@media (min-width: 576px) {
    /*ABOUTUS*/
    .aboutus {
        padding: 4.0rem;
    }
}



/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    myNav {
        /* background-color: yellow; */
    }

    .navbar-brand {
        width: 100%;
        margin-top: 1.0rem;
        margin-bottom: 1.0rem;
    }

        .navbar-brand img {
            width: 30%;
        }

    .navLogoType {
        text-align: center;
    }

    .navbar-toggler {
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.5rem;
    }
}

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