/* CUSTOM COLORS ------------------------------------------
-- Made by adjusting HSB (hue, saturation, brightness) values of original custom color */
/* Original color */
.customcolor {
  background: #2E6B99;
  /* B=60 */ }

/* Darker colors */
.customcolor-dk1 {
  background: #275B82;
  /* B=50 */ }

.customcolor-dk2 {
  background: #1E4766;
  /* B=40 */ }

.customcolor-dk3 {
  background: #17374F;
  /* B=30 */ }

/* Lighter colors */
.customcolor-lt1 {
  background: #5B8DB3;
  /* S=50 B=70 */ }

.customcolor-lt2 {
  background: #8FB2CC;
  /* S=30 B=80 */ }

.customcolor-lt3 {
  background: #D0DDE7;
  /* S=10, B=90 */ }

#topbar-desktop {
    border:none;
}