/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
.text-justify {
    text-align: justify !important;
    color: #5a5a5a;
    font-family: Calibri;
    padding: 10px;
}

body {
    padding-top: 6rem;
    background-color: #93e3f5 !important;
    color: #5a5a5a;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 600;
}

.navbar {
    background-color: #93e3f5;
    border-bottom: 2px solid #0f385f;
}

.btn-primary {
    text-transform: uppercase;
    font-size: 16px;
}

.bg-teal {
    background-color: #00aba9 !important;
}

.bg-teel {
    background-color: #699 !important;
}

.bg-redish {
    background: #996689 !important;
}
/* 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: 32rem;
    background-color: #777;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* 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;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #000;
}

.navbar-brand strong {
    text-transform: uppercase;
    font-size: 37px;
    letter-spacing: 2px;
    color: #0f385f;
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
}

.navbar-brand small {
    font-size: 11px;
    display: block;
}

.card a[aria-expanded="false"]:after {
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f055";
    float: right;
}

.card a[aria-expanded="true"]:after {
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f056";
    float: right;
}

.card a[aria-expanded="true"] {
    background: #2b5797;
    color: #fff !important;
}

.card-header {
    text-transform: uppercase;
    font-weight: bold;
}

.card {
    margin-bottom: 5px;
}

.leadership-col2 {
    margin-bottom: 50px;
    color: #fff;
    display: table;
    width: 100%;
}

    .leadership-col2 .box1 {
        float: left;
        width: 50%;
        height: 350px;
    }

    .leadership-col2 .box2 {
        float: left;
        padding: 25px 35px;
        width: 50%;
        height: 350px;
        background: #693;
    }

small, .small {
    font-size: 65%;
}

.leadership-col2 span {
    font: 400 16px/32px 'Roboto Condensed',Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
}

.leadership-col2 h4 {
    font: 900 24px 'Roboto Condensed',Arial,Helvetica,sans-serif;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.leadership-col2 p {
    font-size: 12px;
    margin: 0 0 15px 0;
    line-height: 18px;
    color: #fff;
}

.leadership-col2 .box1 img, .box4 img, .box4 img {
    width: 100%;
    height: 100%;
}

.archives .table {
    background: #fff;
}

form.needs-validation {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

    form.needs-validation button {
        margin-bottom: 0 !important;
    }

.carousel-indicators .active {
    background-color: #ee1111;
}

.team label {
    font-weight: 700;
}
/* 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;
    }
}
