body {
    font-family: "Muli", Arial !important;
    padding-top: 3.5rem;
}

.centerContentSubTittles{
	
	display: flex !important;
	justify-content: center !important;
	text-align: center !important;
	margin-bottom: 2rem !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.bg-light {
    background-color: #fff !important;
}


/* Carousel Styles */


/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #00325b !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;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}


/* 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;
    }
}


/* End Carousel Styles */

.carousel-caption {
    color: #00325b !important;
}

h1,
h2 {
    font-weight: 600;
}

a.link {
    font-weight: 600;
    font-size: 1.2rem;
    color: #00325b;
}

video {
    max-width: 445px !important;
}

a.nav-link {
    font-size: 17px !important;
    font-weight: 600 !important;
}