/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */


/* body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
} */

.about {
    border: 1px solid brown;
}


/* 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: 100vh;
    background: linear-gradient(90deg, rgba(88,0,0,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(88,0,0,1) 100%);
    text-align: center;
    padding-bottom: 4rem;
    padding-top: 1rem;
}

@media only screen and (max-device-width: 500px) {
    .carousel-item {
        height: 40vh;
        padding-bottom: 4rem;
        padding-top: 1rem;
    }
}

.carousel-item>img {
    /* position: absolute;
    top: 0;
    left: 0; */
    margin: auto;
    width: auto;
    height: 100%;
}


/* VISION MISSION
  -------------------------------------------------- */

.vision-mission .icon {
    font-size: 50px;
    margin-bottom: 15px;
}

.vision-mission .icon:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.vision-mission .vision-mission-box {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 40px;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
    border-bottom: 2px solid rgb(131, 0, 0);
    -webkit-box-shadow: 0px 13px 33px 2px rgba(89, 0, 2, 0.29);
    box-shadow: 0px 13px 33px 2px rgba(89, 0, 2, 0.29);
    background-color: rgb(198, 255, 233);
}

.vision-mission h2 {
    font-weight: 400;
    margin-top: 10px;
}

.vision-mission .message {
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    text-justify: distribute;
}


/* LEADERS
  -------------------------------------------------- */

.leaders {
    margin-top: 50px;
}

.leaders .leader-box {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 40px;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
    border-bottom: 2px solid rgb(131, 0, 0);
    /* border-left: 0.5px solid rgb(131, 0, 0);
    border-right: 0.5px solid rgb(131, 0, 0); */
    -webkit-box-shadow: 0px 13px 33px 2px rgba(89, 0, 2, 0.29);
    box-shadow: 0px 13px 33px 2px rgba(89, 0, 2, 0.29);
    background-color: rgb(255, 216, 194);
}

.leaders h3 {
    background-color: rgb(92, 31, 31);
    color: rgb(206, 188, 188);
    margin-top: 20px;
    font-weight: 400;
    margin-top: 10px;
    border-radius: 25px;
}

.leaders .leader-message {
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    text-justify: distribute;
}


/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* 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;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}