<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* shell overrides */
body {
background-image: url("../images/bme-header-bg.png");
background-repeat: repeat-x;
font-family: 'Open Sans', sans-serif;
}
a, a:hover, a:focus {
text-decoration: none;
}
h1 {
font-size: 2.0rem;
}
h2 {
font-size: 1.5rem;
}
h3 {
font-size: 1.5rem;
}
/* global custom classes */
.bme-red-txt {
color: #8D403A;
}
.bme-blue-txt {
color: #1B5996;
}
.bme-blue {
background-color: #5A8CA4;
}
.bme-white {
background-color: #fff;
}
.bme-light-blue {
background-color: #D3E4F4;
}
.bme-bs-static {
box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
.bme-footer-light-blue {
background-color: #76b3d0;
}</pre></body></html>