.navbar-dark .navbar-brand {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .navbar-brand {
        font-size: 70%;
    }
}

.responsive {
  width: 100%;
  height: auto;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 18px;
    color: #727272;
    padding-right: 2rem;
}

body {
    font-family: Montserrat, sans-serif;
    color: #000;
    background-color: #fff;
}

footer {
    color: #fff;
    background-color: #2e3192;
}

.btn-lg {
    color: #fff !important;
    background-color: #FFD500 !important;
    border-color: #FFD500 !important;
}

.btn-lg:hover {
	color: #FFFFFF !important;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

.navbar {
    font-family: Montserrat;
    font-weight: 500;
    color: #fff;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    background-color: #2e3192;
}

@media (max-width: 767.98px) {
    .display-4 {
        font-size: 2.5rem;
    }

    .lead {
        font-size: 1rem;
    }

    .center-caption {
        right: 5%;
        left: 5%;
        bottom: 5%;
        top: 5%;
    }
}

footer {
    padding: 50px 0;
    color: #fff;
    background-color: #2e3192;
    font-family: Montserrat, sans-serif;
}

footer h3 {
    color: #FFF;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

footer ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

footer ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

footer ul a:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    footer .item: not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

footer .item.text {
    margin-bottom: 36px;
}

@media (max-width: 767px) {
    footer .item.text {
        margin-bottom: 0;
    }
}

footer .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

footer .item.social {
    text-align: center;
}

@media (max-width: 991px) {
    footer .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

footer .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

footer .item.social > a: hover {
    opacity: 0.9;
}

.face {
    max-width: 200px;
}

.card a {
    color: #2e3192;
}

.card a:hover {
    text-decoration: underline;
}

.overlay { 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    height: 100%; 
    width: 100%; 
    opacity: 0; 
    transition: .5s ease; 
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #2e3192 50%);
    z-index: -1;
}

.card-img-top {
    position: relative;
}

.card-news:hover .overlay { 
    opacity: 1; 
}

.card-news {
    background-color: transparent;
}

.card-news:hover .card-img-top {
    z-index: -2;
}

.blue {
    background-color: #2e3192;
    color: #fff;
}

.blue a {
    background-color: #2e3192;
    color: #fff;
}

.blue a:hover {
    color: #fff;
}

.blue-vs {
    color: #2e3192;
    background-color: #fff;
    border-color: #2e3192;
}

.card-news a {
    color: #2e3192;
}

.card-news a:hover {
    color: #fff;
}

.carousel-item img {
    max-height: 500px;
    object-fit: contain;
}

.share-bar .list-group .list-group-item {
    border: 0;
}

.share-bar .list-group .list-group-item a {
    color: #2e3192;
}

.carousel-control-prev {
    width: 30%;
}

.carousel-control-next {
    width: 30%;
}

.carousel-control-next-icon {
    background: 0;
}

.carousel-control-prev-icon {
    background: 0;
}

.carousel-indicators .active {
    background-color: #2E3192;
}

.carousel {
    margin-bottom: 60px;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}

.carousel-indicators .active {
    background-color: #2E3192;
    width: 12px;
    height: 12px;
}

@media (max-width:991px) {
    .carousel {
        margin-bottom: 110px;
    }

    .carousel-indicators {
        bottom: -110px;
        flex-wrap: wrap;
    }
}


