
h1 {color: #00adef;}

.badge-lcs {background: #0096dc;}

/* change the background color */
.navbar-lcst {background-color: #00adef;}

/* change the brand and text color */
.navbar-lcst .navbar-brand,
.navbar-lcst .navbar-text {
    color: #ffffff;
}
/* change the link color */
.navbar-lcst .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
/* change the color of active or hovered links */
.navbar-lcst .nav-item.active .nav-link,
.navbar-lcst .nav-item:hover .nav-link {
    color: rgba(255,255,255,.5);
}