html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: rgb(var(--bs-tertiary-color-rgb));
    background-color: #FFFFFF;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.home-carousel {
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
/* Since positioning the image, we need to help out the caption */
    .home-carousel .carousel-caption {
        bottom: 3rem;
        z-index: 10;
    }

/* Declare heights because of positioning of img element */
    .home-carousel .carousel-item {
        max-height: 580px;
    }

        .home-carousel .carousel-item .h-slide-img {
            max-height: 580px;
        }


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
    /* rtl:begin:ignore */
    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* 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;
    }
}

/*
* HEADER
---------------------------*/
header.border-bottom {
    border-color: #CAF0F8 !important;
}

header .nav-item.nav-link.link-body-emphasis {
    color: #0096C7 !important;
}

    header .nav-item.nav-link.link-body-emphasis.active {
        color: #03045E !important;
    }

/*
* FOOTER
---------------------------*/
.footer {
    color: #CAF0F8 !important;
}

    .footer .icon-fb-color,
    .footer .icon-inst-color,
    .footer .link-color {
        color: #CAF0F8 !important;
    }

.footer.bg-body-tertiary {
    background-color: #03045E !important;
}

    .footer .border-top {
        border-color: #CAF0F8 !important;
    }

/*
* Misc
---------------------------*/
    .btn.btn-primary {
        color: #CAF0F8 !important;
        background-color: #023E8A !important;
        border-color: #0077B6 !important;
    }

.btn.btn-outline-secondary {
    border-color: #03045E !important;
    color: #03045E !important;
}

    .btn.btn-outline-secondary:hover {
        background-color: #f5f7fa !important;
    }

.heading-page-container .bg-body-secondary {
    background-color: #03045E !important;
}

.heading-page-container .text-body-emphasis {
    color: #CAF0F8 !important;
}

.heading-page-container .text-body-emphasis h2 {
    font-family: "brother-1816", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h3.title {
    color: #03045E !important;
}
