/* sponsor title */
.PrimColor {
  color: #343773;
}

/* Register buttons, quote boxes, bottom banner, time in program */
.BgPrimColor {
  background-color: #431155;
}

.BgPrimColor3 {
  background-color: hsla(0, 100%, 56%, 0.6);
}

.SecColor {
  color: #663399;
}

/*Full program button, background */
.BgSecColor {
  background-color: #343477;
}

.TerColor {
  color: #000000;
}

.BgTerColor {
  background-color: #000000;
}

.AccentColor {
  color: #000000;
}

.BgAccentColor {
  background-color: #000000;
}

.BgAccentColor6 {
  background-color: hsla(235, 100%, 86%, 0.6);
}

/*Text in buttons, speaker headers, quote text, past speaker names, text at top of pages (minus venue/about) */
.BackgroundColor {
  color: #ffffff;
}

/*Top header, background of about section homepage, speaker boxes on speaker page, background of venue and about pages*/
.BgBackgroundColor {
  background-color: #f0f0f0;
}

/* Read more button speakers */
.DarkColor {
  color: #000000;
}

.BgDarkColor {
  background-color: #00aa32;
}

.BgDarkColor4 {
  background-color: hsla(221, 18%, 13%, 0.4);
}

.CremeColor {
  color: #FAFBE3;
}

/*Sponsors background */
.BgCremeColor {
  background-color: #ffffff;
}

/* Breaks + reception in schedule */
.Green {
  background-color: #9B73A9;
}

.Light {
  background-color: #fff;
}

/* Speakers in schedule */
.Yellow {
  background-color: #8080B3;
}
.Black{
  background-color: #000000
}