﻿:root {
    --brand-yellow: #fdf100; /*#f2c200;*/
    --brand-black: #0b0b0b;
    --brand-white: #ffffff;
    --navtop-yellow: #fdf100;
}

.carousel-indicators > li {
    border-radius: 50%;
}
.carousel-indicators > button {
    height:10px !important;
    width:10px !important;
    border-radius: 50%;
    background-color: var(--brand-yellow) !important;
}
.carousel-caption{
    color:var(--brand-black);
}
.carousel-caption h1 {
    font-size: 50px;
}
.carousel-control-next-icon {
    background-image: url('../IMG/GUI/carouselNextIcon.svg');
    /*margin-top:490px !important;*/
    width: 3rem !important;
    height: 3rem !important;
}
.carousel-control-prev-icon {
    background-image: url('../IMG/GUI/carouselForwardIcon.svg');
    /*margin-top: 490px !important;
    margin-left: 50px !important;*/
    width: 3rem !important;
    height: 3rem !important;
}

/* Responsive */
@media (max-width: 992px) {
    .carousel-control-next-icon {
        background-image: url('../IMG/GUI/carouselNextIcon.svg');
        /*margin-top:490px !important;*/
        width: 3rem !important;
        height: 3rem !important;
    }

    .carousel-control-prev-icon {
        background-image: url('../IMG/GUI/carouselForwardIcon.svg');
        /*margin-top: 490px !important;
    margin-left: 50px !important;*/
        width: 3rem !important;
        height: 3rem !important;
    }
}

@media (max-width: 576px) {
    .carousel-control-next-icon {
        background-image: url('../IMG/GUI/carouselNextIcon.svg');
        /*margin-top:490px !important;*/
        width: 2rem !important;
        height: 2rem !important;
    }

    .carousel-control-prev-icon {
        background-image: url('../IMG/GUI/carouselForwardIcon.svg');
        /*margin-top: 490px !important;
    margin-left: 50px !important;*/
        width: 2rem !important;
        height: 2rem !important;
    }
}