.anchor-nostyle:link {
    text-decoration: none;
    color: inherit;
}
.anchor-nostyle:visited {
    text-decoration: none;
    color: inherit;
    cursor: auto;
}
/* #carouselExampleIndicators .carousel-item a {
    opacity: 0.8;
} */
#carouselExampleIndicators .carousel-item h4 {
    font-size: 3em;
}

#carouselExampleIndicators .carousel-item img {
    filter: brightness(70%);
}
#carouselExampleIndicators .carousel-item a p:hover {
    background-color: rgb(86, 125, 197);
}
#carouselExampleIndicators .carousel-item a p {
    /*color: #ffffff;
    font-weight: bold;
    display: inline-block;
    background-color: rgba(116, 137, 225, 0.8);
    border-radius: 20px;
    padding: 0.3em;
    opacity: 1 !important;*/
    color: white;
    font-weight: bold;
    display: inline-block;
    background-color: rgb(57, 96, 167);
    border-radius: 5px;
    padding: 0.3em;
    font-size: 1.2em;
    /*border: 2px solid #636060;*/
    opacity: 1 !important;
}

#carouselExampleIndicators {
    margin: 0 auto;
}
/*#carouselExampleIndicators .carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}*/

#carouselExampleIndicators .carousel-item {
    text-align: center;
    height: 800px;
    max-height: 800px;
}
/*#carouselExampleIndicators .carousel-item img {
    max-height: 800px;
    height: 800px;
    object-fit: cover;
    object-fit: cover;
    width: 100%;

    margin-bottom: 50%;
    transform: translateY(-50%);

}*/

@media(max-width: 1450px) {
    #carouselExampleIndicators {
        width: 100% !important;
    }
}
@media (max-width: 1050px) {
    .carousel-caption {
        display: none !important;
    }
    .carousel-indicators {
        display: none;
    }
    .carousel-control-prev {
        display: none;
    }
    .carousel-control-next {
        display: none;
    }
    .mobile-links .link span {
        background-color: var(--main-color-blue);
        padding: 1em;
        border-radius: 30px;
        margin: 0 auto;
        color: #EDE8E3;
        font-size: 1.25em
    }
    .mobile-links {
        display: block !important;
        
    }
}
@media (max-width: 900px) {
    #carouselExampleIndicators .carousel-item {
        height: 700px;
        max-height: 700px;
    }
}
@media (max-width: 750px) {
    #carouselExampleIndicators .carousel-item {
        height: 600px;
        max-height: 600px;
    }
}
@media (max-width: 600px) {
    #carouselExampleIndicators .carousel-item {
        height: 450px;
        max-height: 450px;

    }
    .mobile-links .link span {
        padding: 0.65em;
    }
}
@media (max-width: 450px) {
    #carouselExampleIndicators .carousel-item {
        height: 300px;
        max-height: 300px;
    }
}

