<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: raleway-custom;
    src: url('/fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: raleway-medium;
    src: url('/fonts/Raleway-Medium.ttf');
}

@font-face {
    font-family: raleway-light;
    src: url('/fonts/Raleway-Light.ttf');
}

@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Regular.ttf');
} 


#myCarousel {
    margin:0;
    padding:0;
}

.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
    width: 70%;
    margin: auto;
}

.carousel-inner .item p {
    color:white;
    font-size:20px;
    line-height:30px;
    font-family:raleway-light;
}


.carousel-indicators {
   position:relative;
   margin-top:25px;
}

    .carousel-indicators li {
        background-image: url('/images/referentieBol.png') ;
        width: 32px;
        height: 31px;
        border-radius: 0;
        background-color: transparent;
        border: none;
    }

        .carousel-indicators li.active {
            background-image: url('/images/referentieBolSelected.png');
            width: 32px;
            height: 31px;
            border-radius: 0;
            background-color:transparent;
            border:none;
        }
</pre></body></html>