<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* styles carousel image title text */
.carousel-caption h2 {
               font-family: Arial, Helvetica, sans-serif;
               font-size: 18pt;
               font-style: normal;
               text-shadow: 0 0 2px #000000;
               color: #FFFFFF;

}

/* styles carousel image text */
.carousel-caption p {
               font-family: Arial, Helvetica, sans-serif;
               font-size: 14pt;
               font-style: normal;
               text-shadow: 0 0 2px #000000;
               color: #FFFFFF;

}
/* adds transparent background behind text */
.carousel-caption {
                Background-color: rgba(52, 88, 127, 0.5);
}


</pre></body></html>