
/*
.carousel-inner > .item > img {
    margin: 0 auto;
}
*/

/*
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #000000;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
*/

.carousel .carousel-indicators li {  background-color: gray; }
.carousel .carousel-indicators li.active { background-color: black; }

/*
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #ff0000;
}
*/

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

/*
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}
*/


/*
.carousel-control.left, .carousel-control.right {
    color: #ffffff;
    background-image: none;
    position: absolute;
    top: 40%; /* pushes the icon in the middle of the height */
    bottom: 15%;
    z-index: 5;
    display: inline-block;
}
*/

video[poster]{
    object-fit: fill;
}

.nounderline {
  text-decoration: none !important
}
