﻿
<style type="text/css" >
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    /*   margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
    /*height: 42rem;*/
    min-height: 100%;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    /*height: 42rem;*/
    min-height: 100%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.responsive {
    width: 100%;
    height: auto;
}
/* Ensure collapsed menu is hidden by default and visible when .show is present */
.mobileMenuContent.collapse {
    display: none;
}
.mobileMenuContent.collapse.show {
    display: block;
}
#Home-NoteFromPresidentDiv {
    /*startTemplateWrapperDivBackgroundColor*/ background-color: #FFFFFF; /*endTemplateWrapperDivBackgroundColor*/
    padding: 10px 0px 0px 0px;
    text-align: center;
    text-align: left;
}
#Home-NoteFromPresidentDiv h1 {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    text-align: left;
}
#Home-NoteFromPresidentDiv p {
    text-align: left;
    max-width: 900px;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    display: inline-block;
}
.left-line {
    max-width: 220px;
    width: 100%;
    text-align: left;
    color: #FDBE0F;
    background-color: #FDBE0F;
    height: 3px;
    margin-bottom: 15px;
}

/* Popup */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.popup {
    font-family: Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.popup-content {
    text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}
.popup #emailInput {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.popup button {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
/* Popup */

#Home-NoteFromPresidentDiv {
    /*startTemplateWrapperDivBackgroundColor*/ 
    background-color: #FFFFFF; 
    /*endTemplateWrapperDivBackgroundColor*/
    padding: 10px 0px 0px 0px;
    text-align: center;
    text-align: left;
}
#Home-NoteFromPresidentDiv h1 {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    text-align: left;
}
#Home-NoteFromPresidentDiv p {
    text-align: left;
    max-width: 900px;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    display: inline-block;
}
.left-line {
    max-width: 220px;
    width: 100%;
    text-align: left;
    color: #FDBE0F;
    background-color: #FDBE0F;
    height: 3px;
    margin-bottom: 15px;
}

/*  */

#Home-ShapesDiv .imagecontainer {
    padding: 2em;
}

#Home-WelcomeDiv ul {
    list-style-type: none;
    padding-left: 0;
}
#Home-WelcomeDiv li {
    padding-bottom: .5em;
}

.shape-container {
    position: relative;
    width: 100%;
    /*aspect-ratio: 3 / 1;*/ /* Square, adjust as needed */
    margin: 1em auto;
    /*overflow: visible;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
    padding: 2em;
}

.shape-bg-left,
.shape-content-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Example polygon: hexagon, adjust as needed */
    /*clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);*/
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    /*z-index: 1;*/
}

.shape-bg-right,
.shape-content-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Example polygon: hexagon, adjust as needed */
    /*clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);*/
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 10% 100%);
    /*z-index: 1;*/
}

.shape-bg {
    inset: 0;
    background-size: cover;
    background-position: center;
    /* Example polygon: hexagon, adjust as needed */
    /*clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);*/
    /*clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);*/
    z-index: 1;
}

.shape-bg-right::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40); /* Example: semi-transparent green overlay */
    pointer-events: none;
    clip-path: inherit; /* Ensures overlay matches the shape */
}

.shape-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 2em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Optional: add a semi-transparent overlay for readability */
    /*background: rgba(0,0,0,0.3);*/
    /*border-radius: 16px;*/
    /* Optional: match the shape with clip-path for perfect overlay */
    /*clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);*/
}

.outer-shape-container {
    margin: 0 5em;
}

#Home-ShapesDiv a {
    cursor: pointer;
}

@media (max-width: 991px) {
    .outer-shape-container {
        padding: 0;
        margin-left: 2em;
    }
}

.overlap-image-container {
    width: 100%;
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*z-index: 3;*/
    /* Pull the image down to overlap the next section */
    margin-bottom: -5px; /* Adjust as needed for overlap */
}

    .overlap-image-container img {
        width: 100%;
        display: block;
        overflow: hidden;
    }

@media (max-width: 991px) {
    .overlap-image-container {
        margin-bottom: -5px;
        /*max-width: 220px;*/
    }
}

#Home-ContactUsDiv .contact-img-bg {
    width: 100%;
    height: 100%;
    min-height: 320px;
    background-image: url('/images/contactus_img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
}
#Home-NoteFromPresidentDiv .welcome-image-d {
    width: auto;
    max-width: 125%;
    height: 100%;
}
#Home-ContactUsDiv .contact-form-container {
    width: 100%;
    padding: 2em;
}
#Home-NoteFromPresidentDiv {
	margin-top: 4em;
}

@media (max-width: 991px) {
    #Home-ContactUsDiv .contact-img-bg {
        min-height: 220px;
    }
    #Home-ContactUsDiv .contact-form-container {
        padding: 0;
    }
	#Home-NoteFromPresidentDiv .welcome-image-d {
        width: auto;
        max-width: 100%;
        height: 100%;
    }
	#Home-NoteFromPresidentDiv {
    	margin-top: 0;
    }
}


/* New Carousel css */
/* Explicitly set the carousel/rotator size */
#myCarousel,
#myCarousel .carousel-inner,
#myCarousel .carousel-item,
#myCarousel .carousel-item picture,
#myCarousel .carousel-item img {
    width: 1200px;
    /*aspect-ratio: 3 / 1;*/
    height: calc(1200px / 3.2);
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.carousel-indicators li {
    background-color: #FDBE0F;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.carousel-inner, .carousel-item > a, .carousel-item > picture, .carousel-item > img {
    border-radius: 16px;
    overflow: hidden;
}
.carousel-item img {
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    width: 1200px;
    aspect-ratio: 3 / 1;
    max-width: 100%;
    object-fit: cover;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 2.5rem 2.5rem;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}


.carousel-bg {
    background: #F2F1EE; /* Soft neutral, adjust as needed */
    padding: 32px 0; /* Top/bottom padding for breathing room */
    box-shadow: 0 6px 32px rgba(0,0,0,0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px auto 40px auto;
    width: 100%;
}

@media (max-width: 990px) {
    .carousel-bg {
        padding: 8px 0;
        border-radius: 0;
        margin: 0;
        max-width: 100vw;
    }

    #myCarousel,
    #myCarousel .carousel-inner,
    #myCarousel .carousel-item,
    #myCarousel .carousel-item picture,
    #myCarousel .carousel-item img {
        width: 100vw;
        height : calc(100vw / 3.2);
        border-radius: 0;
    }
}
@media (min-width: 991px) {
    #myCarousel,
    #myCarousel .carousel-inner,
    #myCarousel .carousel-item,
    #myCarousel .carousel-item picture,
    #myCarousel .carousel-item img {
        width: 900px;
        height: calc(900px / 3.2);
        /*aspect-ratio: 3 / 1;*/
    }
}
@media (min-width: 1400px) {
    #myCarousel,
    #myCarousel .carousel-inner,
    #myCarousel .carousel-item,
    #myCarousel .carousel-item picture,
    #myCarousel .carousel-item img {
        width: 1400px;
        height: calc(1400px / 3.2);
        /*aspect-ratio: 3 / 1;*/
    }
}
@media (min-width: 1800px) {
    #myCarousel,
    #myCarousel .carousel-inner,
    #myCarousel .carousel-item,
    #myCarousel .carousel-item picture,
    #myCarousel .carousel-item img {
        width: 1800px;
        height: calc(1800px / 3.2);
        /*aspect-ratio: 3 / 1;*/
    }
}
