.NoPadding{
    padding-top: 0px;
}

.carousel-control{
    color:#0069aa !important;
}

.carousel.customer{
    height: 200px;
}

.carousel-content.customer{
    height: 200px;
    color:#000; /* Holiday=White Original=Black */
    font-size: 1.2em;
    display:flex;
    align-items:center;
}

.carousel-control.left.customer, .carousel-control.right.customer {
    background-image: none;
    color:black;
}

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

.carousel-indicators.customer li {
    display: inline-block;
    width: 10px;
    height: 5px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 0%;
    background-color: #0069AA; /* Holiday=Red; july=8C0303; Original= 0069aa;*/
}
.carousel-indicators.customer .active {
    width: 10px;
    height: 5px;
    margin: 10px;
    background-color: #000;
}

@media (min-width: 300px){
   .carousel.customer{
    height: 400px;
    }
   .carousel-content.customer{
    height: 350px;
    }
}

@media (min-width: 600px){
   .carousel.customer{
    height: 250px;
    }
   .carousel-content.customer{
    height: 250px;
    }
}

@media (min-width: 900px){
   .carousel.customer{
    height: 200px;
    }
   .carousel-content.customer{
    height: 200px;
    }
}


@media (min-width: 600px){
   .SmallerPN{
    font-size: 2.5em;
    }
    .BiggerSub{
        display: block;
    }
    .SmallerSub{
        display: none;
    }
}